Bugs item #722530, was opened at 2003-04-16 16:58 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=722530&group_id=22866
Category: JBoss-IDE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Horia Muntean (sevenm) Assigned to: Laurent Etiemble (letiemble) >Summary: Wrong completion when tag conditions are used Initial Comment: Environment: Eclipse Platform Version: 2.1.0, JBoss XDocletPlugin 1.0.2 Problem: code completion for @jboss.read-ahead class level tag contains only <strategy> parameter. Would be nice to have <page-size> and <eager-load-group> Regards, Horia ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-06-24 14:10 Message: Logged In: YES user_id=437455 It seems that the problem is more generic. Every tag conditions are always evaluated to true so it leads to weird behaviour. In the case of @jboss.read-ahead, the EJB type must be "CMP", and the condition is based on a "Not". As it is always evaluated to true, the condition is never fulfilled. That's why "strategy" and "eager-load-group" don't appear. By the way, if you are defining a template, they appears in the possible completions as conditions are not evaluated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=722530&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
