Hi everybody

I decided to try out the cxf.dosgi profile
Everything start up just fine but when I install/start the greeter demo
interface, impl and client I get the following exception

[pool-1-thread-1] INFO
org.apache.cxf.service.factory.ReflectionServiceFactoryBean - Creating
Service {http://greeter.samples.dosgi.cxf.apache.org/}GreeterService from
class org.apache.cxf.dosgi.samples.greeter.GreeterService
Exception in thread "pool-1-thread-1" 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)
        at
org.apache.cxf.aegis.databinding.AegisDatabinding.createSchemas(AegisDatabinding.java:504)

The interface bundle starts fine, but the impl bundle causes the above
exception.
I am clueless as to what the problem can be. I have tried to run the cxf
dosgi demo without using the pax runner and that works fine...so I guess the
cxf.dosgi profile is broken.

BTW. I really like the ops4j set of tools, keep up the good work.

Ivanhoe
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to