Hi all,
I am new to weblogic8.1 . I am just stuck with the problem that how to upload exploded
ejb or ear file.
How am trying is like below for ejb
ejbjarfolder
|
|--META-INF
| |
| |--ejb-jar.xml
| |--weblogic-ejb-jar.xml
|
|--classfolder
|
|--here all class files with package
Now i am trying to upload its not uploading, but giving error as...
" Exception:weblogic.management.ApplicationException: prepare failed for jar Module: jar Error: Exception preparing module: EJBModule(jar,status=NEW) Unable to deploy EJB: E:\tcexploded\jar from jar: weblogic.ejb20.WLDeploymentException: [EJB:010106]EJB : CEInvoiceLine .Unable to initialize method info for remote or home interface. The error is java.lang.NoClassDefFoundError: com/nextlinx/tc/RequestData at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1627) at java.lang.Class.privateGetPublicMethods(Class.java:1655) at java.lang.Class.privateGetPublicMethods(Class.java:1665) at java.lang.Class.getMethods(Class.java:815) at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.initializeMethodInfos(ClientDrivenBeanInfoImpl.java:1224) at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:266) at weblogic.ejb20.deployer.SessionBeanInfoImpl.<init>(SessionBeanInfoImpl.java:74) at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl
...............
..............
......... etc etc... "
And same problem I am getting while uploading exploded ear. Please suggest me the neccessary steps and thing to follow while doing this.
please some one help me what wrong is going here, or i need to puth the classpath. if i need to put classpath please tell me how to do that since i don't know. waiting for some one's help
thanks and regards
dkumar_sharma