Re: searching for a weird deletion

2015-02-20 Thread OC
Ramsey, On 19. 2. 2015, at 19:15, Ramsey Gurley rgur...@smarthealth.com wrote: You do a lot of weird stuff :) Actually _this_ should not be weird, this should be quite a normal code; the only requirement is that check-and-save, i.e., conceptually, === if

followup: searching for a weird deletion

2015-02-20 Thread OC
On 20. 2. 2015, at 12:52, OC o...@ocs.cz wrote: (Hmmm... now it occurred to me, perhaps I might set up an UNIQUE db restraint? That would probably simplify the code mightily, _and_ work for multi-instance case just as well...) Hm, I need a holiday. _Now_ I have recalled that I have

Re: Eclipse/Java cannot connect to jenkins.wocommmunity.org anymore

2015-02-20 Thread Pascal Robert
Ok, so I just added the DH parameters. Le 2015-02-19 à 20:59, Chuck Hill ch...@gevityinc.com a écrit : Could be this? http://httpd.apache.org/docs/current/ssl/ssl_faq.html#javadh On 2015-02-19, 5:53 PM, Pascal Robert wrote: Hum. It’s a SSL cert from RapidSSL. Maybe the intermediate

ant build error - too many open files

2015-02-20 Thread Mark Wardle
I’ve upgraded to java8, eclipse4.4 and latest Wonder. Can compile and run from within eclipse but command line ant build failing with “too many open files”. Has anyone encountered this error? Rather stuck - have tried cleaning and re-cleaning and re-installing wonder frameworks. Mark

Re: ant build error - too many open files

2015-02-20 Thread Fabian Peters
Hi Mark, Have you tried a reboot? Maybe you've somehow managed to exceed kern.maxfiles or kern.maxfilesperproc? Fabian Am 20.02.2015 um 13:53 schrieb Mark Wardle m...@wardle.org: I’ve upgraded to java8, eclipse4.4 and latest Wonder. Can compile and run from within eclipse but command line

Re: Never save objects which don't pass a test (was: searching for a weird deletion)

2015-02-20 Thread Ramsey Gurley
On Feb 20, 2015, at 12:09 PM, OC o...@ocs.cz wrote: it must pass a slightly more complex test than uniqueness: - when inserted into PRICE_OFFERS table, - the newly inserted object must have value in column PRICE, which is higher, - than any (max) of the already existing objects in that

Re: ERAttachmentUpload with AjaxSubmit

2015-02-20 Thread Samuel Pelletier
Hi Christoph, I do not think the Ajax form encoder handle the file upload, it will be simply skipped. I think the ERAttachmentFlexibleUpload component can work in Ajax context. Samuel Le 2015-02-18 à 15:39, CHRISTOPH WICK | i4innovation GmbH, Bonn c...@i4innovation.de a écrit : Hi

Fwd: ant build error - too many open files

2015-02-20 Thread Mark Wardle
Forgot to cc. list Begin forwarded message: Subject: Re: ant build error - too many open files From: Mark Wardle m...@wardle.org Date: 20 February 2015 15:54:30 GMT Message-Id: 605a3035-0a99-45f7-bbc4-4f95ec615...@wardle.org To: Fabian Peters lists.fab...@e-lumo.com Thanks Fabian. Have

Never save objects which don't pass a test (was: searching for a weird deletion)

2015-02-20 Thread OC
Chuck, Actually _this_ should not be weird, this should be quite a normal code; the only requirement is that check-and-save, i.e., conceptually, === if (TEST(eo.someRelationship().someAttribute(),newAttributeValue)) { def

Re: searching for a weird deletion

2015-02-20 Thread Chuck Hill
Hi, On 2015-02-20, 3:52 AM, OC wrote: Ramsey, On 19. 2. 2015, at 19:15, Ramsey Gurley rgur...@smarthealth.commailto:rgur...@smarthealth.com wrote: You do a lot of weird stuff :) Actually _this_ should not be weird, this should be quite a normal code; the only requirement is that

RE: Eclipse/Java cannot connect to jenkins.wocommmunity.org anymore

2015-02-20 Thread Strumyla, Marius
It's working now. Thanks for a quick turnaround. -- marius -Original Message- From: Pascal Robert [mailto:prob...@macti.ca] Sent: Friday, February 20, 2015 5:11 AM To: Chuck Hill Cc: Strumyla, Marius; WebObjects Development Subject: Re: Eclipse/Java cannot connect to

Re: searching for a weird deletion

2015-02-20 Thread Ramsey Gurley
On Feb 20, 2015, at 4:52 AM, OC o...@ocs.cz wrote: Ramsey, On 19. 2. 2015, at 19:15, Ramsey Gurley rgur...@smarthealth.com wrote: You do a lot of weird stuff :) I am not using Eclipse anymore I stand by my original statement :D -- can't speak for other platforms, but on Mac, I have

Re: Never save objects which don't pass a test (was: searching for a weird deletion)

2015-02-20 Thread Chuck Hill
On 2015-02-20, 12:30 PM, Ramsey Gurley wrote: On Feb 20, 2015, at 12:09 PM, OC o...@ocs.czmailto:o...@ocs.cz wrote: it must pass a slightly more complex test than uniqueness: - when inserted into PRICE_OFFERS table, - the newly inserted object must have value in column PRICE, which is higher,

ant build error - too many open files

2015-02-20 Thread Mark Wardle
Fixed this. For any future readers - doing these steps fixed it (but I'm not sure what exactly solved it). Clean everything Delete local frameworks /Library/WebObjects/Versions/WebObjects543/Library/Frameworks Rebuild wonder Check all class paths for all homegrown frameworks and application and

Re: ERAttachmentUpload with AjaxSubmit

2015-02-20 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
Hi Samuel, thx a lot. You made my day. Sometimes the naming of Wonder components is confusing to my limited cognitive faculty. Since e.g. AjaxSubmitButton can be used instead of ERXSubmitButton or AjaxFileUpload instead of WOFileUpload I was looking for something called AjaxAttachmentUpload

Re: Never save objects which don't pass a test (was: searching for a weird deletion)

2015-02-20 Thread Chuck Hill
On 2015-02-20, 9:27 AM, OC wrote: Chuck, Actually _this_ should not be weird, this should be quite a normal code; the only requirement is that check-and-save, i.e., conceptually, === if (TEST(eo.someRelationship().someAttribute(),newAttributeValue)) { def

WO app building (was: searching for a weird deletion)

2015-02-20 Thread OC
Ramsey, On 20. 2. 2015, at 18:06, Ramsey Gurley rgur...@smarthealth.com wrote: On 19. 2. 2015, at 19:15, Ramsey Gurley rgur...@smarthealth.com wrote: You do a lot of weird stuff :) I am not using Eclipse anymore I stand by my original statement :D :) Anyway, as always, YMMV, but I found

Re: Never save objects which don't pass a test (was: searching for a weird deletion)

2015-02-20 Thread OC
Chuck, On 20. 2. 2015, at 19:37, Chuck Hill ch...@gevityinc.com wrote: Actually _this_ should not be weird, this should be quite a normal code; the only requirement is that check-and-save, i.e., conceptually, === [1] if (TEST(eo.someRelationship().someAttribute(),newAttributeValue)) {