Log in to follow, share, and participate in this community.
Thread Issues with two dataSources in Jboss5.1.0
Issues with two dataSources in Jboss5.1.0Hi, I am using Jboss5.1.0 for my application with EJB, Hibnernate and Oracle11g. As like below I have two xa-datasource in my oracle-ds.xml and each pointing to two different DB server. Both DB...
How to set maximum JDBC connection age?Hi Folks, I have used several other connection pool implementations in Java and they tend to support a MaxAge setting. I can find no mention of any such feature in JBoss EAP 6.2 / 7.1.1. Having a MaxAg...
Thread IBM Informix IDS 12.10.FC1 jdbc driver problem
IBM Informix IDS 12.10.FC1 jdbc driver problemHi every body I'm using Jboss-AS-7.1.1.Final , when i copy ifxjdbc.jar from /data/informix/jdbc/lib/ path of IDS 12.10.FC1 to /home/jboss/jboss-as-7.1.1.Final/modules/com/ibm/informix/main folder (i previously...
filling db pool connection is very slowHi i'm using jboss as 7 as application server and my database is informix(IDS 11) when i start jboss , filling db pool connection is very slow. for 2000 connection (min-pool-size=2000) time about 4 minutes r...
Thread Frequently getting Connection error in Jboss eap 6.0
Frequently getting Connection error in Jboss eap 6.0Hi All, I have configured a datasource in jboss eap 6.0 and able to connect the database using the test connection button from jboss management console,but I am getting an error "Could not create connection" frequent...
Thread Connecting Jboss 4.0.0 to Oracle 11gR2 64 bit
Connecting Jboss 4.0.0 to Oracle 11gR2 64 bitHi Guys, Actually, I have a Java Web Project which uses Jboss 4.0.0, now the catch is, I have to connect the server to Oracle 11gR2 64 bit from my Eclipse Juno IDE. I have already set up the workspace and the ...
Connection leaks on JBoss 7Hi I have got a question about connection leaks in JBoss7. Few days ago we changed our production enviroment from JBoss 5 to JBoss 7, and installed there WebService. After few hours we noticed that we have a p...
Thread Problem with loading MySQL driver class in external library
Problem with loading MySQL driver class in external libraryI'm aware this question has probably been asked and (semi-) answered a billion times, at least from what I found when searching, but I've tried all solutions marked as such and I still have had no luck in getting the ...
Thread Problems with JBoss 4.2, MySQL, and XAResources
Problems with JBoss 4.2, MySQL, and XAResourcesHello all, I apologize if this is not the correct place to ask this question, and if not please let me know where I can submit this instead. We are having some intermittent problems with JBoss 4.2, MySQL...
Thread I developed j2ee application which was running well on jboss and sql2005 now i want it to run on jboss and sql2012 and i'm having the following error.
"Total BLOCK TIME" constantly increasingHi, I'm rather new at Jboss Configuration but i'm trying to determine the cause of a performance problem i think being not a trivial one: We have an application that shows a dinamically constructed webp...
Deployable DataSource Issue -JBoss EAP 6.0Hi, I am in the process of migrating from JBoss 4.3 to JBoss EAP 6.0(AS 7.1.2.Final-redhat-1) for deploying my myfaces war application. I modified the standalone.xml by including myojdbc14.jar file and...
How to configure PGPoolingDatasourceI am trying to use org.postgresql.ds.PGPoolingDataSource with JBOSS AS 7.1.1, I have specified the following in standalone.xml <datasource jta="false" jndi-name="java:/TEST" pool-name="TEST" enabled="true" use-...
Thread Connection need to be done in xa-datasource with AS400 driver
Connection need to be done in xa-datasource with AS400 driverI have prepared standalone.xml file and I have as400 driver file (jt400.jar ) in c:\jboss-as-7.1.1.Final\modules\com\ibm\as400\main\ I have tried Datasource connection and XA-datasource connection, There is no p...
Thread How to restore a database connection after network failure?
How to restore a database connection after network failure?Hi guys, We are trying to solve problem with DB connection recovery after TCP-IP link dropout. When the DB connection (connected or connecting) isn’t used in time of network failure,...
Thread how to represent no tx datasource in jboss EAP 6.1
how to represent no tx datasource in jboss EAP 6.1Hello Jboss support, Appreciate the support offered to developer community in jboss EAP 6.1 migration. My issue: I have one issue with migrating my old muliple datasources xml which has one local-tx-datasourc...