Re: Wonder branches

2012-02-05 Thread Pascal Robert
Done. > Hi Pascal, > > I've created the branch Wonder_for_Maven_experiments a long time ago. It is > useless now and can be deleted. > > Cheers, > > Henrique > > On 05/02/2012, at 22:03, Pascal Robert wrote: > >> Good evening everyone, >> >> We are thinking of moving all branches for Wonder

Re: Wonder branches

2012-02-05 Thread Henrique Prange
Hi Pascal, I've created the branch Wonder_for_Maven_experiments a long time ago. It is useless now and can be deleted. Cheers, Henrique On 05/02/2012, at 22:03, Pascal Robert wrote: > Good evening everyone, > > We are thinking of moving all branches for Wonder to tags. The only branches > w

How do I get ERXDisplayGroup from ERD2WQueryPage

2012-02-05 Thread James Cicenia
Doesn't it return a WODisplayGroup? Thanks James smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscr

Wonder branches

2012-02-05 Thread Pascal Robert
Good evening everyone, We are thinking of moving all branches for Wonder to tags. The only branches we would keep would be Wonder_5_Legacy (for WO 5.3) and master (the main branch). Anyone having a problem with that? FYI, except gh-pages (who only have one commit), none of those branches were

Re: Limit to the number of instances under JavaMonitor

2012-02-05 Thread Jesse Tayler
RAM? On Feb 5, 2012, at 2:31 PM, David Holt wrote: > Thanks everyone. The solution to this is relatively quick and simple. > > Glad to see I'm not going crazy. > > :-) > > David > > > On 2012-02-04, at 6:15 PM, Mike Schrag wrote: > >> Also check if you're overcommitted on ram with your jv

Re: AutoLaunch on Windows

2012-02-05 Thread Pascal Robert
Ah, so I guess having a script to open the URL and overwriting that class should do the work. Anyone have such a script? > Hi Pascal, > > under 5.2 there was "NEXTROOT/Library/WebObjects/Executables/WOOpenURL.exe" > > In 5.4 it is hard coded to /usr/bin/open > > public class _WOLaunchServices

Re: Limit to the number of instances under JavaMonitor

2012-02-05 Thread David Holt
Thanks everyone. The solution to this is relatively quick and simple. Glad to see I'm not going crazy. :-) David On 2012-02-04, at 6:15 PM, Mike Schrag wrote: > Also check if you're overcommitted on ram with your jvms. That could manifest > as the vm dying at startup if it can't claim Xms w

Re: AutoLaunch on Windows

2012-02-05 Thread Stefan Klein
Hi Pascal, under 5.2 there was "NEXTROOT/Library/WebObjects/Executables/WOOpenURL.exe" In 5.4 it is hard coded to /usr/bin/open public class _WOLaunchServices { private static final String openExecutable = "/usr/bin/open"; ... That's the best way for "Develop on Apple, Deploy everywhere" :

AutoLaunch on Windows

2012-02-05 Thread Pascal Robert
Hi guys, I'm working on instructions on how to install everything on Windows, and I got the famous "AutoLaunch will not work" message. So I followed those instructions: http://wiki.wocommunity.org/display/WO/Development-Development+on+Windows But like Ron said in the comments, it tries to lau