Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.5
-
None
-
All
Description
At the moment the jms object wire format providers do..
// just point to the reference interface contract so no
// databinding transformation takes place
interfaceContract = service.getInterfaceContract();
really they should ignore the specified service interface contract and get the interface contract from the component type to ensure that no transformation takes place.