[jboss-user] [JBoss Seam] - Re: Interesting problem with seam and DataModel and hibernat

c_eric_ray do-not-reply at jboss.com
Mon Jul 31 15:05:22 EDT 2006


Solved my own problem. I apologize if I've wasted your time.

needed to modify my query from 

  | from PackageEntity p, OfficeEntity o where p.office.id = o.id and p.code = 'OPN' and o.id = 1"
  | 
to this

  | select p from PackageEntity p, OfficeEntity o where p.office.id = o.id and p.code = 'OPN' and o.id = 1"
  | 

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

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



More information about the jboss-user mailing list