I just ran into this recently doing one of the sample applications. I think it 
is a class path error caused by finding the object named Session in 
org.apache.axis.session.Session before it finds the one in your application 
source.

I removed the conflict by right clicking on the project in Eclipse and 
selecting Build Path -> Configure Build Path... -> Libraries Tab. Then I 
selected the JavaXML Framework (which contains that class), pressed the remove 
button, and pressed the OK button. After changing anything significant in 
Eclipse (or whenever anything gets strange) select the Project -> Clean... -> 
All menu.  

Does anyone want to weigh in with suggestions to fix this so it doesn't happen 
again to people working with the sample applications?

Steve

On Jan 14, 2013, at 10:52 AM, ute Hoffmann <u.hoffm...@tt-pixelmind.com> wrote:

> Hi,
> So I found WOLips Perspective thanks to your Help. And I created a helloWorld 
> App
> and tried to run it in eclipse and get this error:
> 
> Application: JavaFoundation
> Error: java.lang.IllegalArgumentException exception
> Reason:
> java.lang.IllegalArgumentException: <your.app.Application> Class 'Session' 
> exists (interface org.apache.axis.session.Session) but is not a subclass of 
> WOSession.
> 
> Any idea what I did wrong?
> 
> Regards,
> Ute
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com
> 
> This email sent to spe...@me.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to