You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/04/09 23:05:16 UTC

svn commit: r1466236 - in /camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi: README.txt pom.xml

Author: cmueller
Date: Tue Apr  9 21:05:16 2013
New Revision: 1466236

URL: http://svn.apache.org/r1466236
Log:
CAMEL-6257: CXF Example OSGi fail in Karaf

Modified:
    camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/README.txt
    camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/pom.xml

Modified: camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/README.txt
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/README.txt?rev=1466236&r1=1466235&r2=1466236&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/README.txt (original)
+++ camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/README.txt Tue Apr  9 21:05:16 2013
@@ -55,9 +55,9 @@ port 8181 for http. If you would like to
 ${KARAF_HOME}/etc/org.ops4j.pax.web.cfg. The immediate extension after the hostname and port ("cxf" in
 the below URL) is configured via the org.apache.cxf.osgi.cfg file (Please see 
 http://team.ops4j.org/wiki//display/paxweb/Pax+Web for more information on PAX Web).
-  
+
 http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl
-                                
+
 
 5) Start SOAPUI (2.x or later)
 Create a new project called camel-example-cxf-osgi

Modified: camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/pom.xml?rev=1466236&r1=1466235&r2=1466236&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/pom.xml (original)
+++ camel/branches/camel-2.10.x/examples/camel-example-cxf-osgi/pom.xml Tue Apr  9 21:05:16 2013
@@ -115,6 +115,7 @@
 						<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
 						<Export-Package>org.apache.camel.example.reportincident*</Export-Package>
 						<Import-Package>
+                            META-INF.cxf,
 							org.apache.cxf,
 							org.apache.cxf.binding,
 							org.apache.cxf.binding.corba,