hi,
i have defined my home, remote, bean interface/class in
com.sundar.EJB package. Its getting compiled and i have created the jar file. when i run java.weblogic.ejbc, its giving an error saying com.sundar.EJB.Myhome(home interface)
not found.
i my xml i have given package name.home interface name. then what will be the error. Is it a classpath problem?. if so what should be the classpath i give inorder to run ejbc.
Regards
sundar
-
EJBHome not found error (3 messages)
- Posted by: sundar varadarajan
- Posted on: April 12 2001 01:57 EDT
Threaded Messages (3)
- EJBHome not found error by Rahul .. on April 14 2001 15:21 EDT
- EJBHome not found error by sundar varadarajan on April 16 2001 10:21 EDT
- EJBHome not found error by Srinivas Janakiraman on April 23 2001 11:36 EDT
- EJBHome not found error by sundar varadarajan on April 16 2001 10:21 EDT
-
EJBHome not found error[ Go to top ]
- Posted by: Rahul ..
- Posted on: April 14 2001 15:21 EDT
- in response to sundar varadarajan
hi,
which version of weblogic are you using? If you are using
version 6.o then try the following.
Suppose if your home interface is located in c:\com\sundar\xyHome.java , then in your classpath environment set classpath to your com\sundar\xyHome.java.
-
EJBHome not found error[ Go to top ]
- Posted by: sundar varadarajan
- Posted on: April 16 2001 10:21 EDT
- in response to Rahul ..
i m using weblogic 5.1, i m still unable to solve the problem
guys help me out
-
EJBHome not found error[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: April 23 2001 11:36 EDT
- in response to sundar varadarajan
Hi sundar,
I think you created the jar from the directory where the class files are. You should create the jar from the directory where you root com directory is present.
Try this.
Srinivas.J