Re: need help with javascript path when app is deployed

2010-01-24 Thread Gennady Kushnir
Why don't you use dynamic url construction? WOResourceManager.urlForResourceNamed(String aResourceName, String aFrameworkName, NSArray aLanguagesList, WORequest aRequest) As to me, I've written a custom dynamic element for scripts and stylesheets: http://github.com/baywind/reusables/blob/master/So

Re: recognising dead instances

2010-01-24 Thread Chuck Hill
What I have done is to have a direct action that uses EOF to perform a minimal database transaction to ensure the app is not bogged down or deadlocked in EOF. On Jan 24, 2010, at 10:40 PM, Lachlan Deck wrote: Hi all, just polling for ideas / techniques people use in detecting dead inst

recognising dead instances

2010-01-24 Thread Lachlan Deck
Hi all, just polling for ideas / techniques people use in detecting dead instances. Naturally when there's lots of instances running in deployment it can be hard to know if a particular instance has locked up for some reason (and this can sometimes have a flow on affect with the adaptor). Than

Re: Jar in WOA

2010-01-24 Thread Chuck Hill
On Jan 24, 2010, at 6:29 PM, Joe Moreno wrote: Eclipse 3.3.2 WOLips 3.3.5047 WO 5.3 Deployed on OS X Server 10.4.11 How can I get a WO app to use the jar that's inside the WOA (app.woa/Contents/Resources/Java) instead of the jar under /Library/ Java/Extensions? AFAIK, you can't. Jars in

Jar in WOA

2010-01-24 Thread Joe Moreno
Eclipse 3.3.2 WOLips 3.3.5047 WO 5.3 Deployed on OS X Server 10.4.11 How can I get a WO app to use the jar that's inside the WOA (app.woa/ Contents/Resources/Java) instead of the jar under /Library/Java/ Extensions? The build.xml seems to be configured correctly:

Re: [OT] Subclipse plug-in _incredibly_ slow

2010-01-24 Thread Chuck Hill
On Jan 23, 2010, at 10:41 PM, Ricardo J. Parada wrote: I have auto refresh enabled in eclipse preferences because I use the command line quite often for subversion. I use subclipse for smaller operations. I used to be a committed svn command line user. All I can say is, "Try Versions".