wolips and eclipse not working

2009-03-09 Thread Patrick Coleman
Any help would be greatly appreciated. At first, after installing eclipse 3.4.1 and wolips everything was working except inline bindings. While trying to fix inline bindings something has happened to wolips. Now when I try to create a new project (from the main menu) in wolips it only creat

Re: AjaxObserveField question

2009-03-09 Thread Chuck Hill
On Mar 9, 2009, at 6:46 PM, Ricardo J. Parada wrote: On Mar 9, 2009, at 9:28 PM, Ricardo J. Parada wrote: Right now I'm using a text field with a little javascript to look at each key stroke and call the FooUpdate() function to update the container when the key typed is the return key. B

Re: AjaxObserveField question

2009-03-09 Thread Ricardo J. Parada
On Mar 9, 2009, at 9:28 PM, Ricardo J. Parada wrote: Right now I'm using a text field with a little javascript to look at each key stroke and call the FooUpdate() function to update the container when the key typed is the return key. But I was wondering if the AjaxObserveField already has

AjaxObserveField question

2009-03-09 Thread Ricardo J. Parada
Is it possible to observe a text field to update a container when user presses the return key inside the text field. Right now I'm using a text field with a little javascript to look at each key stroke and call the FooUpdate() function to update the container when the key typed is the ret

Re: ant build problem

2009-03-09 Thread Mike Schrag
Does anybody have any idea on how to solve this problem? I'm stuck and would very much like to move onto actually deploying this test app in tomcat. Any suggestions on how to get the Too many open files thing resolved? Seems possible that the error is just telling the truth and you really a

Re: ant build problem

2009-03-09 Thread Chuck Hill
On Mar 9, 2009, at 3:19 PM, Dom wrote: Does anybody have any idea on how to solve this problem? I'm stuck and would very much like to move onto actually deploying this test app in tomcat. Any suggestions on how to get the Too many open files thing resolved? Thanks, Dom On Mar 9, 2009,

Re: ant build problem

2009-03-09 Thread Dom
Does anybody have any idea on how to solve this problem? I'm stuck and would very much like to move onto actually deploying this test app in tomcat. Any suggestions on how to get the Too many open files thing resolved? Thanks, Dom On Mar 9, 2009, at 3:51 PM, Dom wrote: I think the .class

[CAWUG] Reminder Meeting Tomorrow

2009-03-09 Thread Bob Frank
Yes ... sorry for the terse reminder, here's the standard info: Agenda: - Bob on optimizing your web site / web app for the iPhone & iPod Touch - adjournment to O'Toole's When: Tuesday, March 10th, 7:00 PM Where: Apple Store

Re: Access Control [was: Digging up a Session object from an EOGenericRecord]

2009-03-09 Thread Kieran Kelleher
Thanks for discussing Chuck. I am just wondering what others do and looking for ideas and/or standardization for current and future projects. Meanwhile I found this useful NIST standards info on various forms of RBAC http://csrc.nist.gov/groups/SNS/rbac/ Cheers, Kieran On Mar 9, 2009,

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
I'll poke around first and see if I can figure it out. Thanks again. On 9-Mar-09, at 4:05 PM, John Huss wrote: It probably doesn't matter for this, but the standard build.xml file changed a bit recently and this uses the old version. So if you installed WOLips recently I can't say for sure

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread John Huss
It probably doesn't matter for this, but the standard build.xml file changed a bit recently and this uses the old version. So if you installed WOLips recently I can't say for sure that this will work verbatim, but it might. John On Mon, Mar 9, 2009 at 2:55 PM, Kevin Hinkson wrote: > > On 9-Mar

Re: ant build problem

