[jboss-user] [JCA/JBoss] - Re: Migration to MySQL
vickyk
do-not-reply at jboss.com
Fri May 18 07:10:47 EDT 2007
This error indicates that there are some Mbean which are yet dependent on
jboss.jca:service=DataSourceBinding,name=DefaultDS .
1) Check the ejb-deployer.xml file you can still see the dependency on jboss.jca:service=DataSourceBinding,name=DefaultDS .
2) Another dependency in the uuid-key-generator.sar/META-INF/jboss-service.xml
3) Change the jndiName to proper jndi name which is MySqlDS at
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQLoginModule
Rectify these dependencies .
Actually you should have just kept the jndiName for the mysql-ds.xml as defaultDS and not changed it to MySQlDS , this is what would have been specified in the
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpMysqlAsDefaultDS
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046766#4046766
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046766
More information about the jboss-user
mailing list