"beve" wrote :
| I get this upon deployment:
| 14:05:42,047 ERROR [AbstractKernelController] Error installing to Instantiated:
name=DynamicDependencyCreator state=Described
| | org.jboss.joinpoint.spi.JoinpointException: Constructor not found
org.jboss.webbeans.integration.deployer.env.DynamicDependencyCreator[] in
[ReflectConstructorInfoImpl@8436ec{[ReflectClassInfoImpl(a)31dcf0{name=org.jboss.dependency.spi.Controller}]}]
| |
| Do you know which other jar might need updating to test this?
|
Weird ... as this is in wb-int:
| @Constructor
| public DynamicDependencyCreator(@Inject(bean =
KernelConstants.KERNEL_CONTROLLER_NAME) Controller controller)
| {
| this.controller = controller;
| }
|
Looks like annotations lookup in MC kernel doesn't kick in.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228632#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...