Bugs item #613349, was opened at 2002-09-23 20:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=613349&group_id=22866
Category: JBossServer Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Dain Sundstrom (dsundstrom) Assigned to: Christian Riege (lqd) Summary: Verifier: queries must be declared Initial Comment: 10.5.6 Every finder method except findByPrimaryKey(key) must be associated with a query element in the deployment descriptor. 10.5.7 Every select method must be associated with a query element in the deployment descriptor. I suggest we make this an enforced error in 3.2 and 4.0 but only a warning in 3.0. ---------------------------------------------------------------------- >Comment By: Christian Riege (lqd) Date: 2002-10-02 17:10 Message: Logged In: YES user_id=176671 ported to 3.0: doesn't throw DeploymentException but it will log a message at WARN level ---------------------------------------------------------------------- Comment By: Christian Riege (lqd) Date: 2002-10-01 11:08 Message: Logged In: YES user_id=176671 Fixed in 3.2. Backport to 3.0 when I have the time (includes some more changes), 4.0 will get a new Verification logic anyways so I don't see its worthwhile actually porting this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=613349&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
