EJB binding improvements
------------------------
Key: TUSCANY-2491
URL: https://issues.apache.org/jira/browse/TUSCANY-2491
Project: Tuscany
Issue Type: Wish
Components: Java SCA EJB Binding Extension
Reporter: Jean-Sebastien Delfino
Fix For: Java-SCA-Next
I'd like to get the following improvements in the EJB binding:
- unused code should be removed
- the visibility of most of the classes and methods that do not belong to the
public API should be fixed (should be made private or package-private).
- the lookup and initialization of the EJB stub is currently performed at each
invoke, should move to the start method and some cleanup in stop
- the binding should leverage host-corba-jse and host-corba-jee to access the
correct ORB instance, depending on the configured host
- test cases should be added to verify that the transaction and security
context correctly flow through EJB invocations when used with the ORB obtained
in a JEE environment, and run on the application servers that the Tuscany
releases claim to support.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.