builds failing in Eclipse 3.6

2010-05-18 Thread Tim Worman
All: I could use some tips about how to troubleshoot ant build problems. I'm sure this has to do with the fact that I've updated to Eclipse 3.6. I'm running the cocoa 64-bit version. I haven't been able to build any apps this evening. I'm using the conventional method: right-click on

Re: Stuck on long response page... IE

2010-05-18 Thread Simon
is the ajax variety pretty much a drop in replacement for the old hat one ? what about locking issues ? ERXWOLongResponsePage does some funky stuff around ec locking - i guess with the ajax variety you're on your own ? simon On 18 May 2010 03:12, Kieran Kelleher kieran_li...@mac.com wrote:

Re: builds failing in Eclipse 3.6

2010-05-18 Thread Tim Worman
I wasn't trying to be vague. I'm honestly not seeing much of anything in Eclipse. It starts to run, then says terminated almost immediately. There is nothing in the console. I'm sure it's something I should be able to solve which is why I tried to focus my question on how I can troubleshoot

Re: builds failing in Eclipse 3.6

2010-05-18 Thread webobjects
Hi Tim, I don't see this behavior with 3.6. When I do the same on a project I've never built this way before (I use Hudson - it's just too awesome) it does fail, but with error messages in the console saying it can't find ERExtensions because I don't have the compiled Wonder frameworks anywhere

Content Assist

2010-05-18 Thread Gino Pacitti
Starting to like WOLips.. but a few hints needed.. How do I get code assist working? I saw a movie called Tiny Ajax App and it showed key phrases being clicked on and types being entered for variable names and methods? Is there a template area that modifies the DOC DTD? Any useful links

Re: Content Assist

2010-05-18 Thread Henrique Gomes
On May 18, 2010, at 7:47 AM, Gino Pacitti wrote: Starting to like WOLips.. but a few hints needed.. How do I get code assist working? I saw a movie called Tiny Ajax App and it showed key phrases being clicked on and types being entered for variable names and methods? Is there a

Re: Ajax uploader

2010-05-18 Thread Kieran Kelleher
Wonder - latest release - I use source. You can download binary builds here: http://wiki.objectstyle.org/confluence/display/WONDER/Easy+Binary+Download+and+Install I develop for java 1.5 compatability and deploy on java 1.5 and java 1.6 nowadays. -Kieran On May 18, 2010, at 1:56 AM, ute

Re: Content Assist

2010-05-18 Thread Pascal Robert
Did you look at all the podcasts here? http://www.wocommunity.org/webobjects_screencasts.html Starting to like WOLips.. but a few hints needed.. How do I get code assist working? I saw a movie called Tiny Ajax App and it showed key phrases being clicked on and types being entered

Re: Stuck on long response page... IE

2010-05-18 Thread Kieran Kelleher
While I use autolocking ECs in R-R logic, I never use autolocking ECs in any of my background tasks, just manual-locking ECs and plain old ec.lock/try/finally/ec.unlock - so always on my own there ;-) I only pass EOGlobalIDs to background tasks - so I don't have locking issues. I create all

Re: ?? about opportunistic locking...

2010-05-18 Thread Miguel Arroz
Hi! I see the point of your solution (doing whatever has to be done as soon as possible), but like Mike, I believe it has many problems: 1) Your delegate works for situations where different attributes of the same object are modified by different threads. You merge the changes made by the

Re: Webobjects-dev Digest, Vol 7, Issue 304

2010-05-18 Thread Dawn Lockhart
-dev/kieran_lists%40mac.com This email sent to kieran_li...@mac.com -- next part -- An HTML attachment was scrubbed... URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/20100518/087447d2/ attachment.html -- Message

Re: ?? about opportunistic locking...

2010-05-18 Thread Mike Schrag
Sent from my iPhone As far as I can tell, this API seems to be one that must have come from the desktop version of EOF where you're always in-process to your changes. Those API's are all dead to me. Yes, of course this design is from 'real' EOF! ObjC EOF and AppKit on

Re: ?? about opportunistic locking...

2010-05-18 Thread Miguel Arroz
Hi! On 2010/05/18, at 14:07, Miguel Arroz wrote: And, BTW, another detail for the most curious readers... Application.Application: C1 1274149686265 Application.Application: C2 1274149686265 If this attribute was an integer or long (with the timestamp, for instance) and not a string,

Re: ?? about opportunistic locking...

2010-05-18 Thread David Avendasora
On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. Dave ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: ?? about opportunistic locking...

2010-05-18 Thread Ramsey Gurley
On May 18, 2010, at 10:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. Dave Dave, where have you been? Tea is the new hotness ya know... (^_~) http://www.wired.com/epicenter/2009/04/tech-millionair/

Re: ?? about opportunistic locking...

