Hi, Adrian,

Thanks for the example (that is, the hsqldb-jdbc-state-service.xml), but I can't get it working. I took your example and followed the directions, but modified them just a bit -- I copied the mbean definitions that used to be in jbossmq-state.xml (except for the state manager, of course) and placed them in mssql-jdbc-state-service.xml. If I didn't, I would see the error:

javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound

So when I start up JBoss with my modified version of your example jdbc-state-service.xml, I get the following:

14:24:27,581 ERROR [DLQHandler] Initialization failed
javax.jms.JMSSecurityException: User: null is NOT authenticated
at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:232)
at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:51)
at org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:781)
at org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:287)
at org.jboss.mq.il.jvm.JVMServerIL.authenticate(JVMServerIL.java:302)
at org.jboss.mq.Connection.authenticate(Connection.java:876)
at org.jboss.mq.Connection.<init>(Connection.java:238)
at org.jboss.mq.Connection.<init>(Connection.java:315)
at org.jboss.mq.SpyConnection.<init>(SpyConnection.java:60)
at org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:116)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:155)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:686)


I was wondering if this error has to do with the null clientid column in my JMS_USERS database (the column that we were instructed to insert 'guest', 'guest' into)? I'm not sure what to insert into the column, however, so I haven't modified it.

Anyhow, do you have any further info or modifications we need to make to get the service working?

Thanks,

Rob



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to