Fernando Fabreti [https://community.jboss.org/people/ffabreti] created the discussion
"Re: Jboss 7.1.1 FAILED MySql datasource test-connection-in-pool" To view the discussion, visit: https://community.jboss.org/message/737954#737954 -------------------------------------------------------------- Thank you, problem solved. But java:/MySqlDS didn't work. See: > [standalone@localhost:9999 /] > /subsystem=datasources/*data-source=java\:\/MySqlDS*:test-connection-in-pool > { > "outcome" => "failed", > "failure-description" => "JBAS014807: Management resource '[ > (\"subsystem\" => \"datasources\"), > (\"data-source\" => \"java:/MySqlDS\") > ]' not found", > "rolled-back" => true > What worked was: > [standalone@localhost:9999 /] > /subsystem=datasources/*data-source=MySqlDS*:test-connection-in-pool > { > "outcome" => "success", > "result" => [true] > -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/737954#737954] Start a new discussion in Datasource Configuration at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
