ConcurrentModificationException under Jetty

2007-06-13 Thread Laurie Harper
I just upgraded various library dependencies in a project I'm working on, and am now getting the exception shown below on every request, but only when running under Jetty (via the Maven2 plugin). The same app runs fine under Tomcat. Is Shale doing anything in afterRenderResponse() that it s

Re: Dumb newbie question about using test framework

2007-06-13 Thread George Harley
Hi Rahul, So the JSF 1.2 mock classes only get loaded if there is a JSF 1.2 runtime detected ? Is that how the code for the mock factory is supposed to work ? Best regards, George Rahul Akolkar wrote: On 6/13/07, George Harley <[EMAIL PROTECTED]> wrote: Hi Craig, Thanks for the response

Re: URL Masking

2007-06-13 Thread Craig McClanahan
On 6/13/07, Sudhanshu Ojha <[EMAIL PROTECTED]> wrote: Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Shale itself extends ViewHandler functionality[1], so you

Re: Dumb newbie question about using test framework

2007-06-13 Thread Rahul Akolkar
On 6/13/07, George Harley <[EMAIL PROTECTED]> wrote: Hi Craig, Thanks for the response and for kindly not drawing attention to the fact that I claimed to be seeing a NPE but gave the stack trace for a NoClassDefFoundError. It was late... So, yes, as you point out it does seem to be a JSF 1.1/1.

Re: Dumb newbie question about using test framework

2007-06-13 Thread George Harley
Hi Craig, Thanks for the response and for kindly not drawing attention to the fact that I claimed to be seeing a NPE but gave the stack trace for a NoClassDefFoundError. It was late... So, yes, as you point out it does seem to be a JSF 1.1/1.2 issue. The application I am trying to test is 1.

re: URL Masking

2007-06-13 Thread Sudhanshu Ojha
Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Thanx Sudhanshu Sudhanshu, A very straig