From archangel.aurora at gmail.com Thu Jul 3 04:25:28 2014 From: archangel.aurora at gmail.com (ArchangelAurora .) Date: Thu, 3 Jul 2014 11:25:28 +0300 Subject: [jboss-as7-dev] datasource driver in standalone-full.xml Message-ID: Hi all, I'm using jboss-eap 6.2 as 7.4, when I start the server with default standalone.xml config, it sees my MySQL driver deployd as a module and I can connect to the datasource. But when I start it with standalone-full.xml, it says: ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 31) JBAS014613: Operation ("add") failed - address: ([ ("subsystem" => "datasources"), ("jdbc-driver" => "mysql") ]) - failure description: "JBAS010441: Failed to load module for driver [com.mysql]" though datasource parts in my standalone and standalone-full.xml files are exactly the same: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2 sa sa jdbc:mysql://localhost:3306/yy mysql 30 400 true yy yy org.h2.jdbcx.JdbcDataSource Secondly, when I start jboss from the console with standalone.bat, I can login to management console but when I start it from JBoss developer studio, it says "However you have not yet added any users to be able to access the admin console.". What's the difference? From tomaz.cerar at gmail.com Thu Jul 3 05:34:48 2014 From: tomaz.cerar at gmail.com (=?UTF-8?B?VG9tYcW+IENlcmFy?=) Date: Thu, 3 Jul 2014 11:34:48 +0200 Subject: [jboss-as7-dev] datasource driver in standalone-full.xml In-Reply-To: References: Message-ID: Hi, discussions like this belong to forums. please post to https://community.jboss.org/en/jbosseap where you will more likely to get help you seek. -- tomaz On Thu, Jul 3, 2014 at 10:25 AM, ArchangelAurora . < archangel.aurora at gmail.com> wrote: > Hi all, I'm using jboss-eap 6.2 as 7.4, when I start the server with > default standalone.xml config, it sees my MySQL driver deployd as a > module and I can connect to the datasource. But when I start it with > standalone-full.xml, it says: > > ERROR [org.jboss.as.controller.management-operation] (ServerService > Thread Pool -- 31) JBAS014613: Operation ("add") failed - address: ([ > ("subsystem" => "datasources"), > ("jdbc-driver" => "mysql") > ]) - failure description: "JBAS010441: Failed to load module for > driver [com.mysql]" > > > though datasource parts in my standalone and standalone-full.xml files > are exactly the same: > > > > jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" > enabled="true" use-java-context="true"> > > > jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE > h2 > > sa > sa > > > pool-name="yyDS" enabled="true" use-java-context="true"> > > jdbc:mysql://localhost:3306/yy > mysql > > 30 > 400 > true > > > yy > yy > > > > > > org.h2.jdbcx.JdbcDataSource > > > > > > > Secondly, when I start jboss from the console with standalone.bat, I > can login to management console but when I start it from JBoss > developer studio, it says "However you have not yet added any users to > be able to access the admin console.". What's the difference? > _______________________________________________ > jboss-as7-dev mailing list > jboss-as7-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-as7-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20140703/56b70aad/attachment.html