JBoss Ideas

From EggeWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • TODO
    • Modify jboss-service.xml
      • Create an Insight deploy directory.
      • Remove hot deployment from production.
    • Modify hsqldb-ds.xml
      • Use totally in-memory db
    • Use standard name for mbeans, left of colon. I.e., com.kbcfp:service=traceprint
    • Remove deploy/deploy.last/farm-service.xml
    • Remove test queues / topics from jbossmq-destinations-service.xml
    • Use JBossCache for ~QuoteStoreCache, ~ObjectStoreCache
  • !MBean
    • Use <depends optional-attribute-name="fde">db_whatever</depends> to both set a property and a dependancy
    • States (from org.jboss.system.ServiceMBean)
     STOPPED         0
     STOPPING        1
     STARTING 	     2
     STARTED         3
     FAILED 	     4
     DESTROYED 	     5
     CREATED 	     6
     UNREGISTERED    7
     REGISTERED      8
  • Hints
    • Use JDNI to lookup 'jmx/invoker/RMIAdaptor' for programatic MBean access.
    • Change logging level for a class via 'service=Logging,type=Log4jService'