My Photo

Become a Fan

DailyMile

Google Ad Skyscraper

« J2SE Timer, lets deprecate it. | Main | www.billynewport.com works now. »

September 26, 2003

Comments

wassim

I'm using wsad5.0 with db2!I'm a biginner in this envirement!I'm developing a small transaction with 2 table master/detail!I generate the entity Bean of these tables!I build a session bean which refer to these entities!in the sessionbean i have method for inserting and searching master and detail!this is the remote:
public interface Depot_CreditSB extends EJBObject {

public Credit_fondsLocal getCredit(String numseq, String numdep) throws java.rmi.RemoteException,CreateException,DepotDoesNotExistException,CreditDoesNotExistException;


public Depot_fondsLocal getDepot(String numdep) throws java.rmi.RemoteException,CreateException,DepotDoesNotExistException,CreditDoesNotExistException;


public void setCredit(String numdep, String numseq, String nom, String numcpt) throws java.rmi.RemoteException,CreateException,DepotDoesNotExistException,CreditDoesNotExistException;


public void setDepot(String numdep, String Type_depot) throws java.rmi.RemoteException,CreateException,DepotDoesNotExistException,CreditDoesNotExistException;

I have an indication of Serialisable with the method who return an object!
the insert of master is success!not for the detail!
please can you help me for the first error!and tell me if I can precise the second error with the message of client server!

The comments to this entry are closed.