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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
