• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Message Driven Beans

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic