Previous Topic: New Active Directory Role Definition FileNext Topic: 64-Bit Application Servers


Update to jboss.xml File

During a JBoss restart or CA IdentityMinder initialization, many errors messages are logged to the CA IdentityMinder server.log file. These messages are related to events managed by JMX, but the receiving message bean is not yet initialized. To correct this problem, the following file now includes a depends clause:

iam_im.ear\iam_im_identityminder_ejb.jar\META-INF\jboss.xml

The depends clause is included in this section:

<message-driven>
<ejb-name>SubscriberMessageEJB</ejb-name>
<destination-jndi-name>queue/iam/im/jms/queue/com.netegrity.ims.msg.queue
</destination-jndi-name>
<depends>jboss.web.deployment:war=/iam/im</depends>
</message-driven>

Be sure to include this section in your jboss.xml file. The result is the receiving message bean is initialized before JMX starts to process the event queue.