ToOneRelationship and saveChange method

2011-09-19 Thread Jérémy DE ROYER [INGENCYS]
Hi All, I have an editing context question. I've got 2 tables : contact and compaign I want to add contacts to a compaign so I've created a many to many relationship between the table contact and the table compaign. That work fine. Problem is that when I add (lots of) contacts to a compaign be

Re: Bundle loading during unit testing outside Eclipse

2011-09-19 Thread Ray Kiddy
On Sep 19, 2011, at 2:48 PM, Paul Hoadley wrote: > Hi Chuck, > > On 20/09/2011, at 2:49 AM, Chuck Hill wrote: > >>> That is, it can't find JavaMemoryAdaptor.framework when it needs it. I'm >>> having this problem when running unit tests in both application and >>> framework bundles of my own

Re: WOLips complains about scala WOElement

2011-09-19 Thread Yung-Luen Lan
Thanks Marius. If I want to add support of scala class in WOLips, where should I look at first? I've already checkout the WOLips source code but I have no experience writing Eclipse plugin. Scala helps me writing more concise code not only shorter but also error prune. Actor helps for concurrent

Re: qualifier with NOT

2011-09-19 Thread Chuck Hill
On 2011-09-19, at 9:28 PM, David Avendasora wrote: > > On Sep 20, 2011, at 10:14 AM, Theodore Petrosky wrote: > >> I don't know where that was documented. > > You must be new here... > > ;-) LOL But, for once, it IS documented! http://developer.apple.com/legacy/mac/library/documentation/Int

Re: qualifier with NOT

2011-09-19 Thread David Avendasora
On Sep 20, 2011, at 10:14 AM, Theodore Petrosky wrote: > I don't know where that was documented. You must be new here... ;-) Dave ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@list

Re: qualifier with NOT

2011-09-19 Thread Theodore Petrosky
that's beautiful. in the sql the * turns into %. Thanks, I don't know where that was documented. Ted --- On Mon, 9/19/11, Johann Werner wrote: > From: Johann Werner > Subject: Re: qualifier with NOT > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Monday, September 19, 2011,

Re: qualifier with NOT

2011-09-19 Thread Kieran Kelleher
* Regards, Kieran. (Sent from my iPhone) On Sep 19, 2011, at 4:52 PM, Theodore Petrosky wrote: > Great thanks, but how to add the wildcard character? > > _grossBillingList = jobinv.fetchJobInvs(theEC, jobinv.GLPER.eq(glPeriod). and > (ERXQ.not(jobinv.JOBNUM.likeInsensitive("SP%"))), null); >

Re: qualifier with NOT

2011-09-19 Thread Johann Werner
Am 19.09.2011 um 22:52 schrieb Theodore Petrosky: > Great thanks, but how to add the wildcard character? > > _grossBillingList = jobinv.fetchJobInvs(theEC, jobinv.GLPER.eq(glPeriod). and > (ERXQ.not(jobinv.JOBNUM.likeInsensitive("SP%"))), null); I think you should use '*' instead of '%' in tho

Re: Bundle loading during unit testing outside Eclipse

2011-09-19 Thread Chuck Hill
Hi Paul, On 2011-09-19, at 2:48 PM, Paul Hoadley wrote: > Hi Chuck, > > On 20/09/2011, at 2:49 AM, Chuck Hill wrote: > >>> That is, it can't find JavaMemoryAdaptor.framework when it needs it. I'm >>> having this problem when running unit tests in both application and >>> framework bundles o

Re: Bundle loading during unit testing outside Eclipse

