On 05/11/2009, at 7:23 PM, WebObjects - Anazys wrote:

WO 5.3 and Wonder 5.0.0.9537
I do it a different way and I think it's currently working :

What do you mean by 'you think' it's working? :-)
Are you getting YourApplication#_rewriteURL called or not?

- I add a call to finishInitilization() in my Application() initialization
        - I put this method in Application.java :
                public void finishInitilization(){
                        super.finishInitialization();
setContextClassName (my.application.framework.ERXWOServletContext.class.getName());
                }
- And I create a ERXWOServletContext class wich extends WOContext and override _urlWithRequestHandlerKey.

I don't think I'm doing something wrong. Can you confirm that ?

What you're doing will have the same effect. The installPatches callback of Wonder is, however, the intended place for such things.

with regards,
--

Lachlan Deck

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to