Sergey - thanks for confirming that the schema definitions are always
shipped. That is what I'd also assumed.
Alessio - I tried excluding the webservices sub-system. I am not including
the CXF impl JARs in my WEB-INF/lib though. Would it not pick up if I am
still referring to the CXF and CXF impl modules in the
jboss-deployment-structure.xml? I understand that 6.0.1 EAP (AS 7.1.2) has
bug-fixes, etc so I'd assumed existing functionality from 7.1.1 wouldn't get
broken and I wouldn't have to do anything additional to make CXF
web-services (note that in 7.1.1, I didn't disable webservices sub-system to
make JAX-RS work with the CXF modules).
I still get the same error after removing the webservices sub-system. I am
currently trying with this kind of configuration for the modules CXF, CXF
impl and Spring:
<module name="org.apache.cxf" services="import" export = "true">
<imports>
<include path="META-INF"/>
<include path="META-INF/cxf"/>
</imports>
<exports>
<include path="META-INF"/>
<include path="META-INF/cxf"/>
</exports>
</module>
I found this from one of your posts on another site. Should I revert it to
the earlier:
<module name="org.apache.cxf" services="import">
<imports>
<include path="META-INF**" />
<include path="org**" />
<include path="schemas**" />
</imports>
</module>
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-2-6-8-issue-with-JBoss-6-0-1-EAP-tp5737992p5738007.html
Sent from the cxf-user mailing list archive at Nabble.com.