Patches item #521469, was opened at 2002-02-22 06:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=521469&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Neale Swinnerton (neales) Assigned to: Nobody/Anonymous (nobody) Summary: Fix ejbCreate<METHOD> Spec Omission Initial Comment: Bug #493188 correctly identifies that there is no support in JBoss for create<METHOD>(...) methods in Home interfaces. These were introduced in ejb2.0 (spec s9.5.1) There is only support for create(...) methods. as per ejb1.1 I added *some* support to the AbstractVerifer for checking whether there is a ejbCreate<METHOD>(...) & ejbPostCreate<METHOD>(...) for each create<METHOD>(...) but since there isn't a 2.0 verifier implementation yet I didn't add anything in there. I didn't know what the policy was for features that are new in 2.0, should they be excluded if the ejb's are deployed with ejbspec=1.x in the DD? I guessed not. certainly this patch doesn't have support for that. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=521469&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
