[jboss-user] [Microcontainer] - Re: Possible issue with WebBeansWebUrlIntegrationDeployer du

alesj do-not-reply at jboss.com
Tue May 5 08:33:55 EDT 2009


"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 at 8436ec{[ReflectClassInfoImpl at 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#4228632

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228632



More information about the jboss-user mailing list