Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
I got it workiing ! At least, it does not show error :) Thanks Adrian ! = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 12:58, Ionel GARDAIS wrote: > thanks Adrian, > > I am close to get this working. > > Every beans are in state CONFIGURED except jms-ds.xml > and jms-ra.rar which are in state > INIT_WAITING_DEPLOYER. > Sounds like you deleted jboss-jca.sar Regards, Adrian > I turned on T

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
thanks Adrian, I am close to get this working. Every beans are in state CONFIGURED except jms-ds.xml and jms-ra.rar which are in state INIT_WAITING_DEPLOYER. I turned on TRACE logging for org.jboss.mq but no useful infos were printed. any ideas ? ionel _

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 10:35, Ionel GARDAIS wrote: > Hi, > > Almost all JMS mbeans depends on DestinationManager. > But DestinationManager uses PersistanceManager and > MessageCache which seems to rely upon a db connection. > > I'd like to run JBossMQ without any db connections > (for standalone p

[JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
Hi, Almost all JMS mbeans depends on DestinationManager. But DestinationManager uses PersistanceManager and MessageCache which seems to rely upon a db connection. I'd like to run JBossMQ without any db connections (for standalone purpose : only JNDI + JBossMQ). Is it possible or does db is used f