My Photo

Twitter Updates

    follow me on Twitter

    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!

    Verify your Comment

    Previewing your Comment

    This is only a preview. Your comment has not yet been posted.

    Working...
    Your comment could not be posted. Error type:
    Your comment has been posted. Post another comment

    The letters and numbers you entered did not match the image. Please try again.

    As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

    Having trouble reading this image? View an alternate.

    Working...

    Post a comment