• 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.
    Profile Photo
    last modified by xingcl
  • 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...
    Profile Photo
    last modified by xingcl
  • JcaXAResourceRecovery

    I 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 ...
    Profile Photo
    last modified by weston.price
  • Rar working on jboss 4.0.2, not working on 5.1

    Hi,   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] ...
    Profile Photo
    created by samavedulark
  • Code generation for JBJCA

    Hi, 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...
    Profile Photo
    last modified by jeff.zhang
  • getXAResource should not be called without TX context

    In 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#...
    Profile Photo
    last modified by vickyk
  • Failed to reconnect after channel restarted

    The 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...
    Profile Photo
    created by cynw
  • 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...
    Profile Photo
    last modified by smarlow
  • JBJCA-272 - Standalone validator tool

    The 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...
    Profile Photo
    last modified by jeff.zhang
  • JBJCA-290: Make ant task for validate tool

    https://jira.jboss.org/jira/browse/JBJCA-290   like: <validate output="." file="ra16inout.rar"/> By default it should be silence.
    Profile Photo
    last modified by jeff.zhang
  • About Project Plan & Implementation

    Hi; 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...
    Profile Photo
    last modified by gurkanerdogdu
  • JBJCA-201 - New validation rules

    We will use this thread to discuss mew validation rules.   We have these rules:       "mcf.MCF",       "mcf.MCFHashCode",       "mcf.MC...
    Profile Photo
    last modified by jeff.zhang
  • Management of configuration properties inside ra.xml

    Hi, 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...
    Profile Photo
    last modified by rareddy
  • JBJCA-260: New WorkManager

    Currently 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...
    Profile Photo
    last modified by jesper.pedersen
  • JBJCA-201 - Standalone configuration

    We will use this thread to discuss standalone configuration.
    Profile Photo
    last modified by jeff.zhang
  • 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...
    Profile Photo
    created by groovie
  • ask about develop resource adaptor using JCA method

    hallo 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...
    Profile Photo
    created by havocid
  • Design of ConnectionManager API

    Hi; 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 ...
    Profile Photo
    last modified by gurkanerdogdu
  • Implementation of the ConnectionManager Service

    Hi; 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...
    Profile Photo
    last modified by gurkanerdogdu
  • proposal for JBossRA 2.0 metadata

    We 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<...
    Profile Photo
    last modified by jeff.zhang