Bonjour,

j'ai un souci de types corba avec mon appli deployée sur weblogic,
selon un lien comme noté ci-dessous il parait qu'il ya un souci du fait d'utiliser weblogic et un client IDL (classes générées à partir des fichiers IDL)

Limitations Developing Java IDL Clients
BEA Systems strongly recommends developing Java clients with the RMI client model if you are going to use RMI-IIOP. Developing a Java IDL client can cause naming conflicts and classpath problems, and you are required to keep the server-side and client-side classes separate. Because the RMI object and the IDL client have different type systems, the class that defines the interface for the server-side will be very different from the class that defines the interface on the client-side.


Merci