Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.