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 Paul Grillo <Pa...@trivininc.com> on 2005/08/03 22:04:58 UTC

Class not Found WSDoALLReceiver

I'm very new to this.  I have an axis web services system working and I
am now trying to sign and encrypt messages that it uses to the
specifications of our vendor.  So I've tried to bring up the client with
a simple deployment descriptor loaded, and have also tried dynamically
building it.

Can't seem to get out of the box.  I get:

java.lang.NoClassDefFoundError: org/opensaml/SAMLException
at
org.apache.ws.axis.security.WSDoAllReceiver.<clinit>(WSDoAllReceiver.jav
a:65)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:219)


Well, I look at the source code and WSDoAllReceiver certainly imports
and tries to create this assertion. I can't figure out where this class
is supposed to exist.

Am I missing a library?  I've got the axis jars, xmlsec-1.2 and
wss4j.jar 

It's probably a silly question, since I see no evidence that anybody out
there has run into this.  I must be missing or doing something obviously
wrong.

thanks





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


Re: Class not Found WSDoALLReceiver

Posted by Andy Kriger <an...@gmail.com>.
Look in the README.txt in the release - there's the a list of required
libraries that are not included with WSS4J. Among those is
opensaml-1.0.1.jar which is producing your exception. But you'll need
any JARs that Axis doesn't already include.

On 8/3/05, Paul Grillo <Pa...@trivininc.com> wrote:
> I'm very new to this.  I have an axis web services system working and I
> am now trying to sign and encrypt messages that it uses to the
> specifications of our vendor.  So I've tried to bring up the client with
> a simple deployment descriptor loaded, and have also tried dynamically
> building it.
> 
> Can't seem to get out of the box.  I get:
> 
> java.lang.NoClassDefFoundError: org/opensaml/SAMLException
> at
> org.apache.ws.axis.security.WSDoAllReceiver.<clinit>(WSDoAllReceiver.jav
> a:65)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:219)
> 
> 
> Well, I look at the source code and WSDoAllReceiver certainly imports
> and tries to create this assertion. I can't figure out where this class
> is supposed to exist.
> 
> Am I missing a library?  I've got the axis jars, xmlsec-1.2 and
> wss4j.jar
> 
> It's probably a silly question, since I see no evidence that anybody out
> there has run into this.  I must be missing or doing something obviously
> wrong.
> 
> thanks
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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: Class not Found WSDoALLReceiver

Posted by Andy Kriger <an...@gmail.com>.
Look in the README.txt in the release - there's the a list of required
libraries that are not included with WSS4J. Among those is
opensaml-1.0.1.jar which is producing your exception. But you'll need
any JARs that Axis doesn't already include.

On 8/3/05, Paul Grillo <Pa...@trivininc.com> wrote:
> I'm very new to this.  I have an axis web services system working and I
> am now trying to sign and encrypt messages that it uses to the
> specifications of our vendor.  So I've tried to bring up the client with
> a simple deployment descriptor loaded, and have also tried dynamically
> building it.
> 
> Can't seem to get out of the box.  I get:
> 
> java.lang.NoClassDefFoundError: org/opensaml/SAMLException
> at
> org.apache.ws.axis.security.WSDoAllReceiver.<clinit>(WSDoAllReceiver.jav
> a:65)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:219)
> 
> 
> Well, I look at the source code and WSDoAllReceiver certainly imports
> and tries to create this assertion. I can't figure out where this class
> is supposed to exist.
> 
> Am I missing a library?  I've got the axis jars, xmlsec-1.2 and
> wss4j.jar
> 
> It's probably a silly question, since I see no evidence that anybody out
> there has run into this.  I must be missing or doing something obviously
> wrong.
> 
> thanks
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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