2009-03-09 Thread Dom
I think the .classpath is good; it looks just like the one you'd get from a brand new project and nothing like the old pre hotness classpath file. Here's a very relevant lines from ant with -verbose; first output upon hitting the compile target: ZoneInfo: /usr/lib/jvm/java-1.6.0-sun-1.6.0.7

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
On 9-Mar-09, at 3:51 PM, John Huss wrote: Ask and you shall receive, seek and you shall find, knock and it will be opened to you. I use YUICompressor. This will minify the js and css files in the $ {dest.dir} location after the ant build (not the original files obviously). The mapper he

Re: Finding eomodels in Eclipse/WOLips

2009-03-09 Thread Mike Schrag
log a bug in the wolips jira On Mar 9, 2009, at 3:50 PM, Ricardo J. Parada wrote: How about having WOLips/Eclipse open the entity modeler in a separate window when you find the index.eomodeld? Right now it opens in the same window even though the preference for opening in a separate win

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread John Huss
Ask and you shall receive, seek and you shall find, knock and it will be opened to you. I use YUICompressor . This will minify the js and css files in the ${dest.dir} location after the ant build (not the original files obviously). The mapper here does

Re: Finding eomodels in Eclipse/WOLips

2009-03-09 Thread Ricardo J. Parada
How about having WOLips/Eclipse open the entity modeler in a separate window when you find the index.eomodeld? Right now it opens in the same window even though the preference for opening in a separate window is checked in the WOLips preferences. On Mar 9, 2009, at 2:11 PM, Mike Schrag

[OT] Need beta testers for a hosting solution

2009-03-09 Thread Pascal Robert
Hello everyone, I'm working on a WebObjects shared hosting solution and I'm seeking beta testers to try it out. wocommunity.org is running under this environment since mid-January, but since it seems most of you have different preferences for deployment, I can't test every situation :-) G

Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
Hi, I've never done any scripting via Ant but I get the vague impression that I should be able to trigger a call to minify any javascript or CSS files being built in a WebObjects Eclipse project. Does anyone have any experience doing this or could maybe recommend a good Ant tutorial for me

Re: Memory Management

2009-03-09 Thread Chuck Hill
On Mar 6, 2009, at 6:08 PM, Jeff Schmitz wrote: On Mar 6, 2009, at 7:05 PM, Chuck Hill wrote: from the Entry table, the Game table and the TeamPopup table that are associated with a single pool via joins from the pool's entries to each entry's games to each game's teams. To process 1 pool

Re: SimpleDateFormat vs [Deprecated] NSTimestampFormatter

2009-03-09 Thread Chuck Hill
On Mar 9, 2009, at 12:17 PM, Mike Schrag wrote: Wonder: ERXTimestampFormatter.dateFormatterForPattern( pattern ) I am moving my code away from using date format strings in the format bindings in my .wod and looking up old email threads about the deprecation of NSTimestampFormatter. This cla

Re: Digging up a Session object from an EOGenericRecord

2009-03-09 Thread Chuck Hill
On Mar 7, 2009, at 3:58 PM, Kieran Kelleher wrote: I have been using Role Based access control mixed with Privileges (on/off canViewThis, canEditThat, etc.), but I always get the feeling there is better ways to do this security stuff ... anyone care to share their user security strateg

Re: SimpleDateFormat vs [Deprecated] NSTimestampFormatter

2009-03-09 Thread Mike Schrag
Wonder: ERXTimestampFormatter.dateFormatterForPattern( pattern ) I am moving my code away from using date format strings in the format bindings in my .wod and looking up old email threads about the deprecation of NSTimestampFormatter. This class suggested by Kieran returns an NSTimestampForm

Re: ant build problem

2009-03-09 Thread Mike Schrag
OK, and now I'm getting this: Failed to process eclipse frameworks. when issuing "ant war" or any other target that requires a build. IIRC that means the .classpath file has not been updated to New Hotness. It could also be that a framework can't be found ... You're really just seeing the

Re: SimpleDateFormat vs [Deprecated] NSTimestampFormatter

