Title: Untitled

When I try to execute following code, occures error message.
Do you support EJB Spec 1.1 ?
My development env. is JOnAS 1.4, EJB1.1

Client partial source code :
    ...
    
CabinHome c_home = (CabinHome)jndiContext.lookup("CabinHome");
    CabinPK pk = new CabinPK();
    pk.id = 30;
    c_home.remove(pk); 
    ...
error message :
javax.ejb.RemoveException: ObjectNotFound
a
t sun.rmi.transport.StreamRemoteCall.exceptionReceivedFrom Server(Compiled Code)
        at sun.rmi.transport.StreamRemoteCall.executeCall(Compiled Code)
        at sun.rmi.server.UnicastRef.invoke(Compiled Code)
        at com.bull.jtm.util.RemoteStub.invoke(Compiled Code)
        at com.titan.cabin.BullCabinBeanCabinHome_Stub.remove(Compiled Code)
        at com.titan.travelagent.Client_2.main(Compiled Code)     

Best regards,
KO AN SIK
***********************************************************
Advisory Engineer

UNITEL BUSINESS UNIT
SAMSUNG SDS CO., LTD.
Seoul, Korea

Email: [EMAIL PROTECTED] 
******************************************** 



 

Reply via email to