Log in to follow, share, and participate in this community.
Thread Timing Issue with Datasource configuration?
Timing Issue with Datasource configuration?In our JBOSS environment, we have many services that come up when initially starting up JBOSS. Most of these are scheduled or on-demand services, but we have one where it comes up and starts on its own. Th...
Thread JBoss AS 7 connection pooling issues with Mysql
JBoss AS 7 connection pooling issues with MysqlHi, We are facing below two issues. Unable to get managed connections for java:jboss/datasources/testDS com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after ...
Thread Exception when testing Oracle datasource connections
Exception when testing Oracle datasource connectionsFor JBoss AS 6.0.0 M4, using Java 1.6.0_21 running on Solaris 10: When I create a new Oracle datasource, the first thing I do is the "Test Connection" function (from Datasources -> datasource_name -> Con...
Thread Connection "setAutoCommit" Feature in JBoss EAP 5.1
Connection "setAutoCommit" Feature in JBoss EAP 5.1We are Migrating our application server from Weblogic 10.3 to Jboss EAP 5.1. We are experiencing a problem with respect to No TX Data source configuration. In weblogic, we have an option to set "autocomm...
Thread XADatasource and Oracle RAC - Load Balancing
XADatasource and Oracle RAC - Load BalancingJBoss 4.2.3 GA - Oracle 11g RAC We have configured a XADatasource pointing to an Oracle RAC. When we get the connection from this datasource we do not obtain any load balancing, in other words every time we as...
Error : configuring hibernate.cfg.xml dinamicallyhello i have a problem when i try to configure the hibernate.cfg.xml dinamically this is the HibernateUtil.java (according to the reference book ) ...
Thread Deployed datasource not showing up in webconsole
Deployed datasource not showing up in webconsoleI have a datasouce configured in an XML file that I am deploying through the webconsole. The webconsole shows that it is enabled. However the new datasource is not showing up in the Datasources portion of the we...
Deprecated elements?All, I'm converting an application from 4.2.3 to 7.1.1, and am having some issues related to potentially missing or deprecated elements in the -ds.xml file. Specifically, I am seeing that the local...
WrappedConnnection objectHi, im using JBoss 6 and JNDI to recieve a datasource. I discovered that datasource object contain a wrapped connection object (org.jboss.resource.adapter.jdbc.WrappedConnection). Could me someone explain the...
Remote Jndi Datasource: ResultSet gets randomly closedHello experts, A short description of our deployment: We have a central reporting application that reads database divided (for scalability) among a number of machines. Each of these machines have one databas...
A-Z guide on JBOSSThis is my blog about JBOSS.. I think this is a good blog. Because, when I was learning about JBOSS, I have to face lot of difficulties. So i thought to write this blog. This is a easy guide to learn JBOSS. Ther...
need help with DB2 connection - JBoss 5.1can someone post their working -ds.xml file - for DB2? it would also be great if you could detail what driver files (.jar's) you are using in /server/default/lib. if you are using Spring - even better ...
Thread Database connection taking time in Jboss as 7.1.1
Database connection taking time in Jboss as 7.1.1Hello everyone, I am testing a servlet on Jboss AS 7.1.1.Final. In production environment it is expected to get around 10,000 requests in a minute. When I have simulated it without connecting to database it wa...
Thread Does min-pool-size is honored when connections are IDLE?
Does min-pool-size is honored when connections are IDLE?Hi, I'm using JBoss 4.3 and I have a question regarding datasources. Lets assume this is my datasource config: idle-timeout-minutes: 5 max-pool-size: 10 min-pool-size: 5 Lets say that I ran some...
Thread accessing custom created datasources in JBOSS 7.1
accessing custom created datasources in JBOSS 7.1Greetings of the day Generally we define the datasource in standalone.xml and then we will use the same in the application code based on JNDI Name and this is working fine for me. But we have a peculiar functionality ...