[JBoss-user] topic service within an ear

2002-07-08 Thread Julien Viet
I want to packa topic service within my ear. The problem is that the topic is created and registered in JNDI after my MDB checks forits existence. The Topic service bindsin startService() and MDB check existence of topic in createService(). Therefore MDB creates a temporary topic and

Re: [JBoss-user] topic service within an ear

2002-07-08 Thread David Jencks
MDB shouldn't rely on the existence of outside objects until the start step. How hard would this be to change? david jencks On 2002.07.08 14:57:17 -0400 Julien Viet wrote: I want to pack a topic service within my ear. The problem is that the topic is created and registered in JNDI after

Re: [JBoss-user] topic service within an ear

2002-07-08 Thread Julien Viet
I think it should not be hard to change, just move the createDestination() call from create() in start() in the JMSContainerInvoker. - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 4:05 PM Subject: Re: [JBoss-user] topic service