• 1.1.3.Final documentation over XA recover-plugin usage

    How do you use default XA recovery strategy?   GOOD EXAMPLE   <recovery>   <recover-plugin class-name="org.jboss.jca.core.recovery.DefaultRecoveryPlugin"/> </recovery>   It a...
    Profile Photo
    last modified by dlmiles
  • Need help for Work Manager implementation with Ironjacamar api’s to achieve that multi threading nature to resolve the latency issues.

    Hi,   I am very new to IronJacamar.I have a requirement to change the  commonj.work.Work thread in our project to IronJacamar provided work manager for Thread efficiency. I went through the documentaion pr...
    Profile Photo
    last modified by raj.kamal
  • Is ij user forum hosted at groups.google.com the one to use ?

    Hi, On the IronJacamar [1] page there is a link to a user forum. Currently that links to a user forum hosted on groups.google.com [2].   Does the page on [1] need updating to link to [3] hosted at community.j...
    Profile Photo
    last modified by whitingjr
  • Where to put a custom ConnectionListener?

    So I was digging into the code we need to port over, wondering why allow-multiple-user pooling wasn't working, and discovered that we need to run some SQL when the connection is opened and destroyed.   I found ...
    Profile Photo
    last modified by mikehoss42
  • Using IronJacamar to use database authenication

    I already put a question on the WildFly Forum but have gotten no answers. You can read some context here: Database authentication datasource -- howto?   I have a datasource object that always re-authenticates t...
    Profile Photo
    last modified by mikehoss42
  • Resource Adapter config

    Greetings all,   I have a developed a JCA/Resource Adapter that I am now trying to deploy. I want to configure the connections via the JBoss admin console and not in the ironjacamar.xml file. So when I package m...
    Profile Photo
    last modified by earnest.dyke
  • Migrating Resource Adapter from JBoss 6 to WildFly

    Hi,   I tried to migrate a resource adapter currently running on JBoss 6.1.0 to WildFly.   But I get an error:   2013-10-29 14:42:24,466 WARN  [org.jboss.as.connector.deployers.RaXmlDeployer] (M...
    Profile Photo
    last modified by simas_ch
  • how to define socket in ironjacamar.xml which TCP server listen

    How can I define port number in ironjacamar.xml where TCP server listen for client xml stream ?
    Profile Photo
    last modified by imeshd
  • UPDATED: PROPER way to tell ConnectionManager to destroy a connection

    ===> See followup to my original question below   I have a ManagedConnection that manages a socket-based connection.  I have a method called send() that the client can use to send data to that socket.&...
    Profile Photo
    last modified by mikebrungs
  • <idle-timeout-minutes> not resulting in close()

    I've setup my connection factory with an idleTimeMinutes = 1.   My test program gets the connection and then I am using JConsole to watch the connection statistics.  I wait a couple minutes and then do...
    Profile Photo
    created by mikebrungs
  • mem leak in TransactionSynchronizer on afterCompletion() phase

    Hello.   Let me introduce the problem App server ( jboss-as-7.1.1.Final ) which is a part of complex distributed app using CORBA for communication fails with OutOfMemoryError   I've investigated the probl...
    Profile Photo
    last modified by cheezzario
  • Enabling PostgreSQL driver logging in xa datasource configuration.

    Hi, I tried enabling debug logging by using the driver property key name "loglevel". Which is detailed in the docs for the postgresql 9.2 driver [1]. The same in 9.3. The driver defines a mixture of all lower and ca...
    Profile Photo
    last modified by whitingjr
  • Implementation of ValidConnectionChecker

    Is there any reason why the custom ValidConnectionChecker implemantions are not using isValid from java.sql.Connection. As I can see the code is almost the same already implemented in the jdbc drivers themselves. I th...
    Profile Photo
    last modified by graben
  • ${jdbc.maxPoolSize} value in *-ds.xml file always read as 0 in JBOSS 6.1

    I am using JBOSS 6.1 final. I am trying to set the max pool size value in *-ds.xml file. Currently the following approach fails as JBOSS always reads the max pool size as 0,   - I would like to use <max-pool-...
    Profile Photo
    last modified by knarayanan123
  • Reducing the work during a coarse lock.

    Hi, Both I and members in my team are interested to know what can be moved outside of a coarse synchronized block in the IJ codebase. It is in the returnConnection method for a managed connection pool. We are seeing...
    Profile Photo
    last modified by whitingjr
  • DataSource injected into SFSB does not serialize properly

    The JIRA WFLY-30, with the title "@Resource injection of Datasource on clustered SFSB fails with serialization error" was reclassified as a JBJCA issue: [JBJCA-1112] DataSource marked as Serializable - JBoss Issue Tra...
    Profile Photo
    last modified by pferraro
  • Changing state of trackByTx during a global transaction.

    Hi, I have a query about when the state of TxConnectionListener.trackByTx should be true and false.   My JEE application uses EJB3 and JPA API with Hibernate behind the scenes. The default for JBoss EAP. So, ty...
    Profile Photo
    last modified by whitingjr
  • Resource adapter in Jboss 7.1.1

    Hello I installed a resource adapter in Jboss 7.1.1 in standalone mode and using standalone.xml configuration file. The connector to install is cicseci.rar from CICS IBM. (I have installed this connector without pro...
    Profile Photo
    last modified by michel777
  • JBoss 7: ResourceAdapter started two times when using a custom work manager.

    in subsystem <subsystem xmlns="urn:jboss:domain:jca:1.1"> I declared a custom work manager with a BootstrapContext: <workmanager name="PrimeWorkManager">         &...
    Profile Photo
    last modified by evialle
  • Instantiation of new Throwable in TxConnectionListener.TransactionSynchronization

    Hi,   During a performance evaluation to an high load application, one thing that showed up in the profile data was the initialization of org.jboss.jca.core.connectionmanager.listener.TxConnectionListener.Transa...
    Profile Photo
    last modified by lbarreiro