Re: My first Hell World App
Re: My first Hell World App
- Subject: Re: My first Hell World App
- From: Ted Archibald <email@hidden>
- Date: Mon, 14 Jan 2013 18:57:04 -0600
I've had this problem in the past, it was due to a space in the application/project name. I'd stay away from spaces, dashes, periods, slashes, etc. in the app/project name and the in the path to the project.
On Mon, Jan 14, 2013 at 5:02 PM, Ramsey Gurley
<email@hidden> wrote:
I think WO tries to find the class by simple name and defaults to the first one it finds. There's a way to tell _NSUtilities what class to use explicitly I believe. Also, Why is the JavaXML framework still a default in WO projects anyway? It quadruples the size of build logs and far better XML classes exist in the jre these days.
Jesse Tayler <
email@hidden> wrote:
doesn't that basically mean that when you "imported" the session you wanted to inherit from, you picked up some kind of "axis" session instead you should have picked up WOSession.
so, I think that's just a Java import package problem?
check the top of your java file when what and how Session is Imported, delete what's there and allow the system to "fix" and be sure to select the WOSession from WebObjects.
Try that?
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.
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
_______________________________________________
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