jca « Development « Spring Q&A





1. Spring / JCA    forum.springsource.org

Hello, I don't know if my question is on the right place. Is there any support for JCA ( CCI ) in Spring? If not, is it planned? I see something ...

2. Possible API/JavaDoc error for JCA?    forum.springsource.org

Possible API/JavaDoc error for JCA? The org.springframework.jca.support.LocalConnectionFac toryBean class has a method called "setManagedConnectionFactory". The javadoc for this method says: "Set the JCA ManagerConnectionFactory that should be used to create the ...

3. JCA Connector    forum.springsource.org

I am trying to build a new connector for FTP purpose using Spring, I have done this before using JBOSS, is there a place I could get more info other than ...

4. Spring and JCA 1.5 in Weblogic    forum.springsource.org

Spring and JCA 1.5 in Weblogic Hello all, I'm implementing JCA connector. I've implemented it as standalone non-managed connector using Spring as application context provider. Everything works fine. Now I need ...

5. About JPOX as JCA Resource together with Spring    forum.springsource.org

About JPOX as JCA Resource together with Spring Looks like there is some misunderstanding between Spring 2.0 final and JPOX 1.1 about how to handle connection factories when in JCA context... ...

6. JCA container and modules required for OSGI project    forum.springsource.org

For a lightweight OSGi based integration component we're looking for a JCA container with JCA modules for file and FTP access. What kind of container should be uses (Jencks?) .. The ...

7. JCA Support for CICS    forum.springsource.org

JCA Support for CICS Hello, I'm not sure this is the right forum for my question, but I haven't found any other that suits better: I'm using Spring CCI support to ...

8. Difference between CommonJ workManager and JCA workManager    forum.springsource.org

I just want to know what is the difference between JbossWorkManagerTaskExecutor (JCA workManager) and WorkManagerTaskExecutor (CommonJ WorkManager) since both api are used for handling the unmanaged thread in application servers while ...