You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/10/06 22:41:44 UTC

[jira] Updated: (CXF-1841) Some issues with outbound jca connector

     [ https://issues.apache.org/jira/browse/CXF-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Tam updated CXF-1841:
-----------------------------

    Attachment: CXF-1841.patch

I created a patch to address the issues and added a sample.  The new inbound connector has been tested with WAS 6.1 but it has not been tested with JBoss.   Both the inbound and outbound connector need to be tested with JBoss and resolve any issues that may pop up.   Once that's been done, we can remove the old inbound and outbound connector.

> Some issues with outbound jca connector
> ---------------------------------------
>
>                 Key: CXF-1841
>                 URL: https://issues.apache.org/jira/browse/CXF-1841
>             Project: CXF
>          Issue Type: Bug
>          Components: Integration
>            Reporter: William Tam
>             Fix For: 2.2
>
>         Attachments: CXF-1841.patch
>
>
> 1. The client proxy factory does not get configured by Configurer to inject configurations.  So, for example, the ws security cannot be enabled in JCA connector.
> 2. ManagedConnectionImpl should implement equals() ahd hashcode() based on properties as required by JCA 1.5
> 3. A single bus is shared by multiple web applications.  It is not possible to have a per web application bus config. 
> 4. If a bean class is defined in a WAR and it is referenced by bus config, the bus cannot be created when the JCA connector starts in WebSphere 6.1.  The reason is JCA connector classloader cannot load the class in belong in a WAR.
> 5. The outbound connector APIs should be moved to the api module so that javadoc can be produced for them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.