Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-05 Thread Ramsey Lee Gurley
On May 5, 2010, at 10:42 PM, Ken Anderson wrote: > All, > > We're in the midst of converting some WO apps from 5.3.3 to 5.4.3. > Everything works well in Eclipse, but when we deploy to tomcat 5.5 via a .war > file, the app basically does nothing. Remote debugging shows that the > Applicatio

Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-05 Thread Ken Anderson
All, We're in the midst of converting some WO apps from 5.3.3 to 5.4.3. Everything works well in Eclipse, but when we deploy to tomcat 5.5 via a .war file, the app basically does nothing. Remote debugging shows that the Application constructor gets called, but the notification center never fi

Re: Custom EOSortOrdering for a WODisplayGroup

2010-05-05 Thread Paul Hoadley
On 05/05/2010, at 4:17 PM, Johann Werner wrote: > if you want to write your own comparator look at ERXComparisonSupport from > Wonder how it should be written. Unfortunately you have to register your > comparator for a specific class type (e.g. String.class) so it is used > automatically in pla

Re: EOModelDoc: Can I get a timestamp in the output?

2010-05-05 Thread Paul Hoadley
Hi Mike, On 06/05/2010, at 1:10 AM, Mike Schrag wrote: > the wolips project templates use ${Date}, but that might be injected by the > generator into the velocity context. if that doesn't work, let me know and I > can bind a date variable into it in eomodeldoc, too. "${Date}" is being passed t

Re: REST Authentication

2010-05-05 Thread Kieran Kelleher
Actually, the authentication part (and "which approach" discussion/decision with stake-holder) has not been implemented yet. But it is in the TODO pipeline, and not at the top of the TODO list yet. On May 5, 2010, at 5:28 PM, Johnny Miller wrote: > Hi Kieran, > > I was searching my email on th

Re: REST Authentication

2010-05-05 Thread Johnny Miller
Hi Kieran, I was searching my email on this topic and I found this thread. Would you be willing to share your solution that you ended up using for wiring the Rest server to your Cappuccino app? Thanks, Johnny On Mar 19, 2010, at 3:28 PM, Kieran Kelleher wrote: > Actually, I like API keys m

Re: secure binding

2010-05-05 Thread Cheong Hee Ng
i should have mentioned the request headers, not session headers. Thanks. On Wed, May 5, 2010 at 11:58 PM, Chuck Hill wrote: > > On May 5, 2010, at 1:32 AM, Cheong Hee wrote: > > Just to ensure i don't pretend to understand well... >> What are the headers of each page, you meant session headers

Re: WODirectConnectEnabled false resource paths problem

2010-05-05 Thread David LeBer
On 2010-05-04, at 9:39 AM, Kieran Kelleher wrote: > FWIW, I have no problems with dev resource URLS and I just checked two > separate application dev environments right just now: > > 1) Eclipse 3.5.1 Carbon, WOLips 3.5.6409, WebObjects 5.3.3 > > 2) Eclipse 3.5.1 Carbon, WOLips 3.5.6031, WebObj

Re: secure binding

2010-05-05 Thread Simon
apache config - look for ServerName setting. simon On 3 May 2010 22:26, 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:/

Re: secure binding

2010-05-05 Thread Chuck Hill
On May 5, 2010, at 1:32 AM, Cheong Hee wrote: Just to ensure i don't pretend to understand well... What are the headers of each page, you meant session headers or some attributes defined for secured pages? The HTTP headers. See context().request().headers() You need to check the header

Re: EOModelDoc: Can I get a timestamp in the output?

2010-05-05 Thread Mike Schrag
the wolips project templates use ${Date}, but that might be injected by the generator into the velocity context. if that doesn't work, let me know and I can bind a date variable into it in eomodeldoc, too. ms On May 5, 2010, at 3:44 AM, Paul Hoadley wrote: > Hello, > > I've been generating so

EOModelDoc: Can I get a timestamp in the output?

2010-05-05 Thread Paul Hoadley
Hello, I've been generating some model documentation with EOModelDoc. I would like to get a "last generated"-type timestamp into the output. I am a Velocity novice, but I take it I'm confined to using the properties defined here: http://wiki.objectstyle.org/confluence/display/WOL/Velocity+Gen

Re: secure binding

2010-05-05 Thread Cheong Hee
Just to ensure i don't pretend to understand well... What are the headers of each page, you meant session headers or some attributes defined for secured pages? You need to check the headers on each page that should be SSL protected to ensure that access was from an https URL. If not, redire