0 Replies Latest reply on Sep 19, 2013 7:17 AM by neerajmahajan82

    Problem with migrating existing service assembly(fuse-servicemix 3.3) on jboss-fuse 6 container

    neerajmahajan82

      I am deploying my existing JBI service assembly on Jboss Fuse 6 container and getting the following error.

       

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemq' defined in class path resource [configuration/transition-component-camel-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transitionComponentCamelContext': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: BundleContext must be specified

          at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)

          at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

          at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

          at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

          at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

          at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

          at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:605)

          at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:925)

          at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:472)

          at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)

          at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:105)

          at com.specsavers.aristotle.pdh.transition.configuration.ApplicationContextBuilder.<init>(ApplicationContextBuilder.java:36)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)

          ... 34 more

       

       

      I have installed the jbi and servicemix-camel features before deploying my JBI servicemix assembly.

       

      Please suggest any solution in order to resolve this error.

       

      Thanks

      Neeraj Mahajan