Log in to follow, share, and participate in this community.
Thread 1.1.3.Final documentation over XA recover-plugin usage
1.1.3.Final documentation over XA recover-plugin usageHow do you use default XA recovery strategy? GOOD EXAMPLE
<recovery>
<recover-plugin class-name="org.jboss.jca.core.recovery.DefaultRecoveryPlugin"/>
</recovery>
It a...
Thread Is ij user forum hosted at groups.google.com the one to use ?
Is ij user forum hosted at groups.google.com the one to use ?Hi, On the IronJacamar [1] page there is a link to a user forum. Currently that links to a user forum hosted on groups.google.com [2]. Does the page on [1] need updating to link to [3] hosted at community.j...
Where to put a custom ConnectionListener?So I was digging into the code we need to port over, wondering why allow-multiple-user pooling wasn't working, and discovered that we need to run some SQL when the connection is opened and destroyed. I found ...
Thread Using IronJacamar to use database authenication
Using IronJacamar to use database authenicationI already put a question on the WildFly Forum but have gotten no answers. You can read some context here: Database authentication datasource -- howto? I have a datasource object that always re-authenticates t...
Resource Adapter configGreetings all, I have a developed a JCA/Resource Adapter that I am now trying to deploy. I want to configure the connections via the JBoss admin console and not in the ironjacamar.xml file. So when I package m...
Thread Migrating Resource Adapter from JBoss 6 to WildFly
Migrating Resource Adapter from JBoss 6 to WildFlyHi, I tried to migrate a resource adapter currently running on JBoss 6.1.0 to WildFly. But I get an error: 2013-10-29 14:42:24,466 WARN [org.jboss.as.connector.deployers.RaXmlDeployer] (M...
Thread <idle-timeout-minutes> not resulting in close()
<idle-timeout-minutes> not resulting in close()I've setup my connection factory with an idleTimeMinutes = 1. My test program gets the connection and then I am using JConsole to watch the connection statistics. I wait a couple minutes and then do...
Thread mem leak in TransactionSynchronizer on afterCompletion() phase
mem leak in TransactionSynchronizer on afterCompletion() phaseHello. Let me introduce the problem App server ( jboss-as-7.1.1.Final ) which is a part of complex distributed app using CORBA for communication fails with OutOfMemoryError I've investigated the probl...
Thread Enabling PostgreSQL driver logging in xa datasource configuration.
Enabling PostgreSQL driver logging in xa datasource configuration.Hi, I tried enabling debug logging by using the driver property key name "loglevel". Which is detailed in the docs for the postgresql 9.2 driver [1]. The same in 9.3. The driver defines a mixture of all lower and ca...
Implementation of ValidConnectionCheckerIs there any reason why the custom ValidConnectionChecker implemantions are not using isValid from java.sql.Connection. As I can see the code is almost the same already implemented in the jdbc drivers themselves. I th...
Reducing the work during a coarse lock.Hi, Both I and members in my team are interested to know what can be moved outside of a coarse synchronized block in the IJ codebase. It is in the returnConnection method for a managed connection pool. We are seeing...
Thread DataSource injected into SFSB does not serialize properly
DataSource injected into SFSB does not serialize properlyThe JIRA WFLY-30, with the title "@Resource injection of Datasource on clustered SFSB fails with serialization error" was reclassified as a JBJCA issue: [JBJCA-1112] DataSource marked as Serializable - JBoss Issue Tra...
Thread Changing state of trackByTx during a global transaction.
Changing state of trackByTx during a global transaction.Hi, I have a query about when the state of TxConnectionListener.trackByTx should be true and false. My JEE application uses EJB3 and JPA API with Hibernate behind the scenes. The default for JBoss EAP. So, ty...
Resource adapter in Jboss 7.1.1Hello I installed a resource adapter in Jboss 7.1.1 in standalone mode and using standalone.xml configuration file. The connector to install is cicseci.rar from CICS IBM. (I have installed this connector without pro...