[jboss-user] [Beginner's Corner] - Re: jBoss starting error:Unable to register deployment mbean

2009-12-07 Thread amira88
"PeterJ" wrote : Try this: change two lines in the *-ds.xml file that you copied: | | 1) Give it a different jndi-name value | 2) Give it a different database name value (change 'localDB' in connection-url to something else) | | You will probably have to change your code to reference

[jboss-user] [Beginner's Corner] - Re: jBoss starting error:Unable to register deployment mbean

2009-12-06 Thread PeterJ
Try this: change two lines in the *-ds.xml file that you copied: 1) Give it a different jndi-name value 2) Give it a different database name value (change 'localDB' in connection-url to something else) You will probably have to change your code to reference the new jndi-name. View the original