You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Westfall, Eric Curtis" <ew...@indiana.edu> on 2006/05/09 21:34:02 UTC

RE: FuncLoader class issues with wss4j - using Xalan2.7.0

For anyone out there who is interested in this, I took some time and
discovered that the problem is not with WSS4J but rather a dependency.
The 1.2.1 version of xmlsec.jar is using the FuncLoader class.  If you
download the newest version (1.3.0 which I believe is distributed with
WSS4J 1.5) then this problem will go away and you will be able to run on
1.5 with Xalan 2.7 :)

Hope that helps someone else,
Eric

> -----Original Message-----
> From: Westfall, Eric Curtis
> Sent: Tuesday, April 25, 2006 3:37 PM
> To: Soumadeep; wss4j-dev@ws.apache.org
> Subject: RE: FuncLoader class issues with wss4j - using Xalan2.7.0
> 
> I submitted a JIRA on this a few days back:
> 
> http://issues.apache.org/jira/browse/WSS-43
> 
> Is it possible to modify WSS4J so that it uses the public XML APIs or
is
> the feature being used Xalan-specific and not available through that
> API?
> 
> Thanks,
> Eric
> 
> > -----Original Message-----
> > From: Soumadeep [mailto:soumadeep@infravio.com]
> > Sent: Monday, April 24, 2006 5:25 AM
> > To: wss4j-dev@ws.apache.org
> > Subject: FuncLoader class issues with wss4j - using Xalan2.7.0
> >
> > Hi,
> >
> > The latest Xalan 2.7.0 release doesn't seem to have the FuncLoader
> class.
> > So
> > wss4j won't work as it uses this class, which is there in
Xalan2.6.0.
> >
> > To get it working with the latest xalan.2.7.0 jar
> > 1) We need to either package the FuncLoader related classes
separately
> -
> > not
> > advisable
> > 2) Ask the apache xalan folks to make one available, which have the
> > required
> > classes.
> >
> > Any thoughts?
> >
> > -Soumadeep
> >
> >
> >
> > Error:
> > -------
> > java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader
> >         at
> >
org.apache.ws.security.WSSecurityEngine.<clinit>(WSSecurityEngine.jav
> > a:132)
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: wss4j-dev-help@ws.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: wss4j-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: FuncLoader class issues with wss4j - using Xalan2.7.0

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Eric,

Your observation is correct !

WSS4J-1.5.0 uses xmlsec-1.3.0 and xalan-2.7.0 and this problem is not
there anymore.

Please see the "Required Software" section here [1]

Thanks,
Ruchith

[1] http://svn.apache.org/viewcvs.cgi/*checkout*/webservices/wss4j/tags/1_5_0/wss4j-readme.html

On 5/10/06, Westfall, Eric Curtis <ew...@indiana.edu> wrote:
> For anyone out there who is interested in this, I took some time and
> discovered that the problem is not with WSS4J but rather a dependency.
> The 1.2.1 version of xmlsec.jar is using the FuncLoader class.  If you
> download the newest version (1.3.0 which I believe is distributed with
> WSS4J 1.5) then this problem will go away and you will be able to run on
> 1.5 with Xalan 2.7 :)
>
> Hope that helps someone else,
> Eric
>
> > -----Original Message-----
> > From: Westfall, Eric Curtis
> > Sent: Tuesday, April 25, 2006 3:37 PM
> > To: Soumadeep; wss4j-dev@ws.apache.org
> > Subject: RE: FuncLoader class issues with wss4j - using Xalan2.7.0
> >
> > I submitted a JIRA on this a few days back:
> >
> > http://issues.apache.org/jira/browse/WSS-43
> >
> > Is it possible to modify WSS4J so that it uses the public XML APIs or
> is
> > the feature being used Xalan-specific and not available through that
> > API?
> >
> > Thanks,
> > Eric
> >
> > > -----Original Message-----
> > > From: Soumadeep [mailto:soumadeep@infravio.com]
> > > Sent: Monday, April 24, 2006 5:25 AM
> > > To: wss4j-dev@ws.apache.org
> > > Subject: FuncLoader class issues with wss4j - using Xalan2.7.0
> > >
> > > Hi,
> > >
> > > The latest Xalan 2.7.0 release doesn't seem to have the FuncLoader
> > class.
> > > So
> > > wss4j won't work as it uses this class, which is there in
> Xalan2.6.0.
> > >
> > > To get it working with the latest xalan.2.7.0 jar
> > > 1) We need to either package the FuncLoader related classes
> separately
> > -
> > > not
> > > advisable
> > > 2) Ask the apache xalan folks to make one available, which have the
> > > required
> > > classes.
> > >
> > > Any thoughts?
> > >
> > > -Soumadeep
> > >
> > >
> > >
> > > Error:
> > > -------
> > > java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader
> > >         at
> > >
> org.apache.ws.security.WSSecurityEngine.<clinit>(WSSecurityEngine.jav
> > > a:132)
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: wss4j-dev-help@ws.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: wss4j-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: wss4j-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: FuncLoader class issues with wss4j - using Xalan2.7.0

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Eric,

Your observation is correct !

WSS4J-1.5.0 uses xmlsec-1.3.0 and xalan-2.7.0 and this problem is not
there anymore.

Please see the "Required Software" section here [1]

Thanks,
Ruchith

[1] http://svn.apache.org/viewcvs.cgi/*checkout*/webservices/wss4j/tags/1_5_0/wss4j-readme.html

On 5/10/06, Westfall, Eric Curtis <ew...@indiana.edu> wrote:
> For anyone out there who is interested in this, I took some time and
> discovered that the problem is not with WSS4J but rather a dependency.
> The 1.2.1 version of xmlsec.jar is using the FuncLoader class.  If you
> download the newest version (1.3.0 which I believe is distributed with
> WSS4J 1.5) then this problem will go away and you will be able to run on
> 1.5 with Xalan 2.7 :)
>
> Hope that helps someone else,
> Eric
>
> > -----Original Message-----
> > From: Westfall, Eric Curtis
> > Sent: Tuesday, April 25, 2006 3:37 PM
> > To: Soumadeep; wss4j-dev@ws.apache.org
> > Subject: RE: FuncLoader class issues with wss4j - using Xalan2.7.0
> >
> > I submitted a JIRA on this a few days back:
> >
> > http://issues.apache.org/jira/browse/WSS-43
> >
> > Is it possible to modify WSS4J so that it uses the public XML APIs or
> is
> > the feature being used Xalan-specific and not available through that
> > API?
> >
> > Thanks,
> > Eric
> >
> > > -----Original Message-----
> > > From: Soumadeep [mailto:soumadeep@infravio.com]
> > > Sent: Monday, April 24, 2006 5:25 AM
> > > To: wss4j-dev@ws.apache.org
> > > Subject: FuncLoader class issues with wss4j - using Xalan2.7.0
> > >
> > > Hi,
> > >
> > > The latest Xalan 2.7.0 release doesn't seem to have the FuncLoader
> > class.
> > > So
> > > wss4j won't work as it uses this class, which is there in
> Xalan2.6.0.
> > >
> > > To get it working with the latest xalan.2.7.0 jar
> > > 1) We need to either package the FuncLoader related classes
> separately
> > -
> > > not
> > > advisable
> > > 2) Ask the apache xalan folks to make one available, which have the
> > > required
> > > classes.
> > >
> > > Any thoughts?
> > >
> > > -Soumadeep
> > >
> > >
> > >
> > > Error:
> > > -------
> > > java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader
> > >         at
> > >
> org.apache.ws.security.WSSecurityEngine.<clinit>(WSSecurityEngine.jav
> > > a:132)
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: wss4j-dev-help@ws.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: wss4j-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: wss4j-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org