Log in to follow, share, and participate in this community.
Thread Resource Adapter Configuration for Jboss 7
Resource Adapter Configuration for Jboss 7I am migrating from Jboss 4 to Jboss 7 . I understand we would not require now ra.xml file and need to incorporate the definition in standalone.xml . This is how my it looks:- <resource-adapters>...
Thread Does JBoss 5.1.0 support JCA 1.5 specification?
Does JBoss 5.1.0 support JCA 1.5 specification?Hi All, This may be a repetitive question. I tried google and searched in docs, could not find. I am using 5.1.0 GA and would like to know whether this version supports JCA 1.5 specification or not? ...
Performance improvement to default mcp.Hi, I've been looking at the default mcp with the aim of improving performance. It's the class org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool By re-jigging some code in ...
Thread compile errors on 1.2 branch for adapters module.
compile errors on 1.2 branch for adapters module.Hi, Getting this compile error on the 1.2 branch when attempting to run the testsuite. $ ant test ...... compile-base: [mkdir] Created dir: /run/media/whitingjr/argo/ironjacamar/ironjaca...
Thread Status of ArrayBlockingQueueManagedConnectionPool.
Status of ArrayBlockingQueueManagedConnectionPool.Hi, I am interested in knowing what's the status of the alternative managed connection pool implementation. org.jboss.jca.core.connectionmanager.pool.mcp.ArrayBlockingQueueManagedConnectionPool What...
Thread ironjacamar.properties location for EAP 6.1 ??
ironjacamar.properties location for EAP 6.1 ??I want to enable JMX information for IronJacamar but the documentation talks about putting the properties file next to the jar file. For JBoss EAP, where should I put the properties file ? I've got ...
Thread Need help deploying my RAR file.. newbie here
Need help deploying my RAR file.. newbie hereOkay... I used the code generator stuff to get started. I think the code is good to go and I'm sitting here with my cesp-jca-dev.rarfile and want to give it a trying using JBoss EAP 6.1, which already in...
Thread IronJacamar 1.1.1.Final for WildFly 8.0.0.Beta1
IronJacamar 1.1.1.Final for WildFly 8.0.0.Beta1WildFly 8.0.0.Beta1 will be released on Sunday. Maybe we should release IronJacamar 1.1.1.Final and change the dependency on the WF side? Greetings, -- Ricardo Arguello
README.md mentions JCA 1.6From the README.md file: "IronJacamar implements the Java EE Connector Architecture 1.6 specification" Shouldn't it say "1.7" for IronJacamar 1.1?
Data Source jboss 7.1.1i want validate connection before borrow from pool , i config data source as mention below but no validation happen before borrow connection from pool although i config validation in data source . so how can i config ...
Thread possible bad side effects from change to AbstractConnectionManager
possible bad side effects from change to AbstractConnectionManagerAfter migrating from jboss4 to jboss7 (currently jboss-as-7.1.1Final), we started seeing the error 'Unable to get managed connection' during certain high load periods using the same size pool that we were using in jbo...
Thread JBAS-1836 - contentious transaction enlistment and pooling
JBAS-1836 - contentious transaction enlistment and poolingSo I finally managed to produce a stress test that reliably reproduces the race condition I knew exists in TxManager. The race condition goes something like this (two enlists on the same thread): Thread1: getConnecti...
Management of IronJacamarI have started an article here http://community.jboss.org/wiki/IronJacamarManagement about management of IronJacamar. Feedback on what people would like to see is more than welcome.
Thread Problem with Inheritance and javax.resource.spi.work.Work
Problem with Inheritance and javax.resource.spi.work.WorkWhile deploying XADisk to JBOSS AS 7.1.1 i encountered some obstacles. First i encountered exceptions because the ResourceAdapter did not implement equals and hashCode. so i provided them. Header 1 ...
IronJacamar RHQ platformStatus Inactive - RHQ functionality will only be provided through the JBoss Enterprise Application Platform. Goals The goals of the IronJacamar RHQ plugin is to provide a RHQ 4 plugin for the Iron...
Thread Difficulty with XA-DS deployment and UserTransaction
Difficulty with XA-DS deployment and UserTransactionWithin TorqueBox (based on AS7), we're deploying XA datasources based on information contained within a user's deployment. We are successfully getting the JDBC Driver (and InstalledDriver) loaded and installed...
Thread More than 1 connection-definition within resource-adapter
More than 1 connection-definition within resource-adapterGood afternoon, I'm starting to move from JBoss4.2.2 to JBoss 7.0.1. In Jboss 4.2.2 I used to have a resource adpater defined and a few connection definitions were using it. To give an inside view: ...
Thread Problem using two different XA datasources in AS7
Problem using two different XA datasources in AS7Hi all, I've been trying to get an app of ours running on a recent snapshot AS7. I ran into a problem that I tracked down to JCA, and figured out how to fix and patch it (see JBJCA-593). Do you g...