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/...
https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/...,
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/...
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&...]