rule dependent on boolean

2012-02-06 Thread Theodore Petrosky
I am trying different iterations of this and can not get it to work. I want one displayPropertyKeys if the boolean is true and different if false. (pageConfiguration = 'ListAdRelease' and user.security.seesShortList = 'true') then use these propertyKeys (pageConfiguration = 'ListAdRelease' and

Re: DB Soft Migration

2012-02-06 Thread Dan Beatty
Greetings Ramsey and Ron, It is definitely worth a test. My recollection of it was not so favorable. Then again, I was trying it with a really bad schema that should never be used again. I have been working this problem for some time. If the scheme is the same and the scheme is well structured, t

EOKeyValueQualifier.evaluateWithObject on EOQualifier.QualifierContains selector?

2012-02-06 Thread Kieran Kelleher
So, I had an interesting problem that I had not come across before. In my REST controllers I have a baseQualifier() which restricts objects to those that the user has access to. This base qualifier is used for the FetchSpec in the indexAction and used for in-memory evaluation to check object acc

Re: DB Soft Migration

2012-02-06 Thread Paul Yu
May be what you can do is setup a mysql -> mysql replication first, then work the EOF copy thing from the replicated database? The really tough thing that you are trying to do is to create a replication without a baseline snapshot… At some point you will have to take an outage on the producti

Re: DB Soft Migration

2012-02-06 Thread Ramsey Gurley
On Feb 6, 2012, at 9:09 AM, Jesse Tayler wrote: > there was a demo app where you copy data from eomodel-a to eomodel-b and it > takes quite a bit of time to churn, but I used that some years ago in such a > case. There's also ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictiona

Re: hmmm, am I blind or ? Is there just a plain old D2WQueryString with popup ?

2012-02-06 Thread Ramsey Gurley
ERD2WQueryStringWithChoices maybe? On Feb 4, 2012, at 1:14 PM, James Cicenia wrote: > I can't seem to find such an obvious query component. > > Any hints? > > James > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev

Re: Is it possible to render groups in a D2WQueryPage?

2012-02-06 Thread Ramsey Gurley
I think that should be possible using section keys. The ERD2WPage javadocs explain the format. http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/directtoweb/pages/ERD2WPage.html Ramsey On Feb 3, 2012, at 7:38 AM, James Cicenia wrote: > Hello - > > I have on some of my query pages

Re: ERD2W ListExcel* with child records question

2012-02-06 Thread Ramsey Gurley
Not sure if it works with the excel generator, but it sounds like you need a grouping list repetition. Ramsey On Jan 26, 2012, at 1:17 PM, Markus Ruggiero wrote: > Question about Excel Listings and how to get the data into them > > Model: StatementGroup -one-2-many- Statements > > Custome

Re: D2W Edit Page not Saving

2012-02-06 Thread Ramsey Gurley
Sorry to take so long to reply, just getting back from vacation... If it's passing null in takeValuesFromRequest, then I would set a breakpoint in dispatchRequest to see if the values are coming in correctly from the client side first. Ramsey On Jan 25, 2012, at 10:15 PM, Jeffrey Schmitz wrote

d2w queryall page

2012-02-06 Thread Theodore Petrosky
I have a boolean in my EO 'isComplete'. If the job is completed, the person in charge marks it complete and it doesn't show up in the list of working jobs. But how can I set up the query all page to account for that. I want a line that says working, closed, all I was thinking that I needed th

Re: Problems with Jenkins on OS X

2012-02-06 Thread Pascal Robert
Code 18. I removed -propertyfile from the Ant task when I fixed the name of the properties file in the sample config. > I got Jenkins on Linux to run just fine, but I have a strange problem with an > installation on OS X. The jobs are configured correctly, and the path for > wo.local.frameworks

Re: I have to say… ERMD2W is f'ing amazing

2012-02-06 Thread James Cicenia
Yes I should do that. I need to document this. I can't make that time of year for the WOWODC. However, I was thinking I could make an example project and do a screen capture of it all. I am pushing the boundry one more inch by trying to group my query page components. Either way, I will

Problems with Jenkins on OS X

2012-02-06 Thread Pascal Robert
I got Jenkins on Linux to run just fine, but I have a strange problem with an installation on OS X. The jobs are configured correctly, and the path for wo.local.frameworks is valid. But when I start a build, I'm always getting : The framework name 'ERExtensions' does not exist. But it does ex

Re: I have to say… ERMD2W is f'ing amazing

2012-02-06 Thread Jesse Tayler
ah yes, the D2W-OMG exploding brain syndrome. On Feb 6, 2012, at 11:06 AM, James Cicenia wrote: > Ok - > > Because of all the power I am finally starting to understand it is a zen > thing. > One first has to be completely "won" with all of wo before the power of d2w > is revealed. > > An

Re: ERRest Client

2012-02-06 Thread Pascal Robert
Thanks Ted. I added a note in the road map about it. > I read in the surveys the following > > "Adding a REST client in ERRest > We need a REST client in ERRest so that we can easily call REST APIs from > other sources, and convert the results to EOs if required. A sort of client > exists in t

Re: I have to say… ERMD2W is f'ing amazing

2012-02-06 Thread Paul Yu
So this sounds like a good WOWODC presentation. Give BACK! -- Paul Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, February 6, 2012 at 11:06 AM, James Cicenia wrote: > Ok - > > Because of all the power I am finally starting to understand it is a zen > thing. > One

Re: DB Soft Migration

2012-02-06 Thread Jesse Tayler
there was a demo app where you copy data from eomodel-a to eomodel-b and it takes quite a bit of time to churn, but I used that some years ago in such a case. On Feb 6, 2012, at 3:03 AM, Ron X wrote: > Did anybody do this or maybe know how to do this?: > > I wanna to move from MySQL (not a fo

I have to say… ERMD2W is f'ing amazing

2012-02-06 Thread James Cicenia
Ok - Because of all the power I am finally starting to understand it is a zen thing. One first has to be completely "won" with all of wo before the power of d2w is revealed. Anyway, I am so close to having the most amazing query and list system. Basically any list can be created with its

Re: AutoLaunch on Windows

2012-02-06 Thread John Huss
I have a WOOpenURL.exe that I wrote - a one line delphi program. I could get it to you tomorrow. But if you can control the name of the script / app then you could use a batch file instead. On Sun, Feb 5, 2012 at 3:49 PM, Pascal Robert wrote: > Ah, so I guess having a script to open the URL an

Re: ERTaggable Error?

2012-02-06 Thread James Cicenia
Thanks that worked... I raised it to 2M which is what my deployment servers use. Mine was set at 32K on my dev box. Though. I never, ever, had to do this before. I will monitor this closely, but so far so great. Thanks James On Feb 6, 2012, at 7:44 AM, Kieran Kelleher wrote: > Hi James

Re: ERTaggable Error?

2012-02-06 Thread Kieran Kelleher
Hi James, You can check your current value by doing: (root@localhost@macpro) (none)> show variables like 'sort_buffer_size'; +--+--+ | Variable_name| Value| +--+--+ | sort_buffer_size | 67108864 | +--+--+ 1 row in set

ERTaggable Error?

2012-02-06 Thread James Cicenia
Hello- I am trying get my tagged objects: return PortfolioProject.taggableEntity().fetchTaggedWith(session().defaultEditingContext(), args); args is an array of strings Feb 05 21:41:40 PI[52753] WARN NSLog - : Exception occurred while handling request: Out of sort memory

Re: Limit to the number of instances under JavaMonitor

2012-02-06 Thread Alexander Spohr
Am 04.02.2012 um 18:48 schrieb David Holt: > Does anyone know if there is a limit to the number of instances you can run > under JavaMonitor? Is it a fixed limit, or a configuration? I seem to have > hit it. There is a limit in the WebObjects adaptor but that only hits the web server. > My n

DB Soft Migration

2012-02-06 Thread Ron X
Did anybody do this or maybe know how to do this?: I wanna to move from MySQL (not a fork like Percona) to PostgreSQL. But i can't stop the server. So i think that probably exists possibility to set up the WO or EM to write data to PostgreSQL, but read data from both of MySQL and PostgreSQL? And t