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

Tejas Mehta do-not-reply at jboss.com
Wed Jun 26 11:16:37 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/825030#825030

--------------------------------------------------------------
Could you try updating META-INF\*jboss-deployment-structure.xml:*

<jboss-deployment-structure>
    <deployment>
        <dependencies>
            <module name="org.apache.camel.core">
               <exports>
                   <include path="META-INF**"/>
                   <include path="org**"/>
               </exports>
               <imports>
                   <include path="META-INF**"/>
                   <include path="org**"/>
               </imports>
           </module>
            <module name="org.apache.camel.spring">               
                <exports>
                    <include path="META-INF**"/>
                    <include path="org**"/>
                </exports>
                <imports>
                    <include path="META-INF**"/>
                    <include path="org**"/>
                </imports>
            </module>
        </dependencies>
    </deployment>
</jboss-deployment-structure>
*
*
The reason for the exports/imports is that JBoss generally doesn't export the META-INF directories and the spring xsd's are generally contained in those dirs.
--------------------------------------------------------------

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

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/f8b98723/attachment.html 


More information about the jboss-user mailing list