Hi, 

Here is my problem, I want to call a WebService made on XFire in an EJB
which turn in WebLogic 8.1. 

I made the same call with my webapp and it works fine (I use the patch
done by xfire and the utilisation of prefer-web-inf-classes). 

My call in my EJB is : 

                                Service serviceModel = new
ObjectServiceFactory(new AegisBindingProvider()).create(Facade.class);
                                FacadefacadeVarese = (Facade) new
XFireProxyFactory().create(serviceModel, SERVICE_URL);
                                boolean isAccesVarese =
facadeVarese.isSageAccessible("D");

It fails where I want to create the service (first line). I have this
error : 
java.rmi.RemoteException: EJB Exception: ; nested exception is:
        java.lang.NoSuchMethodError:
javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Lja
va/lang/Str
ing;)V

It seems like he don't know the good version of QName (like for a
webapp) but I don't found a solution for make it works fine in my
server. 

Anyone have already made this or no before ?

Any help would be appreciate, 
Thank you.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to