I tried that and I get an error message saying: can't find method (sorry, forgot which one and I'm not on my development box right now). It seems like the globus guys use a custom version of the library. That does not include the part xfire needs to facilitate ws-security. And the version that comes with xfire does not contain the parts globus needs to work properly.
Seems like I have to either don't use ws-security for now or try to build a version of wss4j that satisfies both needs. Or try to write my own classloader for the globus part. It's a mean world we're living in... Cheers, Markus On Wed, 2007-05-23 at 09:13 +0200, Tomek Sztelak wrote: > You can just downgrade wss4j provided with XFire to the same version > as your client use. > > On 5/23/07, Markus Binsteiner <[EMAIL PROTECTED]> wrote: > > Hi. > > > > I am running a xfire-1.2.6 webservice with wssecurity. Everything works > > fine, except: > > > > Among other functionality, the webservice implements a frontend to > > submit compute jobs to a globus webservice. Using the globus ws client > > api. Since this client api uses a different/older version of wss4j I am > > having problems either connecting to the xfire webservice in the first > > place or using the globus job submission functionality, depending on the > > order I load the wss4j jars. > > > > Is there a way to deploy a xfire webservice (I use tomcat but I would be > > happy with any other container) and have the xfire and dependency jars > > in a kind of "seperate classpath" so they don't get in the way of my > > globus client jars? I tried putting them into $CATALINA_HOME/common/lib > > but that did not work. > > > > Any help/hints greatly appreciated. > > > > Cheers, > > Markus > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
