-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: javax.management.AttributeNotFoundException:objectName c3p0
PostPosted: Thu Jun 20, 2013 10:37 am 
Newbie

Joined: Tue Jun 18, 2013 4:49 pm
Posts: 8
At com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean.getAttribute.
Any ideas why? Thanks.
Here is Part of my datasources.xml
<connection-factory url="jdbc:oracle:thin:@132.60.128.39:1521:....."
factory-class="com.mchange.v2.c3p0.ComboPooledDataSource">
<property name="user" value="XXXXX"/>
<property name="password"
value="XXXXXXX"/>
<property name="jdbcUrl" value="jdbc:oracle:thin:@132.60.128.39:1521:....."/>
<property name="driverClass" value="oracle.jdbc.driver.OracleDriver"/>
<property name="preferredTestQuery" value="Select 1 from DUAL"/>
<property name="maxPoolSize" value="30"/>
<property name="minPoolSize" value="15"/>
<property name="acquireIncrement" value="2"/>
<property name="maxConnectionAge" value="3600"/>
<property name="autoCommitOnClose" value="false"/>
<property name="testConnectionOnCheckin" value="true"/>
<property name="idleConnectionTestPeriod" value="3000"/>
</connection-factory>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.