Skip to content

Instantly share code, notes, and snippets.

@maeste
Created April 14, 2011 15:20
Show Gist options
  • Select an option

  • Save maeste/919697 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/919697 to your computer and use it in GitHub Desktop.
--- 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