Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java2iiop doesnot give Proper Stubs

2 views
Skip to first unread message

Ankit

unread,
May 31, 2005, 7:18:23 AM5/31/05
to
Hi All,

I am using Java2iiop to generate the Stubs for my EJB.
I am using Borland Enterprise Server 6.0.

The Stubs that are being generated are not proper.

For Eg:
In my case Java2iiop generates

public class _Remote_Stub extends javax.ejb._EJBObject_Stub

But We need the

public class _Remote_Stub extends
org.omg.stub.javax.ejb._EJBObject_Stub

the Package of _EJBObject_Stub is not coming Proper.
Because in asrt.jar the _EJBObject_Stub is put under
org.omg.stub.javax Package.

I have included the asrt.jar provided with the Software,

Can anyone help out in this.

0 new messages