12 Replies Latest reply on Dec 2, 2009 9:36 AM by lexx

    FID 1.2.1 problem

    lexx

      Hello all!

       

      I'm trying to launch my first EIP project and had some troubles with it.

       

      In this project I made simple EIP-diagram with two JMS-queue endpoints.

      Also i have FUSE ESB Runtime 4.X added to Server Runtime Environments.

       

      Deploying this diagram causes this:

       

      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'camelroute:beanPostProcessor': Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Method must not be null

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

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)

           at java.security.AccessController.doPrivileged(Native Method)

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

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

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

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

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

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

           at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:881)

           at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:606)

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

           at org.springframework.context.support.FileSystemXmlApplicationContext.(CachedIntrospectionResults.java:250)+

       

      EIP Diagram screenshot in attachment

      Does anybody knows why this exception occurs?