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.