Re: My first Hell World App
Re: My first Hell World App
- Subject: Re: My first Hell World App
- From: email@hidden
- Date: Mon, 14 Jan 2013 11:57:01 -0500
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 <email@hidden> 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 (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden