Hi, i hope u can help me :) working with servicemix, cxf-bc and cxf-se. I need some assemblies, which need share some xsd files in other project (sharedLibrary i think).
For example: assembly1 - contain wsdl, which need import schema a.xsd assembly2 - wsdl need too a.xsd so a sharedLibrary 'commons' contains a.xsd and is deployed in servicemix. but when i deploy assembly in servicemix, cxf can't find this schema. wsdl schema import: <xs:import namespace="http://tralala.com/heya" schemaLocation="common.xsd"/> how can i import schema from classpath? help needed -- View this message in context: http://www.nabble.com/import-schema-in-wsdl-from-classpath-tp17427321p17427321.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
