Log in to follow, share, and participate in this community.
Thread XAResourceRecovery Configuration in AS7
XAResourceRecovery Configuration in AS7Hi, I need to know where to place the jar containing the JBossTS XAResourceRecovery implementation in AS7. I've added the com.arjuna.ats.jta.recovery.XAResourceRecoverySomeName property under the <sys...
Thread Destroying connection that could not be successfully matched
Destroying connection that could not be successfully matchedWe are using ConnectionManager.allocateConnection () to retrieve connections from the pool with our implementation of the ManagedConnectionFactory and ConnectionRequestInfo). Once our code reaches: InternalManagedCo...
Exporting connection related classesGreetings all, Well, I got my JCA connector to work in EAP 5 and it's a thing of beauty if I do say so myself. My requirements have changed a little however and now I find that I need to deploy my JCA to AS 7....
Thread How to configure a XA resource in Jboss AS 7
How to configure a XA resource in Jboss AS 7 I have a xa resource implementing the javax.transaction.xa.XAResource interface. How do I configure the XA resource. Just like the xa-datasource, is there any xa-resour...
JCA Connector 8 hosts, 165 usersGreetings all, I have a need to create a JCA connector that will allow us to pool connections to our legacy ERP (running in UniData). Our topology is 8 servers each having any number of "accounts" (165 total a...
IronJacamar embedded & AS7 naming componentHi, If anyone has an experience to use the IronJacamar embedded with AS7 naming component, could you share your naming.xml please? Or as7 naming cannot be started in standalone like jnpserver? jn...
Connection factory JNDI namingHi there, documentation states( if I understood well ) that it's posible to bind connection factory name ( ironjacamar.xml ) to something that is related to deployment name (ie name of the rar file beeing deplo...
Thread Why use internal TransactionTimeoutConfiguration class?
Why use internal TransactionTimeoutConfiguration class?Hello all, I wonder why do you use own TransactionTimeoutConfiguration class (org.jboss.jca.core.spi.transaction.TransactionTimeoutConfiguration) when having org.jboss.tm.TransactionTimeoutConfiguration? It se...
Thread MESSAGE DRIVEN BEAN USING mail-ra.rar STOPS WORKING
MESSAGE DRIVEN BEAN USING mail-ra.rar STOPS WORKINGHi. (NOTE : I have posted this in the EJB3 Forum too) I've been using a simple Message Driven Bean to grab new emails from an imap account for the last 18 months very successfully on 4.2.1 GA Bean code : import j...
Problem with XARecoveryModule.After losing all connections to my database I found a problem with JTA Recovery Manager. Following stacktrace tells us that connection used by recovery manager has already been closed, so finally recovery manager (for...
Thread Thread BLOCKED on registerConnection/unregisterConnection?
Thread BLOCKED on registerConnection/unregisterConnection?Hiya. Today we've done a stress test on our application and observed some new behavior - many of the functions that we're delegating to Quartz Scheduler (each with its own Thread) started to take quite a while to com...
Thread Is there a working sample JCA 1.6 connector outbound and inbound
Is there a working sample JCA 1.6 connector outbound and inboundThe IrronJacamar guides contain samples for outbound connectors only. I am looking for a bidirectional one. Is there any sample, documentation, ... for a working connector using JCA 1.6, preferably working on JBoss 7....
Thread as-upgrader.sh issue downloading from the jboss repository
as-upgrader.sh issue downloading from the jboss repositoryI'm trying to run as-upgrader.sh for ironjacamar. I'm using JBoss 7.1 and need the JCA 1.6 support. When I try, I get the error below. I can use a browser to get the jar file myself....
Thread Unable to deploy resource adapter with embedded ironjacamar
Unable to deploy resource adapter with embedded ironjacamarI've been getting the following error with default maven-generated project as well as custom adapters. The resource adapters deploy and are usable in a full JBoss AS deployment, but I'm unable to perform any integrati...
Third party libraries are not loadedHi all, I have a JCA resource adapter which is using third party libraries. RA implamentation' JAR as well as thisrd party JARs are packaged into RAR file, deployed in <AS7>/standalone/deployments direct...