dev@glassfish.java.net

Re: EJB annotation processing changes

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 10 Dec 2010 16:54:25 -0800

There are two tests under ejb devtests with EJBs in a war - you can run
them manually (ant all) to check for any suspicious messages:
ejb31/embedded/ejbinwar and ejb31/embedded/ejbandwar

-marina

Bill Shannon wrote:
> I'm about to commit some changes to EJB annotation processing to fix
> a bunch of bugs related to support for EJBs in war files. The tests
> pass quicklook, EJB devtests, and deployment devtests, but if you see
> any problems that might be related to this, let me know.
>
> In particular, I'm worried about the behavior in the embedded case,
> so if you see problems there please tell me what embedded devtests
> I should be running.