• (SAP) RA deployment procedure on JBoss AS 7.1.1.Final

    Hi,   I was planning to use SAP JCO and got the sapjco3-linuxintel-3.0.9 archive. Then I came across JCA and Iron Jacamar and was taught better   Could you please explain the deployment procedure of a SAP...
    Profile Photo
    last modified by pi4630
  • ConnectionListener Implementation class

    Hello,   I noticed that https://issues.jboss.org/browse/JBJCA-704 was resolved. Great job! Where should this implementation class be placed and when is this version being shipped with AS 7/EAP ?     ...
    Profile Photo
    last modified by gastaldi
  • JCA Resource Adapter Deploy fails on JBOSS AS 7

    have a custom resource adapter to connect to a EIS. My requirement is only outbound connectivity to EIS. I have packaged the rar with iron-jacamr.xml in META-INF but when i deploy i get below error   15:12:47,86...
    Profile Photo
    last modified by daedlus
  • Hello World Example

    Hi , i have deployed the hello world rar example and i see the HelloWorldManagedConnectionFactory binded to jndi and is available using name java:/eis/HelloWorld    I have a simple ejb bean in which i lo...
    Profile Photo
    last modified by daedlus
  • Resource adapter deployed without errors but cannot lookup connection factory

    Hi,   I have written a simple resource adapter and deploying it in jboss as 7.1.1. But i see no information about jndi binding of the manage connection factory implementation and also no errors reported.  ...
    Profile Photo
    last modified by daedlus
  • xa-datasource is not registered correctly

    Hello,   I'm writing a quickstart to show integration of JBoss Transactions, IronJacamar and Tomcat. However, I am a little bit stuck with Postgres xa-datasource. It seams that it is not getting registered corre...
    Profile Photo
    last modified by gytis
  • Specifying a different WorkManager for a custom resource ada

    Hi, I'm using jboss 4.2.3 and I have developed a custom resource adapter. I want my resource adapter to use a different WorkManager than the default jca one "jboss.jca:service=WorkManager" so that threading in this R...
    Profile Photo
    last modified by bortx
  • Test connection through CLI when <allow-multiple-users/> is applied to a datasource

    Environment :   JBoss EAP-6.0.1 JBoss AS 7.1.3 IronJacamar version used in above JBoss version - 1.0.13.Final   Issue :   Create a XA data-source(via CLI) which has the attribute <allow-multiple...
    Profile Photo
    last modified by anuragdebnath
  • JBoss Migration from 4.2.3 to 7 - JCA

    Hi,   I am trying to migrate from Jboss 4 to 7. Im using the ff resource adapter from 4: In my ra.xml I am still using:   <resourceadapter-class>org.jboss.resource.deployment.DummyResourceAdapter<...
    Profile Photo
    last modified by sammie88
  • Migrating an inbound Resource adapter from JBOSS EAP 6.0.0 to JBOSS EAP 6.0.1

    Hello there, Find the EAR included... I'm migrating an inbound resource adapter from JBOSS EAP 6.0.0 to JBOSS EAP 6.0.1 (which is bundled with ironjacamar version 1.0.13.Final). Here is the relevant section from my ...
    Profile Photo
    last modified by jhn134910
  • WHY pingDatabase failed status=-1?

    Hello, our customer encoutered this issue while they do some normal operations on web application. The exception is: 08:30:45,435 WARN [LocalManagedConnectionFactory] Destroying connection that is not valid, due to t...
    Profile Photo
    last modified by xpdz
  • ¿Number of threads of JCA WorkManager in AS7?

    We are doing some performance tests of our application (REST API with Mysql) and find that with independency of the concurrency (no matters if we have 50 clients or only 3) the JCA subsystem uses only 2 threads. This ...
    Profile Photo
    last modified by ignacio.marrero
  • excluding classes from being exported from rar

    Hello I have a resource adapter using jca 1.6 deployed on jboss 7.1.1.Final, the problem is that the classloader exports all classes included in the rar. Im trying to exclude the classes that are only used internally...
    Profile Photo
    created by danielgreb
  • Feature request:Add an interface to allow end-user to have a second chance to create a normal database connection after failling to get connection because of database password error

    hi: When an application can't get a database connection through jca layer due to database password error, it's better to add an extension point in IronJacamar's datasource implementation to allow user's program to "i...
    Profile Photo
    last modified by zhouyaguo
  • Developing a Resource Adapter to an EIS

    Hi all ! I'd need to create a Resource Adapter which connects to an EIS via sockets. I've gone through the HelloWorld example code in the documentation however I cannot figure out where should I store the socket hand...
    Profile Photo
    last modified by developer251
  • Supporting SocketAddress as a config property?

    I know this isn't part of the spec but supporting SocketAddress as a config property would be a really nice enhancement. Resource adapters often need to bind or connect to sockets. So you'll have to reimplement this e...
    Profile Photo
    last modified by pmm
  • trouble with RAR with ResourceAdapter

    I have a rar file in charge for some month on JBoss AS7 Alpha1-SNAPSHOT, using ironjacamer 1.0.13.Final now. After some trouble with the migration from 4.2x it worked fine for a long time. Code was not changed. Now ...
    Profile Photo
    last modified by lafr
  • Jackrabbit shows 'Destroying connection that could not successfully matched' warnings and runs out of connections

    Hey,   I've recently written a small application which's storing things in the Content Repository provided by JackRabbit. Since I ran into the bug described in JCR-3425, I'm using a recent 2.6-SNAPSHOT release b...
    Profile Photo
    last modified by mabako
  • Classloading Issues

    I am deploying an inbound/outbound enabled resource adapter (test.rar) and an Singleton Session EJB in a standalone jar (ejb-test.jar).   Within the resource adapter, I have included an ironjacamar.xml that defi...
    Profile Photo
    last modified by sacarro
  • what does idle-timeout-minutes mean?

    Doe it mean: recollect the connection from the application and put it to pool if the application does not use the connection after certian minutes physically close the connection if the connection in the pool for abou...
    Profile Photo
    last modified by jieshengz