• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Listening to a topic in Weblogic from a MDB running under Jboss

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I've got a following question. There is a MDB that runs under one Weblogic instance and listens to a topic in another Weblogic instance. What I have to do is to make it run under Jboss but still listen to a Weblogic topic. In case of weblogic2weblogic deployment was quiet simple - I just had to provide correct 'provider-url' and 'initial-context-factory' in weblogic-ejb-jar.xml:






As far as I see this can't be done that simple(just by changing name of vendor-specific xml file).
So where do I provide those properties and what else do I do in order to make my MDB work?
 
snakes are really good at eating slugs. And you wouldn't think it, but so are tiny ads:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic