On Thu, Nov 26, 2009 at 5:00 PM, Carlo de Wolf <cdewolf(a)redhat.com> wrote:
Because of this change
http://fisheye.jboss.org/browse/JBossAS/trunk/server/src/main/java/org/jb...
annotation scanning doesn't work anymore and thus EJBs (in wars) won't
get deployed.
Suggestions?
Oooops. At the moment annotations that are processed by
Web30MetaDataCreator need to get special treatment in a different
deployer, so this was a (bad) attempt to avoid doing things twice.
Fixed.
I have the impression that the other annotations will need to be
processed per JAR eventually, but this is not urgent ...
Rémy