EasyBeans

Missing/Wrong IIOP Stubs

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 RC3
  • Fix Version/s: EasyBeans 1.0 RC4
  • Component/s: Core, OSGi
  • Description:
    Hide
    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
    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.
  • Environment:
    JOnAS 5.0.2-SNAPSHOT

Activity

Hide
Guillaume Sauthier added a comment - 11/Mar/08 12:00 PM
The origin of the issue seems to come from antrmic and/or the ant rmic tasks: When rmic is applied on TransactionFactoryImpl, the generated stubs for terminator interface is wrong (maybe BOA model instead of POA), even when the -poa flag is enabled.

Only the Terminator stubs that comes from the rmic execution of ControlImpl generates the right Stub.
Show
Guillaume Sauthier added a comment - 11/Mar/08 12:00 PM The origin of the issue seems to come from antrmic and/or the ant rmic tasks: When rmic is applied on TransactionFactoryImpl, the generated stubs for terminator interface is wrong (maybe BOA model instead of POA), even when the -poa flag is enabled. Only the Terminator stubs that comes from the rmic execution of ControlImpl generates the right Stub.

People

Dates

  • Created:
    11/Mar/08 11:41 AM
    Updated:
    11/Mar/08 1:17 PM
    Resolved:
    11/Mar/08 12:00 PM