Hi
We are in the process of migrating our application from Jaguar 3.5 to EAServer 4.1
I created new target
EJB 2.0 in PowerJ 4.1 from the existing bean code (which was written in EJB 1.0).
We are using EAServer 4.1 for deployment.
After creating, Build and RebuildAll went successful.
While deploying, it gives the following error.
Application Server error: cannot obtain interface list for: CommonPkg/GsmsHelperServer.
I noticed in deploy option that the entry for interface and class are empty.
In Jaguar 3.5 it is
interface : "CommonPkg.GsmsHelperRemote"
class: "CommonPkg.GsmsHelperBean"
What should I do to get rid of this error......?
AND
to have the entries for interface and class in deploy option....?
Please help.
Thanks
Raghu