Hi I am currently trying out cxf dosgi. but I am having no joy in getting it to work I have made a pom file and am using that to start felix...using pax tools
Felix starts up just fine and all the bundles are in active state. I then manually install the greeter demo from the svn trunk which consists of 3 bundles the interface, impl and client Starting the interface works fine but when I attempt to start the impl or the client I get the following exception java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaType.getBaseSchemaTypeName()Ljavax/xml/namespace/QName; ERROR: EventDispatcher: Error during dispatch. (java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaType.getBaseSchemaTypeName()Ljavax/xml/namespace/QName;) at org.apache.cxf.common.xmlschema.SchemaCollection.addCrossImportsType(SchemaCollection.java:355) at org.apache.cxf.common.xmlschema.SchemaCollection.addOneSchemaCrossImports(SchemaCollection.java:338) at org.apache.cxf.common.xmlschema.SchemaCollection.addCrossImports(SchemaCollection.java:317) <snip> Can someone please help me with this? very frustra