Log in to follow, share, and participate in this community.
Thread Embed JBoss JCA into your java program ?
Embed JBoss JCA into your java program ?Can we embed JBoss JCA into one java program ? Thus any java program can utilize the RA connectivity capbilities easily.
Thread Can JBoss JCA 1.0.0.Alpha11 support JCA 1.5 Adapter ?
Can JBoss JCA 1.0.0.Alpha11 support JCA 1.5 Adapter ?I tried to deploy one JCA 1.5 Adapter RAR file to the JBoss JCA 1.0.0.Alpha11, but failed with the following error: Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment...
JcaXAResourceRecoveryI may have initially underestimated this task. The JcaXAResourceWrapper, by itself, is not sufficient for recovery integration. I have started on
org.jboss.resource.connectionmanager.xa.JcaXAResourceRecovery
for ...
Thread Rar working on jboss 4.0.2, not working on 5.1
Rar working on jboss 4.0.2, not working on 5.1Hi, I had deployed an rar application on jboss 4.0.2 and it is working and when i moved to Jboss 5.1, it is throwing an error. below is the error log. 0:09:37,283 INFO [TomcatDeployment] ...
Code generation for JBJCAHi, I would like to create code generation for JBoss JCA project. Goal: To generate code and project configuration of JCA resource adapter. For the user, they can use this tools to generate JCA resource adapt...
Thread getXAResource should not be called without TX context
getXAResource should not be called without TX contextIn the current JCA implemetation the getXAResource is being called on the MC even if there is no tx context, it seems to be breaking the TCK for HornetQ RA, check this http://community.jboss.org/message/532626#...
Thread Failed to reconnect after channel restarted
Failed to reconnect after channel restartedThe Message Driven Bean does not get reconnected after the MQ channel restarted. I need to restart the Jboss server to get it working again. There are no messages shown in the log to indicate any reconnect...
Thread Standalone JCA: JNDI binding for multiple connection factories...
Standalone JCA: JNDI binding for multiple connection factories...RADeployer needs to deal with outbound resource adapters that have multiple connection factories (each of which should be bound to JNDI). For the JNDI binding, if the connection factory is a javax.resource.Re...
JBJCA-272 - Standalone validator toolThe tool can be running as standalone tool. Like $ validator/Main ra16inout.rar it will go through rar package and validate the ra.xml and classes base on spec of JCA 1.6 Steps: Unjar the rar use cl...
JBJCA-290: Make ant task for validate toolhttps://jira.jboss.org/jira/browse/JBJCA-290 like: <validate output="." file="ra16inout.rar"/> By default it should be silence.
About Project Plan & ImplementationHi; When implementing Connection Management related contract, is old code that is implemented in the JBoss AS "trunk/connector" used for starting? Or, is it implemented from scratch? (This is also applicable for othe...
Thread Management of configuration properties inside ra.xml
Management of configuration properties inside ra.xmlHi, I am writing few JCA connectors for Teiid http://teiid.org and have defined many custom properties in ra.xml files. My question is management of these custom properties outside the ra.xml. I know I can define/ov...
JBJCA-260: New WorkManagerCurrently the WorkManager uses the thread pool implementation in JBoss Common. The JBoss Threads project creates a way to define thread pools and their execution parameters to a higher degree. The new WorkMana...
Thread HOWTO: Pool connection management of my managed connection
HOWTO: Pool connection management of my managed connection(HINT: copied form the JCA-user forum since it is more dev related) Dear sirs, i have a question according to the proper coding of the ressource/connection management in JCA using the mbean org.jboss.resource.connec...
Thread ask about develop resource adaptor using JCA method
ask about develop resource adaptor using JCA methodhallo experts.... i am newbie want to ask.... coincidence my thesis about the integration of J2EE applications and applications EIS using JCA methods. my question is how to make resource adapter to integrate that two...
Design of ConnectionManager APIHi; Currently there is an interface org.jboss.jca.core.api.ConnectionManager (CM) and org.jboss.jca.core.api.RealConnectionManager (RCM). CM delegates connection creation operation to the RCM that is responsible for ...
Thread Implementation of the ConnectionManager Service
Implementation of the ConnectionManager ServiceHi; I would like to start an implementation of the ConnectionManager contract. How could I start this ? Looking at JBoss AS 5.X branch implementation an factoring out inner classes is a good start? I have not seen J...
proposal for JBossRA 2.0 metadataWe would like to extend the jboss-ra.xml for more feature. 1. possibility to add additional bean validation groups.
<bean-validation-groups>
<bean-validation-group>com.mycompany.myproject.bv.Group1<...