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 csj <jo...@clarkson.edu> on 2005/05/20 21:28:08 UTC

Tutorial Example

All-

I'm trying to get the example working from the online tutorial.  After I
configure the server to request Username Tokens and then turn the
standard client without the PWCallback class I get the following error...

faultString: WSDoAllReceiver: cannot load password callback class:
Foo.PWCallback; nested exception is: java.lang.ClassNotFoundException: Foo.PWCallback

It seems that the server cant find PWCallback in the Foo packge.

Any help would be great.

Thanks


Re: Tutorial Example

Posted by csj <jo...@clarkson.edu>.
I've put it in both axis/WEB-INF/classes and axis/WEB-INF/classes/Foo I
get the same error both times?


On Sun, 22 May 2005, Martin Stemplinger wrote:

> csj schrieb am 05/20/2005 09:28 PM:
>
> > faultString: WSDoAllReceiver: cannot load password callback class:
> > Foo.PWCallback; nested exception is: java.lang.ClassNotFoundException: Foo.PWCallback
> >
> > It seems that the server cant find PWCallback in the Foo packge.
> >
> Where did you put the class file? If you use Tomcat with axis it should
> work if you put it into the subdir classes of webapps/axis/WEB-INF.
>
> HTH
> Martin
>

Re: Tutorial Example

Posted by Martin Stemplinger <ms...@gmx.de>.
csj schrieb am 05/20/2005 09:28 PM:

> faultString: WSDoAllReceiver: cannot load password callback class:
> Foo.PWCallback; nested exception is: java.lang.ClassNotFoundException: Foo.PWCallback
> 
> It seems that the server cant find PWCallback in the Foo packge.
> 
Where did you put the class file? If you use Tomcat with axis it should 
work if you put it into the subdir classes of webapps/axis/WEB-INF.

HTH
Martin