2010-05-18 Thread David LeBer
On 2010-05-18, at 11:09 AM, Ramsey Gurley wrote: On May 18, 2010, at 10:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. Dave Dave, where have you been? Tea is the new hotness ya know... (^_~)

Re: ?? about opportunistic locking...

2010-05-18 Thread David Avendasora
On May 18, 2010, at 11:09 AM, Ramsey Gurley wrote: On May 18, 2010, at 10:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. Dave Dave, where have you been? Tea is the new hotness ya know...

-Xmx launch parameter

2010-05-18 Thread Gordon Belray
Hi, I'm trying to increase the memory allocation for my application but my app won't start beyond -Xmx 2048 (8 gigs on 10.5 OS X server, WO 5.4.3). I've tried adding launch parameters in Eclipse and JavaMonitor. I can't find a reference to this value in the .woa, what else do I need to

Re: -Xmx launch parameter

2010-05-18 Thread Chuck Hill
This? http://lists.apple.com/archives/webobjects-deploy/2008/Jan/msg00020.html On May 18, 2010, at 10:47 AM, Gordon Belray wrote: Hi, I'm trying to increase the memory allocation for my application but my app won't start beyond -Xmx 2048 (8 gigs on 10.5 OS X server, WO 5.4.3). I've

Re: ?? about opportunistic locking...

2010-05-18 Thread Mark Ritchie
On 18/May/2010, at 9:29 AM, David Avendasora wrote: Dave, where have you been? Tea is the new hotness ya know... (^_~) I struggled long and hard not to change it to Scotch. No point in struggling... Go with it! ;-) M. ___ Do not post admin requests

Re: ?? about opportunistic locking...

2010-05-18 Thread Chuck Hill
On May 18, 2010, at 7:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. I dunno. I have switched almost exclusively to green tea now. Me! Taiwanese tea by preference. Chuck -- Chuck Hill

Re: ?? about opportunistic locking...

2010-05-18 Thread Chuck Hill
On May 18, 2010, at 8:14 AM, David LeBer wrote: Dave, where have you been? Tea is the new hotness ya know... (^_~) http://www.wired.com/epicenter/2009/04/tech-millionair/ Better: http://www.davidstea.com/ It is a plague of Davids, I swear! -- Chuck Hill Senior Consultant

Re: ?? about opportunistic locking...

2010-05-18 Thread David Holt
On 2010-05-18, at 11:07 AM, Chuck Hill wrote: On May 18, 2010, at 8:14 AM, David LeBer wrote: Dave, where have you been? Tea is the new hotness ya know... (^_~) http://www.wired.com/epicenter/2009/04/tech-millionair/ Better: http://www.davidstea.com/ It is a plague of Davids, I

Re: JProfiler / WOLips integration

2010-05-18 Thread ISHIMOTO Ken
Hi, I have played around and tried to use JProfile 6 with WOLips for a few hours, but now it looks like it Works. I am using : OSX 10.6.3 Maclipse 3.5.1 WOLips 6049 JProfiler 6.0.3 At first after trying JProfiler 6.0.3, I got also the Error Message and nothing won't work. An internal error

Uploading files larger than 2.1 GB fails

2010-05-18 Thread Kohlhase Ulrich
Hi All, We have been working on cracking the 2.1GB limit for file uploads using WebObjects, and no matter what approach we use, we are hitting an exception like this: DiskTool DEBUG NSLog (46 appendln) - com.webobjects.appserver._private.WOHttpIO Unable to parse content-length header:

Re: ?? about opportunistic locking...

2010-05-18 Thread Ramsey Gurley
On May 18, 2010, at 2:06 PM, Chuck Hill wrote: On May 18, 2010, at 7:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. I dunno. I have switched almost exclusively to green tea now. Me! Taiwanese

Re: ?? about opportunistic locking...

2010-05-18 Thread Chuck Hill
On May 18, 2010, at 1:26 PM, Ramsey Gurley wrote: On May 18, 2010, at 2:06 PM, Chuck Hill wrote: On May 18, 2010, at 7:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. I dunno. I have switched

Invalidating Objects

2010-05-18 Thread Andrew Lindesay
Hello; As part of a built-in change notification facility, I am using EOObjectStoreCoordinator.invalidateObjectsWithGlobalIDs(..) with the relevant OSC locked. All use of other editing contexts are locked and unlocked correctly. Occasionally I seem to end up with disappearing snapshots where

Re: Get rid of warning in binding value e.g. @sum.totalCost

2010-05-18 Thread Cheong Hee
Make sense, thanks. Probably the first trial was using the backslashes. Sometimes I thought forward slashes and back slashes are really a joke to the users. At one time it is interchangeable, whilst at other moment it is forbidden. grumble / - Original Message - From: Dawn