Re: embedding frameworks?

2010-06-20 Thread Cheong Hee
Dear Andrew Just to suggest to look at build.properties. I had not tried to include Wonder frameworks but other frameworks had been embedded successfully. Cheers Cheong Hee - Original Message - From: "Andrew R. Kinnie" To: "WebObjects-Dev List" Sent: Monday, June 21, 2010 7:42 A

Re: WO MacOS[Server]ClassPath.txt settings?

2010-06-20 Thread Chuck Hill
On Jun 20, 2010, at 10:42 AM, Joe Moreno wrote: > Hi Chuck, > > Thanks for your response. > > I probably should have mentioned that the WO app is deployed on Mac OS > X Server 10.4.11 and the OS is using the MacOS[Server]ClassPath.txt files > since everything runs fine when manual

Re: EOSortOrdering and keypaths [SOLVED]

2010-06-20 Thread Chuck Hill
Or ERXQ.keyPath(Booking.PERFORMANCE, Performance.PERFORMANCE_TYPE, PerformanceType.NAME) On Jun 20, 2010, at 7:29 PM, Travis Britt wrote: > Or > Booking.PERFORMANCE.dot(Performance.PERFORMANCE_TYPE).dot(PerformanceType.NAME).key() > > tb > > On Jun 20, 2010, at 12:47 PM, Andrew R. Kinnie wr

Re: EOSortOrdering and keypaths [SOLVED]

2010-06-20 Thread Travis Britt
Or Booking.PERFORMANCE.dot(Performance.PERFORMANCE_TYPE).dot(PerformanceType.NAME).key() tb On Jun 20, 2010, at 12:47 PM, Andrew R. Kinnie wrote: > Wow, you guys didn't even give me time to heat up some nachos for lunch. I > figured it was blindingly obvious, and I figured that would be the k

Re: embedding frameworks?

2010-06-20 Thread Travis Britt
Anything here help out? tb On Jun 20, 2010, at 7:42 PM, Andrew R. Kinnie wrote: > I am trying to deploy an app that I previously designed in a positively > ancient version of WO. I believe I previously used XCode. I a

embedding frameworks?

2010-06-20 Thread Andrew R. Kinnie
Greetings: I am trying to deploy an app that I previously designed in a positively ancient version of WO. I believe I previously used XCode. I also just deployed the development version. At the time I embedded everything in the one .woa. I am now using Wonder and Eclipse. How do I create

[Solved] Re: Eclipse 3.5 & WOLips Upgrade Problems

2010-06-20 Thread Joe Moreno
The framework has to be installed on the dev machine in order for the MacOS[Server]ClassPath.txt files pick up the correct class paths for the dist woa. On Jun 19, 2010, at 12:41:27, Joe Moreno wrote: Hi, I haven't upgraded my version of Eclipse and WOLips for a couple years. I finally

Re: Eclipse 3.5 & WOLips Upgrade Problems

2010-06-20 Thread Joe Moreno
It looks like this was an Eclipse bug. Under preferences, you'll need to check the box to use the classic updater. On Jun 19, 2010, at 12:41:27, Joe Moreno wrote: Hi, I haven't upgraded my version of Eclipse and WOLips for a couple years. I finally decided to give it a try without much lu

Re: WO MacOS[Server]ClassPath.txt settings?

2010-06-20 Thread Joe Moreno
Also, just to be clear, the class path files I'm looking to configure are placed here when building the dist with ant: MyWOProject.woa/Contents/MacOS/ On Jun 20, 2010, at 10:42:17, Joe Moreno wrote: Hi Chuck, Thanks for your response. I probably should have mentioned that the WO

Re: WO MacOS[Server]ClassPath.txt settings?

2010-06-20 Thread Joe Moreno
Hi Chuck, Thanks for your response. I probably should have mentioned that the WO app is deployed on Mac OS X Server 10.4.11 and the OS is using the MacOS[Server]ClassPath.txt files since everything runs fine when manually changing them. I am pretty sure that MacOSServerClassPath.

Re: EOSortOrdering and keypaths [SOLVED]

2010-06-20 Thread Andrew R. Kinnie
Wow, you guys didn't even give me time to heat up some nachos for lunch. I figured it was blindingly obvious, and I figured that would be the key path, my problem seems to have been that I was creating this in a static method on my Booking class for its default sort ordering . . . and I was con

Re: EOSortOrdering and keypaths

2010-06-20 Thread Chuck Hill
On Jun 20, 2010, at 9:24 AM, Andrew R. Kinnie wrote: > Greetings: > > I am drawing a blank here, and am trying to think of how to create an > EOSortOrdering across a key path. > > I have an entity Booking which has one date and one Performance. Performance > is an entity which has one Perf

EOSortOrdering and keypaths

2010-06-20 Thread Andrew R. Kinnie
Greetings: I am drawing a blank here, and am trying to think of how to create an EOSortOrdering across a key path. I have an entity Booking which has one date and one Performance. Performance is an entity which has one PerformanceType. PerformanceType is an entity which has a name attribut

Session Problem for J2ee deployment

2010-06-20 Thread Farrukh Ijaz
Hi, I am facing quite a strange problem. I've an application which I've deployed on GlassFish on port 28080. Everything seems to work fine. When I use Apache mod_jk or mod_proxy_ajp module, I am getting null session for direct actions. Is this something related to Apache or WebObjects J2ee depl