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
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
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