Hello,
i have a problem, i'm using Message Driven Bean(MDB), in part of my application, and my test environment uses JBoss, and my production environment uses Weblogic.
I'm using XDoclet, to generate my descriptors.
i use the tag:
to define a queue or topic that will be the consumer of
messages in JBoss, and the following tag in weblogic.
my problem is when i'm creating a XDoclet template(.xdt), i need to get the values of those tags. With JBoss i can have this value using:
But, HOW DO I GET THIS VALUE FOR WEBLOGIC??? i've tried the following option, but didn't woks...
Anyone can help me, please....
Thanks!
Alexandre Martins.
[ April 02, 2004: Message edited by: Alexandre Martins ]
[ April 02, 2004: Message edited by: Alexandre Martins ]