… got a bit further. I changed the Reference JNDI name to MyTaminoLocalTxConnector and the deployment at least works. But when I run the client application, I get the following with the exception at the end. Any ideas?
>> java ejb.session.stateful.TransferClient
ATTENTION: Usage: TransferClient
using default JNDI-NAME
create Session bean
getBalance for 333-456-7890
333-456-7890 = 383.0
deposit 200 to 333-456-7890
getBalance for 333-456-7890
333-456-7890 = 583.0
withdraw 150 from 333-456-7890
getBalance for 333-456-7890
333-456-7890 = 433.0
getBalance for 111-456-7890
111-456-7890 = 111.0
transfer 77 from 333-456-7890 to 111-456-7890
test failed
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(Class.java:237)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemException(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(GenericPOAClientSC.java:132)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:459)
at ejb.session.stateful._Transfer_Stub.transfer(Unknown Source)
at ejb.session.stateful.TransferClient.main(Unknown Source)
remove the bean
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management