2011-09-19 Thread Paul Hoadley
Hi Chuck, On 20/09/2011, at 2:49 AM, Chuck Hill wrote: >> That is, it can't find JavaMemoryAdaptor.framework when it needs it. I'm >> having this problem when running unit tests in both application and >> framework bundles of my own. JavaMemoryAdaptor.framework is on the >> .classpath (confi

ERXReCaptcha & SSL

2011-09-19 Thread Kevin Hinkson
Hi all, Running ERXReCaptcha on a secure site seems to load the API via the old https://api-secure.recaptcha.net/. They have allowed that SSL certificate to expire in favor of https://www.google.com/recaptcha/api as referenced here: http://stackoverflow.com/questions/5865880/recaptcha-https-pro

Re: qualifier with NOT

2011-09-19 Thread Theodore Petrosky
Great thanks, but how to add the wildcard character? _grossBillingList = jobinv.fetchJobInvs(theEC, jobinv.GLPER.eq(glPeriod). and (ERXQ.not(jobinv.JOBNUM.likeInsensitive("SP%"))), null); this query works great: select SUM(invamt) "InvTotal" from job_inv where glper = '201108' and jobnum not li

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 13:07, Chuck Hill a écrit : > Maybe there is something in WOLips that is not compatible with 3.7. An > exception thrown during class loading / static initialization could cause > this. FYI, I reverted back to 3c98e56f772a07e5371ef3021a767c19bf7ba8c4 (first commit for WOLips 3

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 14:47, Kieran Kelleher a écrit : > WILD guess #1: > > Delete your installed frameworks and do a fresh install ….. just maybe you > have a "merged installation" (aka when a new install is overlaid on top of an > old install and you have multiple versions of the same jar because

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Ramsey Gurley
On Sep 19, 2011, at 11:24 AM, Pascal Robert wrote: > > Le 2011-09-19 à 13:30, Ramsey Gurley a écrit : > >> I'm using the WOLips framework on 3.7 without issues. Admittedly, I've had >> to add a small fix to get the C2O stuff working: >> >> http://issues.objectstyle.org/jira/browse/WOL-1209 >

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Kieran Kelleher
WILD guess #1: Delete your installed frameworks and do a fresh install ….. just maybe you have a "merged installation" (aka when a new install is overlaid on top of an old install and you have multiple versions of the same jar because the jar name differs by version) WILD guess #2: Class path

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread David Holt
And to clarify, when I did this, I was using 3.6 > I had to download clean source from git and build that to finally get it to > work. On 2011-09-19, at 9:19 AM, David Holt wrote: > I did the same thing and it didn't work. > > I had to download clean source from git and build that to finally

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread David Holt
I have just confirmed the same thing. Trying to run ERJasperReportsExample with Built frameworks in 3.7 doesn't work because there is a problem with Ajax.framework/ERExtension.framework. If the source for those two frameworks are in the workspace, it runs fine. David On 2011-09-19, at 11:24 A

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 13:30, Ramsey Gurley a écrit : > I'm using the WOLips framework on 3.7 without issues. Admittedly, I've had > to add a small fix to get the C2O stuff working: > > http://issues.objectstyle.org/jira/browse/WOL-1209 > > But it's nothing that would affect class loading. Do you h

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Tim Worman
+1 And, it would certainly give devs more cred when we have to stand before someone about our technology choices. Tim Worman UCLA GSE&IS On Sep 19, 2011, at 10:50 AM, Kieran Kelleher wrote: > +1 > > On Sep 19, 2011, at 1:08 PM, Chuck Hill wrote: > >> That is an interesting idea. I can see th

Ajax Update errors

2011-09-19 Thread Raghavender Bokka
Hi, I am using AjaxUpdateContainer and AjaxObserveField 's and trying to perform ajax updates when I modify data in a text field or when I select Radio button. But when I change any data in the text field that has ajax observe field binding and tab out then no ajax update is performing, the fol

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Kieran Kelleher
+1 On Sep 19, 2011, at 1:08 PM, Chuck Hill wrote: > That is an interesting idea. I can see that it would make Wonder/WO seem much > more credible. > > > On 2011-09-19, at 6:24 AM, Andrus Adamchik wrote: > >> I was trying to find a statement on the association objectives. >> >> Here is a cra

Re: qualifier with NOT

2011-09-19 Thread Kieran Kelleher
One (of probably multiple) way(s) is: jobinv.GLPER.eq(glPeriod). and ( ERXQ.not( jobinv.JOBNUM.ilike("SP Conv") ) ) On Sep 19, 2011, at 12:21 PM, Theodore Petrosky wrote: > OK.. I am giving up and asking > > I need to .not() part of a qualifier > > jobinv.GLPER.eq(glPeriod). and (jobinv.JOBNUM

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Ramsey Gurley
I'm using the WOLips framework on 3.7 without issues. Admittedly, I've had to add a small fix to get the C2O stuff working: http://issues.objectstyle.org/jira/browse/WOL-1209 But it's nothing that would affect class loading. Ramsey On Sep 19, 2011, at 10:07 AM, Chuck Hill wrote: > Maybe ther

Re: Bundle loading during unit testing outside Eclipse

2011-09-19 Thread Chuck Hill
Hi Paul, On 2011-09-18, at 11:05 PM, Paul Hoadley wrote: > Hello, > > I seem to bother the list with a variation on this problem every few months. > I'm doing some unit testing during a Hudson build process using Henrique's > WOUnit. I think what I've got is a bundle finding/loading problem

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Chuck Hill
That is an interesting idea. I can see that it would make Wonder/WO seem much more credible. On 2011-09-19, at 6:24 AM, Andrus Adamchik wrote: > I was trying to find a statement on the association objectives. > > Here is a crazy idea - maybe instead of starting a new non-profit, the > commun

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Chuck Hill
Maybe there is something in WOLips that is not compatible with 3.7. An exception thrown during class loading / static initialization could cause this. Q? On 2011-09-19, at 9:46 AM, Pascal Robert wrote: > > Le 2011-09-19 à 12:42, Pascal Robert a écrit : > >> >> Le 2011-09-19 à 12:18, Pascal

Re: [MEETING] WO-NOVA TOMORROW NIGHT 9/20/2011

2011-09-19 Thread Andrew Kinnie
Greetings again, Just a friendly reminder that this month's WO-NoVA meeting is scheduled for tomorrow night (9/20/2011) at 6:30 at Mad Fox in Falls Church. RSVP appreciated! We'll be having a relatively informal meeting where we can discuss whatever development related stuff we decide to, an

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 12:42, Pascal Robert a écrit : > > Le 2011-09-19 à 12:18, Pascal Robert a écrit : > >> >> Le 2011-09-19 à 12:14, David Holt a écrit : >> >>> Hi Pascal, >>> >>> I just went through a similar dance for hours on Friday with the Ajax >>> framework. It turned out to be my Wonder

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 12:18, Pascal Robert a écrit : > > Le 2011-09-19 à 12:14, David Holt a écrit : > >> Hi Pascal, >> >> I just went through a similar dance for hours on Friday with the Ajax >> framework. It turned out to be my Wonder frameworks being slightly out of >> date. I thought I had dou

qualifier with NOT

2011-09-19 Thread Theodore Petrosky
OK.. I am giving up and asking I need to .not() part of a qualifier jobinv.GLPER.eq(glPeriod). and (jobinv.JOBNUM.ilike("SP Conv")) but I want isNOTlike in testing the SQL I used: SELECT clcode, invamt "InvTotal", jobnum, jobinvnum FROM job_inv WHERE glper = '201108' AND jobnum NOT LIKE 'SP C

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread David Holt
I did the same thing and it didn't work. I had to download clean source from git and build that to finally get it to work. On 2011-09-19, at 9:18 AM, Pascal Robert wrote: > > Le 2011-09-19 à 12:14, David Holt a écrit : > >> Hi Pascal, >> >> I just went through a similar dance for hours on F

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 12:14, David Holt a écrit : > Hi Pascal, > > I just went through a similar dance for hours on Friday with the Ajax > framework. It turned out to be my Wonder frameworks being slightly out of > date. I thought I had double and triple checked, but it actually required a > quadru

Re: Adding WOLips framework = exception at startup

2011-09-19 Thread David Holt
Hi Pascal, I just went through a similar dance for hours on Friday with the Ajax framework. It turned out to be my Wonder frameworks being slightly out of date. I thought I had double and triple checked, but it actually required a quadruple check to get it to work :-) David On 2011-09-18, a

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Andrus Adamchik
Project Wonder is BSD-licensed, WOLips was Apache licensed the last time I checked... Both licenses are ASF-friendly (obviously) and that by itself gets us pretty far. The practical requirement to start releasing all this code as "Apache WOSomething" is to track down all contributors and ask t

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Paul Yu
Once the organization is formed, then we can have someone else do the accounting. Paul On Sep 19, 2011, at 9:46 AM, Pascal Robert wrote: > > Le 2011-09-19 à 09:31, George Domurot a écrit : > >> You can still set your FY as 1/1 to 12/31. > > But this is also my own fiscal year, so I have to f

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Pascal Robert
This is a great idea. But before, I think we need to figure out who "owns" Wonder and WOLips... > I was trying to find a statement on the association objectives. > > Here is a crazy idea - maybe instead of starting a new non-profit, the > community should consider taking the open source parts

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread George Domurot
Gotcha. Totally makes sense. -G On Sep 19, 2011, at 6:46 AM, Pascal Robert wrote: > > Le 2011-09-19 à 09:31, George Domurot a écrit : > >> You can still set your FY as 1/1 to 12/31. > > But this is also my own fiscal year, so I have to finish accounting for both > myself and the communit

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 09:31, George Domurot a écrit : > You can still set your FY as 1/1 to 12/31. But this is also my own fiscal year, so I have to finish accounting for both myself and the community at the same time. Already, just accounting for the community is taking me 2 days of work per year,

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread George Domurot
You can still set your FY as 1/1 to 12/31. -G On Sep 19, 2011, at 6:14 AM, Pascal Robert wrote: > > Le 2011-09-19 à 09:12, David LeBer a écrit : > >> On 2011-09-19, at 9:04 AM, Lachlan Deck wrote: >> >>> Strange: "The fiscal year of the board shall be November 1 to October 31." >>> Is that

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Andrus Adamchik
I was trying to find a statement on the association objectives. Here is a crazy idea - maybe instead of starting a new non-profit, the community should consider taking the open source parts of the WO code and join the Apache Software Foundation. The benefits are the following: * WOCommunity wi

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Pascal Robert
Le 2011-09-19 à 09:12, David LeBer a écrit : > On 2011-09-19, at 9:04 AM, Lachlan Deck wrote: > >> Strange: "The fiscal year of the board shall be November 1 to October 31." >> Is that the Canadian fiscal year? > > The start of the fiscal year of a Canadian corporation is not locked to the > s

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread David LeBer
On 2011-09-19, at 9:04 AM, Lachlan Deck wrote: > Strange: "The fiscal year of the board shall be November 1 to October 31." > Is that the Canadian fiscal year? The start of the fiscal year of a Canadian corporation is not locked to the start of the calendar year. I'm assuming that Pascal hopes t

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Lachlan Deck
Strange: "The fiscal year of the board shall be November 1 to October 31." Is that the Canadian fiscal year? On 19/09/2011, at 10:49 PM, Pascal Robert wrote: > Good morning everyone, > > As you may know, we want to register the association as a non-profit > organization in Canada. Since this is

Help on incorporating the WOCommunity Association

2011-09-19 Thread Pascal Robert
Good morning everyone, As you may know, we want to register the association as a non-profit organization in Canada. Since this is the first time I'm doing this, I would like input from you for the by-laws. You can find a draft in the wiki: http://wiki.objectstyle.org/confluence/display/WOCOM

Re: WOLips complains about scala WOElement

2011-09-19 Thread Marius Soutier
That's because WOLips doesn't recognize Scala classes. I think there's no workaround except extending WOLips. I hope you're not using Scala only to reduce line count :) On 19.09.2011, at 10:51, Yung-Luen Lan wrote: > Hi, > > I'm using WOLips stable with Eclipse 3.6 and scala 2.9.0.1 following

Re: Wonder vs WO app/framework in WOLips

2011-09-19 Thread Pascal Robert
Like I said, non-Wonder project types would still be available by File -> New -> Project... > I use WebObjects without Wonder in many project. I think it is not correct to > force people to use wonder > > Regards > > Paolo > > > Il giorno 18/set/2011, alle ore 23:04, Pascal Robert ha scritto

Re: Issue with ERXResponseRewriter.addStylesheetResourceInHead()

2011-09-19 Thread Alexis Tual
Hi, I've juste faced the exact same issue, your fix works for me if I remove the condition ERXAjaxApplication.isAjaxReplacement(context.request()). I had to also modify the javascript function AOD.loadCss to create a in the head section : loadCSS: function(css) { var link=document.creat

Re: Wonder vs WO app/framework in WOLips

2011-09-19 Thread Paolo Sommaruga
I use WebObjects without Wonder in many project. I think it is not correct to force people to use wonder Regards Paolo Il giorno 18/set/2011, alle ore 23:04, Pascal Robert ha scritto: > Hi everyone, > > Quick survey: does anyone of you still use the "WebObjects" project types in > WOLips in

WOLips complains about scala WOElement

2011-09-19 Thread Yung-Luen Lan
Hi, I'm using WOLips stable with Eclipse 3.6 and scala 2.9.0.1 following the WO wiki setup. Scala is amazing. It reduces a lot of LOC which results more concise and clear code. So I gradually rewrite my project using scala, one class at a time. However, Eclipse gives me errors: The class for 'A

Re: Wonder vs WO app/framework in WOLips

2011-09-19 Thread Andrew Lindesay
Hi all; As long as the option remains there; I seem to have to use "New Project" (non-PW) to get a new project into Eclipse and then SVN the project into it -- seems to be the only way to get an existing WO project out of SVN into Eclipse. cheers. On 19/09/11 4:08 PM, Chuck Hill wrote: Tha

Rép : Re: (Call him Pascall) WOComponent and RTF text

2011-09-19 Thread Raymond NANEON
Hi All,I tried tinyMCE but I had big surprise. All _javascript_ language in head of my app is displayed. What's wrong with tinyMCE?Here is the head :...                   the WOD :tinyMCE : WOJavaScript { scriptFile = "tiny_mce/tiny