2 Replies Latest reply on Jul 19, 2012 9:58 AM by tawitt

    Quartz and dependancies

    tawitt

      I have a camel route that runs perfectly fine in NetBeans.

       

      I have in my POM:

       

               

       

      And when I deploy into fuse Esb I receive the error about wiring:

       

      Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve en

      dpoint: quartz://myTimer?cron=0%2F30*+*%3F due to: No component found with

      scheme: quartz

       

      So I added:

       

      <Embed-Dependency>camel-quartz;scope=, quartz;scope=</Embed-Dependency>

       

      Just to try to beat it into submission, but then I get

       

      Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle q

      uartztest : Unable to resolve 257.3: missing requirement osgi.wirin

      g.package; (osgi.wiring.package=org.quartz)

       

      I am quite new to this and don't want to just export everything in my manifest just to get this to work.  Pointers regardless of how simple would be appreciated.  Including my POM in case there is something obviously stupid there.

        • 1. Re: Quartz and dependancies
          gertv

          L.S.,

           

          Not all Camel components are installed in Fuse ESB by default.  You can install the missing component using "features:install camel-quartz"

           

          Regards,

           

          Gert Vanthienen

          • 2. Re: Quartz and dependancies
            tawitt

            Ha, thank you so much.  I feel really dumb now, as I was already hinted toward that end and wasn't smart enough to accept the lesson.