2009-03-09 Thread Chuck Hill
On Mar 9, 2009, at 11:28 AM, David Holt wrote: On 9-Jul-08, at 10:42 AM, Kieran Kelleher wrote: Wonder: ERXTimestampFormatter.dateFormatterForPattern( pattern ) I am moving my code away from using date format strings in the format bindings in my .wod and looking up old email threads abo

Re: ant build problem

2009-03-09 Thread Chuck Hill
On Mar 9, 2009, at 11:37 AM, Dom wrote: OK, and now I'm getting this: Failed to process eclipse frameworks. when issuing "ant war" or any other target that requires a build. IIRC that means the .classpath file has not been updated to New Hotness. Chuck On Mar 8, 2009, at 11:16 AM, Dom

Re: [Wonder-disc] OpenBase / boolean / ERPrototypes

2009-03-09 Thread TW
Ricardo: I use OpenBase and have boolean columns. I have mine modeled like the first "boolean" prototype below. The prototype sets the valueType to String and uses toString() to convert the java boolean to a 5 character varchar in the database (for "false"). The result is that it actuall

Re: ant build problem

2009-03-09 Thread Mike Schrag
ant -verbose ... ant is retarded and doesn't show you the root cause by default, only the top level exception. On Mar 9, 2009, at 2:37 PM, Dom wrote: OK, and now I'm getting this: Failed to process eclipse frameworks. when issuing "ant war" or any other target that requires a build. On Mar

Re: ant build problem

2009-03-09 Thread Dom
OK, and now I'm getting this: Failed to process eclipse frameworks. when issuing "ant war" or any other target that requires a build. On Mar 8, 2009, at 11:16 AM, Dom wrote: Thank you Mike, Where should I put the woproject.jar on my local machine assuming osx? Does it matter? I currently h

Re: SimpleDateFormat vs [Deprecated] NSTimestampFormatter

2009-03-09 Thread David Holt
On 9-Jul-08, at 10:42 AM, Kieran Kelleher wrote: Wonder: ERXTimestampFormatter.dateFormatterForPattern( pattern ) I am moving my code away from using date format strings in the format bindings in my .wod and looking up old email threads about the deprecation of NSTimestampFormatter. This

Re: Finding eomodels in Eclipse/WOLips

2009-03-09 Thread Mike Schrag
Is there a way to configure Eclipse so that if finds my eomodels instead of having to hunt them down in the package explorer view with a zillion projects in it? I would think there is a way. right now, no ... the best you can do is type index.eomodeld probably in cmd-shift-r and go through t

Re: directActionURLForActionNamed produce corrupted hostname

2009-03-09 Thread Gennady Kushnir
Hello I have the same problem and this annoys me much. I seems an unexpected behavior to me to generate complete URLs including hostname when I don't ask for that. Also even when adding host name it would better take value from "host" header instead of "server_name" header. As "host" represents act

Re: Finding eomodels in Eclipse/WOLips

2009-03-09 Thread Ray Kiddy
On Mar 7, 2009, at 11:00 AM, Mike Schrag wrote: I do Command+Shift+R in Eclipse and then type the model name and it doesn't find it. Is there a way to configure Eclipse so that if finds my eomodels instead of having to hunt them down in the package explorer view with a zillion projects i

Re: eogen takeStoredValueForKey(toManyArray, relationshipName)

2009-03-09 Thread Ray Kiddy
Cool code-ness We probably want to keep this out of Project Wonder so that it can maintain its svelte code size and laser-like focus. Can't just throw any old thing in, can we now? :-) cheers - ray On Mar 5, 2009, at 12:21 PM, Kieran Kelleher wrote: In the past I have written somethin

Re: Digging up a Session object from an EOGenericRecord

2009-03-09 Thread Guido Neitzer
Yeah, ERXThreadStorage is a very nice helper. I use it all the time for small things I might need everywhere. cug On Sat, Mar 7, 2009 at 2:08 PM, Riccardo De Menna wrote: > > On 07/mar/09, at 19:32, Chuck Hill wrote: > >> I used to do that nasty EC stuff as I could not see another way.  Now th

