mdb-user info auto-stripped from jboss.xml
Status: Inactive
Brought to you by:
mredeker
I have a message driven bean that watches a secured
topic.
Here is the segment from my jboss.xml:
<message-driven> <ejb-name>MyMessageBean</ejb-name>
<destination-jndi-name>topic/secureTopic</destination-jndi-name>
<mdb-user>john</mdb-user>
<mdb-passwd>needle</mdb-passwd>
<mdb-subscription-id>DurableSubscriberExample</mdb-subscription-id>
</message-driven>
whenever I do a build, the mdb-user, mdb-passwd and
mdb-subscription-id tags are stripped out and I have to
hand edit them back into the deployed beans jar file.