EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
JOnAS 5.0.2-SNAPSHOT
|
|
|
This bug appears in JOnAS, when using RMI/IIOP as protocol.
The _Terminator_Stub generated by the antrmic plugin from the TransactionFactoryImpl class seems to be wrong (maybe BOA instead of POA, I don't really know).
And some stubs/tie seems to be missing (ControlImpl and SubCoordinator).
This bug affects the OSGi component because the easybeans-core jar file (that contains the wrong stub) is embeded in the core bundle for jonas.
|
|
Description
|
This bug appears in JOnAS, when using RMI/IIOP as protocol.
The _Terminator_Stub generated by the antrmic plugin from the TransactionFactoryImpl class seems to be wrong (maybe BOA instead of POA, I don't really know).
And some stubs/tie seems to be missing (ControlImpl and SubCoordinator).
This bug affects the OSGi component because the easybeans-core jar file (that contains the wrong stub) is embeded in the core bundle for jonas. |
Show » |
|
Only the Terminator stubs that comes from the rmic execution of ControlImpl generates the right Stub.