|
Home > Archive > WebSphere Application Server > September 2005 > Ear can not be deployed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ear can not be deployed
|
|
|
| I get the following error message when I deploy ear on WebSphere .
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2803E: <home> interface ejb.KeyGeneratorHome, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2804E: <remote> interface ejb.KeyGenerator, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2805E: <local-home> interface ejb.KeyGeneratorLocalHome, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2800E: <local> interface ejb.KeyGeneratorLocal, or one of its supertypes, cannot be reflected. Check the classpath.
Would u help me ?Thank u
| |
| ruwan g 2005-09-18, 10:22 pm |
| Check your jar file for those ejb classes. This can be occured when there are no related bean classes in the jar file but in ejb-jar.xml file
quote: Originally posted by
I get the following error message when I deploy ear on WebSphere .
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2803E: <home> interface ejb.KeyGeneratorHome, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2804E: <remote> interface ejb.KeyGenerator, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2805E: <local-home> interface ejb.KeyGeneratorLocalHome, or one of its supertypes, cannot be reflected. Check the classpath.
[*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: KeyGenerator): CHKJ2800E: <local> interface ejb.KeyGeneratorLocal, or one of its supertypes, cannot be reflected. Check the classpath.
Would u help me ?Thank u
|
|
|
|
|