-
Bug
-
Resolution: Done
-
Major
-
WildFly/IronJacamar 1.3.4.Final, 1.2.7.Final
-
None
When a data-source was failed to be added either because of missing connection-properties:
/subsystem=datasources/data-source=XXX:add(jndi-name=java:/XXX, datasource-class=XXX,driver-name=h2)
or missing of connection-url:
/subsystem=datasources/data-source=XXX:add(jndi-name=java:/XXX, driver-name=h2)
, it can be added by correcting the information, like:
[standalone@localhost:9990 /] /subsystem=datasources/data-source=XXX:add(jndi-name=java:/XXX, driver-name=h2,connection-url="jdbc:h2:test") {"outcome" => "success"}
But the test-connection-in-pool() operation failed with IllegalStateException of the new created data-source.
- clones
-
WFLY-7214 Warning of IllegalStateException on test-connection-pool for DataSources added after previous failure addition
- Closed
- is incorporated by
-
JBEAP-6242 Warning of IllegalStateException on test-connection-pool for DataSources added after previous failure addition
- Closed
-
JBEAP-6592 (7.0.z) JBJCA-1334 - Add DataSource to ManagementRepository only after deployed successfully
- Closed