Re: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-07 Thread Hubert Rabago
On 11/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Hubert, > > Thanks for the suggestion. I tried the second option > > 2) Override the default ActionMapping class and set its default "scope" > value to request. > > Extended the ActionMapping class and in the CustomActionMapping > cons

RE: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-07 Thread khan.sajid
however is there any known issues in using this method OR Anything else also needs to done Thanks Sajid -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 8:31 PM To: Struts Users Mailing List Subject: Re: "Configuration is fro

Re: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread Hubert Rabago
ended the > RequestProcessor class as below > > > 1.Is there any workaround to avoid the "Configuration is frozen" > exception This happens when you try to change objects configured through struts-config after the application has started up. > 2.Is there any better wa

Re: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread Frank W. Zammetti
uot;); > } > return actionMapping; > > However I get the exception at actionMapping.setScope("request"); > > java.lang.IllegalStateException: Configuration is frozen > > > I tried looking at the struts mailing list, The cause of the exception > is mentioned , howe

"Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread khan.sajid
ionMapping; However I get the exception at actionMapping.setScope("request"); java.lang.IllegalStateException: Configuration is frozen I tried looking at the struts mailing list, The cause of the exception is mentioned , however no workaround is suggested, My questions are 1.Is the

configuration is frozen

2004-08-19 Thread Thomas Burns
I am in the process of finalizing a move to Struts 1.1 under Tomcat 5 and am having problems getting our unit test servlet running properly - I am getting a "java.lang.IllegalStateException: Configuration is frozen" error. The source of the problem seems to be how we define our contexts