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?
