• Physically closing a set of connections

    Greetings all,   I am still working on my JCA and I have been presented with a new requirement that I am not sure how to handle.   As it stands now, my JCA can create connections to 1 of 8 physical server...
    Profile Photo
    last modified by earnest.dyke
  • Testing connector that requires application managed securty

    Greetings all,   I have create a connector to a legacy system of ours and I am trying to test it using Arquillian but I am unable to determine how to specify that I want application-managed-security. If I were d...
    Profile Photo
    last modified by earnest.dyke
  • SonicMQ RA in JBoss7 showing lots of IJ000612 warnings

    Hi,   Our basic integration of SonicMQ RA (version 8.5) works. The Resource Adapter containing the SonicMQ RA deploys without errors. Additionally we have a small "service", that adds the required JMS destinatio...
    Profile Photo
    last modified by snazy
  • get the list of deployed resource adapters and it's config properties, Jboss AS 7.1.1.Final

    Is it possible to get the list of deployed resource adapters and load it's config properties by reading the *-ra.xml file?   I want to create a desktop application which have to show the list of deployed resourc...
    Profile Photo
    created by mr.bee
  • Accessing JNDI in a Session bean ckient

    I want to to use a JCA Resource Adapter to connect from JBOSS AS 7.1.1 to the IBM host.   I created an Session Bean to connect to the access the the JNDI-Name   My source code looks like this InitialConte...
    Profile Photo
    last modified by bangau
  • java.lang.IllegalStateException: JBAS014666: Duplicate resource resource-adapters

    Hi,   I am using ironjacamar.xml in my resource adapter. I have defined two connectionfactories (one for queue and topic - with different JNDI). This seems to fail in JBoss AS7.1.2 with the following error :- &#...
    Profile Photo
    last modified by aryan02130
  • IronJacamar.xml

    Hi,   Could someone help me in understanding the use of ironjacamar.xml file in a resource adapter. Is this really required if I have to deploy a resource adapter in JBoss AS7. What is the advantage of having th...
    Profile Photo
    last modified by aryan02130
  • Accessing JCA from junit testcase

    I have deployed the HelloWorld example provided by ironjacamar on jboss 7.1. I would like to call it from a junit test  is this possible?     private static final String INITIAL_CONTEXT_FACTORY = "org....
    Profile Photo
    last modified by dim5b
  • Web-app requires a resource-adapter class be included in war

    Deployed a resource adapter to JBoss AS 7.1.1.Final-SNAPSHOT.   The resource adapter integrates WebLogic JMS to the JBoss server.   Deployed a Servlet which will use the JMS resources from the adapter ...
    Profile Photo
    created by jleinawe
  • Replacement for sun-jms-adapter.rar?

    I asked a question about this earlier, and got no response. It might have been in the wrong forum...   In the past, we've used sun-jms-adapter.rar to get JBoss AS 5.1 to receive messages from a JMS topic on a re...
    Profile Photo
    last modified by rbwhitaker
  • RAR deployment out of EAR

    Guys, In my product, I have 4 JCA adapters and 7 ear modules that shares all 4 adapters.   What is expected as class loading architecture for JCA Adapters in JBoss 7.1.1? Since the manual says nothing (specif...
    Profile Photo
    last modified by santos.sandro
  • Intermittent JCA adapter issues with JBOSS7.1.1 using ojdbc6 driver for Oracle10g

    Hello,   I have ported my application from JBOSS6 to JBOSS7.1.1 (code base is same).   My application is extensively using EJB and JMS messaging. HornetQ is the Messaging provider on both JBOSS6 and JBOSS7...
    Profile Photo
    last modified by ion_mayank
  • Resource Adapter + authentication

    Hi all,   I'm testing my resource adapter with JBoss AS 7.1 and trying to protect it by means of a security-domain. I configured:              ...
    Profile Photo
    last modified by dimonv
  • org.jboss.ironjacamar#ironjacamar-depchain;1.1.0.Beta1 missing from Ivy repo?

    Sorry if I'm missing something obvious. I'm trying to debug some CodeGenerator stuff for Maven (which I know pretty well) so I'm trying to see how the Ivy system (which I don't know at all) works.   For the 1.1....
    Profile Photo
    last modified by willimur
  • Nexus access to http://jesperpedersen.github.com/fungal/maven2

    Hello,   We are using Ironjacamar 1.0.0.FINAL with maven2. Its is dependent on fungal artifacts from repo http://jesperpedersen.github.com/fungal/maven2.   So far i have used that's repository definition d...
    Profile Photo
    last modified by liegler.maurer
  • Destroying connection that could not be successfully matched - Jboss 7

    Hi   In my application i get the connection of datasource like this:   dataSource = (DataSource) lookup(name, this.localContext);   conn = ds.getConnection(databaseUser, databasePassword);   But...
    Profile Photo
    last modified by andersonvass
  • XAResource and ManagedConnection Association during Recovery

    Hi,   I observed that if the recovery's ManagedConnection (MC) instance is closed due to some connection error, Ironjacamar destroys the MC, but the MC's  associative XAResource instance remains active and ...
    Profile Photo
    last modified by traffic
  • embedded: extracting RAR twice causes failure on Windows

    Hi,   I'm trying to get IronJacamar embedded(1.0.9.Final) worked on Windows, and experiencing RAR deployment failure, though it doesn't happen on fedora.   On Windows, extracting RAR into ironjacamar.home\...
    Profile Photo
    last modified by igarashitm
  • XAResourceRecovery Configuration in AS7

    Hi,   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...
    Profile Photo
    last modified by traffic
  • maven validator throws IllegalStateException: Unable to find an annotation scanner implementation

    Hello,   I'm trying to validate my jca connector with Ironjacamar maven validator (as documented here : http://docs.jboss.org/ironjacamar/userguide/1.1/en-US/html/validator.html#validator_maven)   I get th...
    Profile Photo
    last modified by gonzalad