Re: WODirectConnectEnabled false resource paths problem

2010-05-03 Thread David LeBer
On 2010-05-03, at 10:48 PM, Clark Mueller wrote: > Where are you setting WODirectConnectEnabled? If you're setting this in a > properties file somewhere, that value may be getting overridden by an > argument or one of the "WO" flags in your launch configs, particularly if > your Eclipse 3.5 wo

Re: WODirectConnectEnabled false resource paths problem

2010-05-03 Thread Chuck Hill
On May 3, 2010, at 7:35 PM, David LeBer wrote: On 2010-05-03, at 10:18 PM, Chuck Hill wrote: The only thing that comes to mind is the Wonder development mode setting in Properties. If you mean er.extensions.ERXApplication.developmentMode=true... I tried that. Yes, that is what I mean.

Re: WODirectConnectEnabled false resource paths problem

2010-05-03 Thread David LeBer
On 2010-05-03, at 10:18 PM, Chuck Hill wrote: > The only thing that comes to mind is the Wonder development mode setting in > Properties. If you mean er.extensions.ERXApplication.developmentMode=true... I tried that. > That said, I am still a 3.4 luddite. And so it seems, am I :-) > > Chuck

Re: WODirectConnectEnabled false resource paths problem

2010-05-03 Thread Chuck Hill
The only thing that comes to mind is the Wonder development mode setting in Properties. That said, I am still a 3.4 luddite. Chuck On May 3, 2010, at 6:55 PM, David LeBer wrote: This is a little weird, After the tweets yesterday, I figured I should probably try moving to a more modern v

WODirectConnectEnabled false resource paths problem

2010-05-03 Thread David LeBer
This is a little weird, After the tweets yesterday, I figured I should probably try moving to a more modern version of Eclipse/WOLips - meaning Eclipse 3.5 Carbon. When I run my apps in the new tools with WODirectConnectEnabled false I get deployment style resource paths: On my old (Eclipse

Re: secure binding

2010-05-03 Thread Chuck Hill
On May 3, 2010, at 2:26 PM, David Griffith wrote: Hi all, When you click certain buttons on my website, I want a secure URL returned. I have set the secure=true binding and the page does get returned using the https:// url instead of http:// but I have a question. It's not so much of a

Re: back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-03 Thread Chuck Hill
On May 3, 2010, at 5:38 PM, Baiss Eric Magnusson wrote: I have an Owner, the Owner has many Transactions. I need an ERXBatchingDisplayGroup of all the Owner's Transactions between two dates. The fetch spec of the Display Group is date >= $startMonth and date < $endMonth In the

back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-03 Thread Baiss Eric Magnusson
I have an Owner, the Owner has many Transactions. I need an ERXBatchingDisplayGroup of all the Owner's Transactions between two dates. The fetch spec of the Display Group is date >= $startMonth and date < $endMonth In the pages Constructor I used: ... public ERXBatchingDispla

Getting Started With ERRest / Authentication Question

2010-05-03 Thread Johnny Miller
Hi, I'm a little confused on this topic and I'm wondering if there is a best practice recommendation. If I'm using ERXRouteRequestHandler to add the routes to the application's request handler is there a way to bind the authentication delegate? Or should I just implement my own security logic

[JOB] Global Village Consulting (Chuck) looking for WO developer

2010-05-03 Thread Chuck Hill
Hi, We want to add another WebObjects developer to our staff. Is anyone out there interested? What I am looking for I'd prefer someone more senior to less senior in terms of overall IT experience. I'd prefer someone with enough experience to lead a multi- person development team. I'd l

secure binding

2010-05-03 Thread David Griffith
Hi all, When you click certain buttons on my website, I want a secure URL returned. I have set the secure=true binding and the page does get returned using the https:// url instead of http:// but I have a question. It's not so much of a problem as an inconsistency. If you go to the website h

Re: Getting Started with ERRest / Could not initialize class er.rest.format.ERXRestFormat error

2010-05-03 Thread David Avendasora
Hi Johnny, Sorry it's taken me so long to respond, Yeah, Library/Java/Extensions is really only to be used for things that extend the JRE itself, like JDBC drivers. Even then I tend to put them in my project so I know which version that the app will _always_ use. You don't need the source-code

Re: [Success] Eclipse/WOLips Development IP change and now "can't find server"

2010-05-03 Thread Chuck Hill
On May 3, 2010, at 8:55 AM, Baiss Eric Magnusson wrote: Found it... Tell wotaskd to Use Localhost Too Edit /System/Library/WebObjects/JavaApplications/wotaskd.woa/ Contents/Resources/Properties I think the migration is complete, applications are developable. Don't know why that line wasn't

Re: Old 5.2.1 Bug

2010-05-03 Thread Guido Neitzer
Yes, as far as I'm aware this is still true. Take care, Guido On 3. May, 2010, at 10:03 , Jeffrey Simpson wrote: > I am upgrading my application to 5.4. I came across the following statement > in my Application class: > > /** >* All interaction with the application starts here. This is

Old 5.2.1 Bug

2010-05-03 Thread Jeffrey Simpson
I am upgrading my application to 5.4. I came across the following statement in my Application class: /** * All interaction with the application starts here. This is the outermost call we * interact with. There is a bug in WO through at least 5.2.1 that allows throwing of * an ex

Re: [Success] Eclipse/WOLips Development IP change and now "can't find server"

2010-05-03 Thread Baiss Eric Magnusson
Found it... Tell wotaskd to Use Localhost Too Edit /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties I think the migration is complete, applications are developable. Don't know why that line wasn't there, is this file over-written by someone? In another part