Re: [JBoss-user] 10.5.6 finder missing query element exception with 3.0.6

2003-02-19 Thread Frank Morton
On Wednesday, February 19, 2003, at 05:45 PM, Dain Sundstrom wrote: The EJB spec requires you to have an ejb-ql element, but if the query is not implemented in ejb-ql, just leave the element empty. It is a signal when porting the application to another platform that a query is not portab

Re: [JBoss-user] 10.5.6 finder missing query element exception with 3.0.6

2003-02-19 Thread Dain Sundstrom
The EJB spec requires you to have an ejb-ql element, but if the query is not implemented in ejb-ql, just leave the element empty. It is a signal when porting the application to another platform that a query is not portable. -dain On Wednesday, February 19, 2003, at 03:05 PM, Frank Morton w

[JBoss-user] 10.5.6 finder missing query element exception with 3.0.6

2003-02-19 Thread Frank Morton
Moving from jboss 3.0.2 to 3.0.6, now getting deployment errors on all finder methods: Bean : Profile Method : public abstract Profile findByProfileHandle(String) throws FinderException Section: 10.5.6 Warning: Every finder method except findByPrimaryKey(key) must be associated with a quer