1 2 Previous Next 16 Replies Latest reply on May 18, 2012 7:41 AM by kcbabo Go to original post
      • 15. Re: How to configure filesystem to MQ by switchyard camel component
        davidgrubby

        Hi Keith,

         

        I think it's should be easier if we have available dependency on remote jar repository for swyd 0.5.0.Snapshot, the hard part is that i have to resolve jar dependency manually. please tell me if i have something wrong.

         

        David

        • 16. Re: How to configure filesystem to MQ by switchyard camel component
          kcbabo

          Maven should do this all for you.  In your project's pom.xml (or your Maven settings.xml), make sure you have the following repository definition:

           

            <repositories>
              <repository>
                <id>jboss-public-repository</id>
                <name>JBoss Public Maven Repository</name>
                <url>http://repository.jboss.org/nexus/content/groups/public</url>
              </repository>
            </repositories>
            <pluginRepositories>
              <pluginRepository>
                <id>jboss-public-repository</id>
                <name>JBoss Public Maven Repository</name>
                <url>http://repository.jboss.org/nexus/content/groups/public</url>
              </pluginRepository>
            </pluginRepositories>
          

           

           

          And if you download the nightly snapshot build all the latest module definitions will be in the AS7 runtime.

           

          https://hudson.jboss.org/hudson/job/SwitchYard-Release/

          1 2 Previous Next