Hi to all,<br><br>would like to run CODI/MyFaces example within JBoss AS 6 final.<br>Getting:<br><pre class="wikiPreformatted">WeldBootstrapBean state=Create: java.lang.RuntimeException: Service class or<br>g.apache.myfaces.extensions.cdi.core.impl.projectstage.ProjectStageActivationExtension didn&#39;t implement the Extension interface<br>
        at org.jboss.weld.util.ServiceLoader.loadClass(ServiceLoader.java:261) [:6.0.0.Final]<br>        at org.jboss.weld.util.ServiceLoader.loadService(ServiceLoader.java:233) [:6.0.0.Final]<br>        at org.jboss.weld.util.ServiceLoader.loadServiceFile(ServiceLoader.java:194) [:6.0.0.Final]<br>
        at org.jboss.weld.util.ServiceLoader.reload(ServiceLoader.java:157) [:6.0.0.Final]<br>        at org.jboss.weld.util.ServiceLoader.iterator(ServiceLoader.java:346) [:6.0.0.Final]<br>        at org.jboss.weld.bootstrap.ExtensionBeanDeployer.addExtensions(ExtensionBeanDeployer.java:93) [:6.0.0.Final]<br>
        at org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:333) [:6.0.0.Final]<br>        at org.jboss.weld.integration.deployer.env.helpers.BootstrapBean.boot(BootstrapBean.java:92) [:6.0.0.Final]<br>
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_21]<br>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_21]<br>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_21]<br>
</pre>Everything runs fine within Tomcat7.<br><br>Already posted question at Weld forum without having much success: <a href="http://seamframework.org/Community/CODIAndJBossAS6FinalProjectStageActivationExtensionDidntImplementTheExtensionInterface">http://seamframework.org/Community/CODIAndJBossAS6FinalProjectStageActivationExtensionDidntImplementTheExtensionInterface</a><br>
<br>What I would like to know:<br>1) Is it not supposed to run?<br>2) Is it project configuration issue?<br>3) Is it a bug? (JBoss, Weld? JIRA issue already filed)<br><br><br>thanks a lot<br>Michael<br>