Jose Cruz [https://community.jboss.org/people/joselopesdacruz] created the discussion
"IJ000453: Unable to get managed connection for" To view the discussion, visit: https://community.jboss.org/message/772363#772363 -------------------------------------------------------------- Hello, I'm migrating weblogic apps to jboss. Everything was working fine until I started some tests using datasources to Oracle. I make 3-5 calls do database in 7-10 second interval and the error its always the same: IJ000453: Unable to get managed connection for java:/mydatasource I've searched web, foruns for a while and it seems to indicate a jboss bug? please help, its a stopper problem! My datasource config below <datasource jta="false" jndi-name="java:/provisioning2DS" pool-name="provisioning2DS" enabled="true" use-ccm="false"> <connection-url>jdbc:oracle:thin:@10.131.196.168:1523/qcibof</connection-url> <driver-class>oracle.jdbc.OracleDriver</driver-class> <driver>OracleJDBCDriver</driver> <pool> <min-pool-size>10</min-pool-size> <max-pool-size>30</max-pool-size> <prefill>true</prefill> <use-strict-min>false</use-strict-min> </pool> <timeout> <idle-timeout-minutes>30000</idle-timeout-minutes> </timeout> <security> <user-name>provisioning2</user-name> <password>provisioning2#01</password> </security> <validation> <validate-on-match>false</validate-on-match> <background-validation>false</background-validation> </validation> <statement> <share-prepared-statements>false</share-prepared-statements> </statement> </datasource> -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/772363#772363] 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
