Re: Pattern and Replace for Application URL
Re: Pattern and Replace for Application URL
- Subject: Re: Pattern and Replace for Application URL
- From: Lachlan Deck <email@hidden>
- Date: Mon, 28 Jun 2010 17:14:58 +1000
On 27/06/2010, at 10:40 PM, Farrukh Ijaz wrote:
> Hi Lachlan,
>
> Thanks for your help. This is for sure, I'm getting the instance of WOServletContext at runtime. I didn't put the log statements you mentioned but I'm running my GlassFish instance in debug mode and inspecting values through remote debugging.
>
> How can I switch to 5.4.3?
If you're using maven -- just update your pom. Otherwise, others can help :)
But there's no need for you to do so for this fix.
> I've downloaded Wonder Frameworks from Wonder-Frameworks.tar Do if this contains the right classes, do I need to do something special to enable them?
>
> This is where I'm calling intallPatches() method.
>
> @Override
> public void finishInitialization() {
> NSLog.out.appendln("Installing Wonder Patches...");
> installPatches();
> NSLog.out.appendln("Wonder Patches Installed!");
> super.finishInitialization();
> }
No, no, no! :) Install patches is already called automatically by Wonder (assuming you're using Wonder). Just override the method as mentioned.
@Override
public void installPatches() {
...
}
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden