Well I implemented the code as suggested in the guide and now I get

Any ideas as to what causes this error?

Also is there support for Vector in the current release?

Exception in thread "main" java.lang.VerifyError: (class:
org/codehaus/xfire/aegis/type/basic/ObjectType, method: writeSchema signature:
(Lorg/jdom/Element;)V) Incompatible argument to function
        at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:294)
        at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.<init>(DefaultTypeMappingRegistry.java:106)
        at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.<init>(DefaultTypeMappingRegistry.java:95)
        at
org.codehaus.xfire.aegis.AegisBindingProvider.<init>(AegisBindingProvider.java:46)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.getBindingProvider(ObjectServiceFactory.java:144)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.getInParameterName(ObjectServiceFactory.java:898)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.addOperation(ObjectServiceFactory.java:683)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.initializeOperations(ObjectServiceFactory.java:629)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:350)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:277)
        at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:258)

Quoting Dan Diephouse <[EMAIL PROTECTED]>:

> Check out this guide:
> 
> http://xfire.codehaus.org/Embedded+XFire+HTTP+Service
> 
> - Dan
> 
> [EMAIL PROTECTED] wrote:
> > Where can I read about this? I didn't see any reference to jetty in the
> XFire
> > documentation? I'd like to study just what is involved if I want to embed
> XFire
> > with jetty in this data server.
> >
> > Quoting Dan Diephouse <[EMAIL PROTECTED]>:
> >
> >   
> >> Robert Nicholson wrote:
> >>     
> >>> Are there any success stories embedding the HTTP server?
> >>>
> >>> I'm looking for a solution to replace a web service that currently 
> >>> provides a SOAP interface to an existing CORBA based caching data 
> >>> server. Currently we have a websphere web service act as a proxy to 
> >>> the CORBA data server. As we're moving to JDK 1.5 I'm thinking it may 
> >>> be possible to embed the webservice directly into the data server.
> >>>
> >>> This data server already acts as a client using Axis stubs. Can xfire 
> >>> coexst with axis on the classpath?
> >>>
> >>>       
> >> Yes Axis can coexist. Also, the embedded HTTP server just uses Jetty 
> >> with the XFire servlet and that type of situation has been widely 
> >> deployed already.
> >>
> >> Cheers,
> >> - Dan
> >>
> >> -- 
> >> Dan Diephouse
> >> Envoi Solutions
> >> http://envoisolutions.com
> >> http://netzooid.com/blog
> >>
> >>
> >>     
> >
> >
> >
> >
> > ----------------------------------------------------------------
> > This message was sent using IMP, the Internet Messaging Program.
> >
> >   
> 
> 
> -- 
> Dan Diephouse
> Envoi Solutions
> http://envoisolutions.com
> http://netzooid.com/blog
> 
> 




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply via email to