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
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.