hi ,
     i am having two entity beans which are having a reference(like deptartment and 
employee related with deptcode) and both are having only local interfaces, and am 
having a session bean which interacts with these 2 entity beans to perform the 
required tasks and the client can communicate through this stateless bean only.
    my problem is when am trying to delete a row in child table (employe table). the 
foreign key is getting a null value assigned and the employee details 
(empcode,empname, salary...) are still existing in the employee table.
    can anyone suggests with the working example to completely delete the employee 
row( not by exposing the employee entity bean as remote without session bean).
thanks in advance
Akhil

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838624#3838624

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838624


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to