Re: WebObjects 5.4 JBoss deployment

2007-12-14 Thread Tom Pelaia
Hi, Yes, I've done that and it still has the same complaint. Has anyone been able to get the Example HelloWorld project to create a WAR file that can be run successfully under JBoss? My legacy True WAR WebObjects project still builds and deploys under JBoss, but I want to migrate to the ne

Re: WebObjects 5.4 JBoss deployment

2007-12-13 Thread Q
On 14/12/2007, at 6:37 AM, Tom Pelaia wrote: Hi, I am attempting to deploy a simple "Hello" application based on the "HelloWorld" sample application (WebObjects 5.4, Leopard, new ant build). It runs just fine through the Xcode Organizer, but when I attempt to deploy the war file under J

Re: WebObjects 5.4 JBoss deployment

2007-12-13 Thread Mike Schrag
Have you ever done this on 5.3, or is 5.4 your first attempt? If not on 5.3, you are greatly complicating your life by trying to start doing this with 5.4 -- You are left wondering if this is a 5.4 problem or a build problem. Out of the gates, I would also recommend trying an un-war'd dep

Re: WebObjects 5.4 JBoss deployment

2007-12-13 Thread Tom Pelaia
Hi, I attempted to rename the page "Hello", but I am still getting the same error. Here is the stack trace for the error. 16:25:24,670 ERROR [STDERR] com.webobjects.appserver.WOPageNotFoundException: : Unable to create page 'Hello'. 16:25:24,670 ERROR [STDERR] at com.webobjects.appser

Re: WebObjects 5.4 JBoss deployment

2007-12-13 Thread Andrew Lindesay
Hello Tom; I found that it was finding some other class for "Main" so I had to rename it to "XYZMain" and then make necessary changes to make the 'default page' be "XYZMain". This seemed to work when I was doing a brief fly-by of 5.4 although I'm back on 5.3.3 now. cheers. I am attempti

Re: WebObjects 5.4 JBoss deployment

2007-12-13 Thread Mike Schrag
Unable to create page 'Main'. "Unable to create page 'Main'." does not necessarily mean "Main does not exist". You really need to get a full stack trace from this to see what the root cause of the error is. ___ Do not post admin requests to the list