| Author |
Head First EJB Question!
|
Veri Strora
Greenhorn
Joined: Feb 04, 2003
Posts: 27
|
|
Hi all! I'm new in EJB and I'm reading HFEJB. Good Book! I have a problem: In the 1-st chapter i've deploye the AdviceApp, but if I make it run there is the message: >java -cp .;%CLASSPATH%;AdviceAppClient.jar AdviceClient RESPONSE: java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested exception is: org.omg.CORBA.BAD_OPERATION: minor code: 0 completed: No org.omg.CORBA.BAD_OPERATION: minor code: 0 completed: No at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Unknown Source) at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemExc eption(ReplyMessage_1_2.java:93) at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException( ClientResponseImpl.java:108) at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOACli entSC.java:132) at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source) at headfirst._Advice_Stub.getAdvice(Unknown Source) at AdviceClient.go(AdviceClient.java:19) at AdviceClient.main(AdviceClient.java:9) What it means? THANK YOU!
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
Please check out the Wickedlysmart.com web site
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Veri Strora
Greenhorn
Joined: Feb 04, 2003
Posts: 27
|
|
Thank YOU Valentin, and congratulations for how you work! Veri.
|
 |
 |
|
|
subject: Head First EJB Question!
|
|
|