Oh, BTW, here is the business object
@Name("employeeBO")
  | public class EmployeeBO extends AbstractBusinessObject implements 
Serializable {
  | 
  |     @In
  |     private EntityManager dcdbEM;
  | 
  |     @Logger
  |     private Log log;
  | 
  |     public AbstractBaseEntity findByPrimaryKey(Object employeeId) {
  |         return this.dcdbEM.find(Employee.class, employeeId);
  |     }
  | }

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063180
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to