I want to pack a topic service within my
ear.
The problem is that the topic is created and
registered in JNDI after my MDB checks
for its existence.
The Topic service binds in
startService() and MDB check existence of topic in createService().
Therefore MDB creates a temporary topic and after my Topic can't be bound.
Is there a solution for that ?
|
- Re: [JBoss-user] topic service within an ear Julien Viet
- Re: [JBoss-user] topic service within an ear David Jencks
- Re: [JBoss-user] topic service within an ear Julien Viet