• Resource Adapter Configuration for Jboss 7

    I 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>...
    Profile Photo
    last modified by coolaki2006
  • 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? &#...
    Profile Photo
    last modified by jegansp
  • Can we introduce a new managed connection pool implementation that reduces thread contention under load?

    We have been profiling a number of JEE benchmarks that we run on WF (IJ 1.1) and EAP (IJ 1.0), and in a couple of cases we see the most contended object within the JVM is a java.util.ArrayList object (cls).  High...
    Profile Photo
    last modified by johara
  • 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 ...
    Profile Photo
    last modified by whitingjr
  • 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...
    Profile Photo
    last modified by whitingjr
  • 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...
    Profile Photo
    last modified by whitingjr
  • 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 ...
    Profile Photo
    last modified by mikebrungs
  • Need help deploying my RAR file.. newbie here

    Okay... 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...
    Profile Photo
    last modified by mikebrungs
  • IronJacamar 1.1.1.Final for WildFly 8.0.0.Beta1

    WildFly 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
    Profile Photo
    last modified by ricardoarguello
  • IronJacamar Oracle Reauthentication support

    Anybody interested in helping me test this?   https://github.com/rarguello/ironjacamar-oracle-reauth   -- Ricardo Arguello
    Profile Photo
    last modified by ricardoarguello
  • README.md mentions JCA 1.6

    From the README.md file: "IronJacamar implements the Java EE Connector Architecture 1.6 specification"   Shouldn't it say "1.7" for IronJacamar 1.1?
    Profile Photo
    last modified by ricardoarguello
  • Data Source jboss 7.1.1

    i 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 ...
    Profile Photo
    created by honda23
  • possible bad side effects from change to AbstractConnectionManager

    After 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...
    Profile Photo
    last modified by mandrosen
  • JBAS-1836 - contentious transaction enlistment and pooling

    So 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...
    Profile Photo
    last modified by adrian.brock
  • Management of IronJacamar

    I 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.
    Profile Photo
    last modified by jesper.pedersen
  • Problem with Inheritance and javax.resource.spi.work.Work

    While 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 ...
    Profile Photo
    last modified by andreasw
  • IronJacamar RHQ platform

    Status  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...
    Profile Photo
    last modified by jesper.pedersen
  • Difficulty with XA-DS deployment and UserTransaction

    Within 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...
    Profile Photo
    created by bob.mcwhirter
  • More than 1 connection-definition within resource-adapter

    Good 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:   ...
    Profile Photo
    last modified by filipeggaspar
  • Problem using two different XA datasources in AS7

    Hi 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...
    Profile Photo
    last modified by matt.drees