Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-03-01 Thread Pai911
thank you Howard! Jessek wrote: > > Wasn't my idea, thank Howard for figuring it out. ;) > > On Fri, Feb 29, 2008 at 10:19 AM, Pai911 <[EMAIL PROTECTED]> wrote: >> >> For those who encountered this issue >> >> This issue ,as said by Jessek, is solved by "not" sharing Tapestry >> related >>

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-29 Thread Jesse Kuhnert
Wasn't my idea, thank Howard for figuring it out. ;) On Fri, Feb 29, 2008 at 10:19 AM, Pai911 <[EMAIL PROTECTED]> wrote: > > For those who encountered this issue > > This issue ,as said by Jessek, is solved by "not" sharing Tapestry related > library between multiple > > Tapestry applicatio

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-29 Thread Pai911
For those who encountered this issue This issue ,as said by Jessek, is solved by "not" sharing Tapestry related library between multiple Tapestry application. Thank you Jessek! Jessek wrote: > > I think that Howard may have finally solved this mystery for us in > this JIRA ticket https://i

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-25 Thread Jesse Kuhnert
I think that Howard may have finally solved this mystery for us in this JIRA ticket https://issues.apache.org/jira/browse/TAPESTRY-2055 . The summary of which is that it's an issue with how OGNL uses static class state for certain things (like class resolvers), which may trip applications up that

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-24 Thread Pai911
I forgot to mention that I am running "one web app" with two Tapestry servlets each with different path pattern The dir structure is like this tapestryadm.application tapestryapplication.application tapestryadm --page --component --hivemodule.xml tapestryapplication --page --co