| Author |
Unable to deploy EJB
|
Tariq Ahsan
Ranch Hand
Joined: Nov 03, 2003
Posts: 116
|
|
Hi All, I am trying to deploy my EJB using the Weblogic 7.0 console. I am getting the this error - Unable to deploy EJB: MyEJB in My.jar java.lang.NoClassDefFoundError: com/dir1/dir2/MyClass Any idea in what circumstances normally one would get this kind of error? Thanks
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
Tariq, If the class is not in your manifest.mf file, this error is likely to occur.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Nalini Gupta
Greenhorn
Joined: Dec 21, 2007
Posts: 4
|
|
Check whether the package declaration is correct or not in your class [ May 25, 2008: Message edited by: Nalini Gupta ]
|
 |
 |
|
|
subject: Unable to deploy EJB
|
|
|