Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
Java-SCA-1.5
-
None
-
All
Description
The JSONRPC binding obtains a $self$ reference to the service to which it is attached. If there is also a JMS binding on that service the act of creating the self reference cause an NPE in the JMS binding because the interface contracts are not set up on the component type for self references. I've put in a work around into the JMS binding for the time being to get past this.