Re: Reference Lib JARs Not Recognized

2009-03-09 Thread David Holt
Hi Drew, The new WOLips/Eclipse 3.4 that you've just upgraded to allows you to easily embed all the frameworks that you are using into your project. This way, you actually don't need to have *any* of the frameworks installed on your production box if you have "embedded" them properly in y

Re: successive email updates fail...

2009-03-09 Thread Mike Schrag
rorry about the multiple posts re AjaxUpdateContainer and Deadlock - gate...@mac.com keeps telling me this list didn't exist... That's not apple, that's some jackass mail server of someone (who I assume used to be on the mailing list) that keeps spamming the list with a bounce notification.

successive email updates fail...

2009-03-09 Thread Paul Stringer
rorry about the multiple posts re AjaxUpdateContainer and Deadlock - gate...@mac.com keeps telling me this list didn't exist... ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.ap

Re: Ajax Modal Dialog

2009-03-09 Thread Henrique Prange
Hi Ricardo, I haven't found any option to do that on the Modal Box documentation. You could make a feature request on their site [1] and this option would be added as a binding to the AjaxModalDialog. [1]http://www.wildbit.com/labs/modalbox/ Cheers, Henrique Ricardo J. Parada wrote: I'm

AjaxUpdateContainer successive updates + Deadlock

2009-03-09 Thread Paul Stringer
I'm struggling here with a deadlock situation that as far as I can see is caused by Ajax Updates. What I've done so far. Removed any traces of a shared editing context from my app to count that out. I've double checked my Wonder autolocking properties which are as below and double checked

Re: [Wonder-disc] OpenBase / boolean / ERPrototypes

2009-03-09 Thread Mike Schrag
oops ... jira ... not radar :) sorry On Mar 9, 2009, at 12:38 AM, Ricardo J. Parada wrote: Thanks Mike... Well... I went inside EOJDBCOpenBasePrototypes.plist and I replaced the definition for the intBoolean by the one for FrontBase (which I know works), except that I changed the external

Re: [Wonder-disc] OpenBase / boolean / ERPrototypes

2009-03-09 Thread Mike Schrag
please file a radar with the patch ... On Mar 9, 2009, at 12:38 AM, Ricardo J. Parada wrote: Thanks Mike... Well... I went inside EOJDBCOpenBasePrototypes.plist and I replaced the definition for the intBoolean by the one for FrontBase (which I know works), except that I changed the externa

Ajax Modal Dialog

2009-03-09 Thread Ricardo J. Parada
I'm reviewing the Wonder AjaxExample application. I think I need the AjaxModalDialogOpener and AjaxModalDialog. The opener will be inside a repetition and clicking on it will bring up the modal dialog with a form for data input, etc. Clicking Save will then close the dialog and the user

AjaxUpdateContainer successive updates + Deadlock

2009-03-09 Thread Paul Stringer
I'm struggling here with a deadlock situation that as far as I can see is caused by Ajax Updates. What I've done so far. Removed any traces of a shared editing context from my app to count that out. I've double checked my Wonder autolocking properties which are as below and double checked

AjaxUpdateContainer successive updates + Deadlock

2009-03-09 Thread Paul Stringer
I'm struggling here with a deadlock situation that as far as I can see is caused by Ajax Updates. What I've done so far. Removed any traces of a shared editing context from my app to count that out. I've double checked my Wonder autolocking properties which are as below and double checked

AjaxUpdateContainer successive updates + Deadlock

2009-03-09 Thread Paul Stringer
I'm struggling here with a deadlock situation that as far as I can see is caused by Ajax Updates. What I've done so far. Removed any traces of a shared editing context from my app to count that out. I've double checked my Wonder autolocking properties which are as below and double checked