On 8/17/06, Mohammed Nour <[EMAIL PROTECTED]> wrote:
Hi Jacek and Jacek... Aren't these set of annotations implemented in the geronimo-ejb_3.0_spec jar ???
Hi Mohammed and Mohammed :P Yes, they are, but the point is to enable their processing by the ejb deployer (not sure what the exact name of the class is - just looking into it). They're the first level configuration elements (as far as @Stateless is concerned) and when corresponding elements appear in a deployment descriptor they're overriden. So, unless I'm mistaken, @Stateless should be easy to implement. I need to find the place where ejb-jar.xml is processed and hook processing the annotation before it. It should be the very first version of what I'm to achieve. Jacek -- Jacek Laskowski http://www.laskowski.net.pl
