I am getting this error. java.rmi.RemoteException: Error processing ejb jar: Compilation failed i could not trace out this error. can any body know this.pl help regards, rohit
sandy gupta
Ranch Hand
Joined: Jan 30, 2001
Posts: 228
posted
0
Could u print the stacktrace
Adios
vipul makwana
Greenhorn
Joined: Jul 31, 2001
Posts: 12
posted
0
rohit, Which version of websphere u are using?? is it 4.0? are u deploying through command prompt? give me some more detail. Vipul.
rohit aggarwal
Greenhorn
Joined: Jul 11, 2001
Posts: 21
posted
0
Hi Vipul, I am using j2ee aplication server. while deploying it gives this error.
rohit aggarwal
Greenhorn
Joined: Jul 11, 2001
Posts: 21
posted
0
i am getting this error while deploying, "no method matching getCategory() found in ejbBeans.CategoryEJB.java" while i have declared this method in CategoryRemote.java
vipul makwana
Greenhorn
Joined: Jul 31, 2001
Posts: 12
posted
0
Hi Rohit, check the method signature and case of the method in the bean class. Maybe something wrong with the method name I guess. Vipul.