• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Pattern and Replace for Application URL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Pattern and Replace for Application URL (From: Farrukh Ijaz <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Kieran Kelleher <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Kieran Kelleher <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Farrukh Ijaz <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Lachlan Deck <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Farrukh Ijaz <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Lachlan Deck <email@hidden>)
 >Re: Pattern and Replace for Application URL (From: Farrukh Ijaz <email@hidden>)

  • Prev by Date: exporting to excel
  • Next by Date: Re: PHP Decryption
  • Previous by thread: Re: Pattern and Replace for Application URL
  • Next by thread: D2W How does one use a variable in the RHS of a rule?
  • Index(es):
    • Date
    • Thread