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

dako ak do-not-reply at jboss.com
Wed Jun 26 10:59:31 EDT 2013


dako ak [https://community.jboss.org/people/dako_t] created the discussion

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

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

--------------------------------------------------------------
Hi Tejas,

I have included my camel and my camel-spring modules in my META-INF\*jboss-deployment-structure.xml*

Thats my xml file:

<jboss-deployment-structure>
    <deployment>
        <dependencies>
            <module name="org.apache.camel.core" />
            <module name="org.apache.camel.spring" />
        </dependencies>
    </deployment>
</jboss-deployment-structure>

thats my *camel module.xml:*

<module xmlns="urn:jboss:module:1.0" name="org.apache.camel.core">

    <resources>
        <resource-root path="camel-core-2.10.0.jar"/>
    </resources>

    <dependencies>
        <module name="javax.api"/>
        <module name="javax.xml.stream.api"/>
        <module name="org.apache.commons.logging"/>
        <module name="org.slf4j"/>
        <module name="org.switchyard.jaxb-impl" services="export" export="true"/>
    </dependencies>
</module>

thats my *camel-spring module.xml:*

<module xmlns="urn:jboss:module:1.0" name="org.apache.camel.spring">

    <resources>
        <resource-root path="camel-spring-2.10.0.jar"/>
    </resources>

    <dependencies>
        <module name="org.apache.camel.core"/>
        <module name="javax.api"/>
        <module name="org.apache.camel.core"/>
        <module name="org.apache.commons.logging"/>
        <module name="javax.jms.api"/>
        <module name="org.springframework" slot="snowdrop"/>
        <module name="org.slf4j"/>
    </dependencies>
</module>
--------------------------------------------------------------

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

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/3bc17b26/attachment-0001.html 


More information about the jboss-user mailing list