1 Reply Latest reply on Jan 11, 2010 1:35 AM by sivanaresh

    No bean named 'jbi' found in org.springframework.beans.factory.support

    robbincarlson

      I created a 2 element EIB diagram in the FID.  A JBI endpoint pointing to a File endpoint.

       

      The JBI's attributes are:

      Type: endpoint

      URI: imap://myuser@imap.gmail.com/?password=mypwd

      MEP: in-only

      OPeration: blank

       

      I debug it and get many lines of console output, but these seem to point to my problem:

      -


      No bean named 'jbi:endpoint:imap://myuser@imap.gmail.com/?password=mypwd' found in org.springframework.beans.factory.support.DefaultListableBeanFactory@19da4fc: defining beans fuseCamelDebugger; root of factory hierarchy

      org.apache.camel.NoSuchEndpointException: No endpoint could be found for: jbi:endpoint:imap://myuser@imap.gmail.com/?password=mypwd, please check your classpath contains the needed camel component jar.

      -


      I included all the servicemix jar files on the Java Build Path - libraries tab and that didn't help. 

       

      I have to be doing something wrong, but for the life of me, I can't see what.

       

      Kind regards,

      RC

       

      Edited by: robbin on Jan 9, 2010 10:55 PM