[jboss-user] [JBossMQ] - Re: Problems changing DefaultDS

jhowell@redhat.com do-not-reply at jboss.com
Mon Sep 29 12:08:20 EDT 2008


This is not an MQ problem.  This is a problem in the UUID generator for EJBs.(hence the org.jboss.ejb.plugins....).  Please don't cross post issues into forums, until you have gotten an answer from the other.  This is not a JCA issue and it's not an MQ issue.  It's an EJB issue. Can you please close out your other JCA post, so someone doesn't look up the answer on the other forum.

The problem that you are facing is probably in your server/default/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml file.  This file uses a datasource.  If you have removed your DefualtDS or you have changed it so it doesn't work, you need to change the line in the file mentioned above to match your datasource.

<depends optional-attribute-name="DataSource">jboss.jca:service=DataSourceBinding,name=DefaultDS  

Jay:)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179415#4179415

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179415



More information about the jboss-user mailing list