What if SFSB_2 has not yet been created? Here is what i am trying to do. I have 3 tables:
Person, Room and Attendance. I used the reverse engineer hibernate tool to build JBoss
seam framework for all 3. I have added a check box to the findPerson jsf such that when
they click on that I need to create an Attendance record from the PersonFinderBean SFSB
EJB. The Attendance record has PersonId, RoomId and some other fields.
How do I create that Attendance record from the within the PersonFinderBean EJB?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976583#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...