|
Hi Emily. Extension HelloWorldExtension have a problem with package in attached ear, I can't to deploy it to Wildfly with an error:
INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment helloWorldExtensionTest.war WARN [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016006: Could not load portable extension class cdi12.helloworld.extension.impl.HelloWorldExtension: java.lang.ClassNotFoundException: cdi12.helloworld.extension.impl.HelloWorldExtension from [Module "deployment.helloWorldExension.ear.helloWorldExtensionTest.war:main" from Service Module Loader]
I guess it's because HelloWorldExtension exists in a package cdi12.helloworld.extension.test not cdi12.helloworld.extension.impl
|