Skip to content

Instantly share code, notes, and snippets.

@maeste maeste/gist:919697
Created Apr 14, 2011

Embed
What would you like to do?
--- a/demos/src/main/java/org/jboss/as/demos/ds/mbean/Test.java
+++ b/demos/src/main/java/org/jboss/as/demos/ds/mbean/Test.java
@@ -34,7 +34,7 @@ import javax.sql.DataSource;
*/
public class Test implements TestMBean {
- private static final String JNDI_NAME = "java:/H2DS";
+ private static final String JNDI_NAME = "java:/MySqlDS";
@Override
public String test() throws Exception {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.