[jboss-user] [Snowdrop] - Re: EAP6.1/JBoss7 Snowdrop and Camel

Tejas Mehta do-not-reply at jboss.com
Wed Jun 26 12:51:33 EDT 2013


Tejas Mehta [https://community.jboss.org/people/tmehta] created the discussion

"Re: EAP6.1/JBoss7 Snowdrop and Camel"

To view the discussion, visit: https://community.jboss.org/message/825066#825066

--------------------------------------------------------------
No problem, I am happy to help.

Well I think you have two options:

1. (Recommended option) You could add snowdrop-weaving.jar to your classpath by include the following dependency: 
          <dependency>
<groupId>org.jboss.snowdrop</groupId>
<artifactId>snowdrop-weaving</artifactId>
<version>2.0.5.Final</version>
</dependency>

However, if you don't wish to add jars to your classpath entries then you can try the following:
2. Download the snowdrop-weaving jar from:  https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/snowdrop/snowdrop-weaving/2.0.5.Final/ https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/snowdrop/snowdrop-weaving/2.0.5.Final/, and add it one of the jboss modules and include it in the module.xml. Preferably in org.jboss.snowdrop or org.apache.camel.spring.

Note: for option 1, you need to have you ~/.m2/settings.xml configured to have  https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/snowdrop/snowdrop-weaving/2.0.5.Final/ https://repository.jboss.org/nexus/content/groups/public-jboss as an active repository. See:  https://community.jboss.org/docs/DOC-15169 https://community.jboss.org/wiki/MavenGettingStarted-Users, for more details.
        
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/825066#825066]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130626/840054fa/attachment.html 


More information about the jboss-user mailing list