[jboss-dev] Annotation scanning in wars doesn't work anymore

Rémy Maucherat remy.maucherat at gmail.com
Thu Nov 26 11:26:53 EST 2009


On Thu, Nov 26, 2009 at 5:00 PM, Carlo de Wolf <cdewolf at redhat.com> wrote:
> Because of this change
> http://fisheye.jboss.org/browse/JBossAS/trunk/server/src/main/java/org/jboss/deployment/AnnotationMetaDataDeployer.java?r1=93962&r2=96033
> 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




More information about the jboss-development mailing list