Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CORBA BAD_OPERATION error

2 views
Skip to first unread message

Richard Lee

unread,
Nov 30, 2000, 3:00:00 AM11/30/00
to
I'm running WebSphere 3.5 AE and VisualAge Java 3.0 EE.

I get the following errors when I call a getter method in a CMP entity
bean. I created the entity bean using the "Create EJB Group from Schema
or Model" function in VAJ.

Any help would be appreciated. Thanks.


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.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.lang.RuntimeException.<init>(RuntimeException.java:49)
at org.omg.CORBA.SystemException.<init>(SystemException.java:51)

at org.omg.CORBA.BAD_OPERATION.<init>(BAD_OPERATION.java:72)
at org.omg.CORBA.BAD_OPERATION.<init>(BAD_OPERATION.java:48)
at java.lang.reflect.Constructor.newInstance(Native Method)
at com.ibm.CORBA.iiop.ReplyMessage.getSystemException(Unknown
Source)
at
com.ibm.rmi.iiop.ClientResponseImpl.getSystemException(ClientResponseImpl.java:85)

at com.ibm.CORBA.iiop.ClientDelegate.invoke(Unknown Source)
at
org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:250)
at
CPMTitle._Cpm_title_BaseStub.getTitle_name(_Cpm_title_BaseStub.java:826)

at
CPMTitle._Cpm_title_Stub.getTitle_name(_Cpm_title_Stub.java:661)
at RunCPMTitle.printTitle(RunCPMTitle.java:111)
at RunCPMTitle.createCPMTitle(RunCPMTitle.java:97)
at RunCPMTitle.<init>(RunCPMTitle.java:19)
at RunCPMTitle.main(RunCPMTitle.java:26)


0 new messages