-
Bug
-
Resolution: Done
-
Major
-
1.0.0.GA
-
None
-
None
1. make an interceptor and include it in Jar with beans.xml which defined it.
<beans>
<interceptors>...</interceptors>
</beans>
2. other project has own beans.xml in META-INF directory, and add the Jar to CLASSPATH.
<beans></beans>
3. weld-se handles only beans.xml in the direcotry, then Interceptor does not work.
- blocks
-
WELD-612 Add org.jboss.weld.environment.se.StartMain as the Main-Class
- Closed