Re: HUGE BUG - MEMORY LEAK IN TAPESTRY 3.0.3!!! - PLEASE SUPPORT

2005-06-22 Thread Tomas Jucius
ode related to Introspector and OGNL is holding > onto references to outdated classes. > > On 6/21/05, Michael Musson <[EMAIL PROTECTED]> wrote: > > On 6/17/05, Tomas Jucius <[EMAIL PROTECTED]> wrote: > > > But after a lot of resets jvm memory becomes

Re: HUGE BUG - MEMORY LEAK IN TAPESTRY 3.0.3!!! - PLEASE SUPPORT

2005-06-20 Thread Tomas Jucius
ut the pool? > > Geoff > > On 6/20/05, Tomas Jucius <[EMAIL PROTECTED]> wrote: > > The Java Language Specification allows for the unloading of classes.. > > And it is done during garbage collection... > > > > So it is tapestry bug.. > > > > On

Re: HUGE BUG - MEMORY LEAK IN TAPESTRY 3.0.3!!! - PLEASE SUPPORT

2005-06-20 Thread Tomas Jucius
The Java Language Specification allows for the unloading of classes.. And it is done during garbage collection... So it is tapestry bug.. On 6/20/05, Robert Zeigler <[EMAIL PROTECTED]> wrote: > Tomas Jucius wrote: > > Here what I have found.. I can't develop my pro

HUGE BUG - MEMORY LEAK IN TAPESTRY 3.0.3!!! - PLEASE SUPPORT

2005-06-17 Thread Tomas Jucius
HAS NO REDIRECTION LIMIT.. AND YOU CAN SET MAX MEMORY PROPERTY TO: -Xmx3M IF THEREIS NO ANY COMPONENT in page when it is not leaking (so I put this insert).. So maybe of component specifications it is leaking? Used profiler.. I didn't see growing any tapestry object only java.ut

Reset service Question?

2005-06-14 Thread Tomas Jucius
How could I activate Reset service in java code? Also is it possible to reset only one page? Best Regards.. Tomas Jucius - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

activate service link?

2005-06-13 Thread Tomas Jucius
how to activate service link from source? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bug in RequestContext ???? Tapestry 3.0.3

2005-06-09 Thread Tomas Jucius
he 2 or 3 > lines). It certainly wouldn't break anything, would it? > > > -Original Message- > > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 08, 2005 9:52 PM > > To: Tapestry users; Tomas Jucius > > Subject

Bug in RequestContext ???? Tapestry 3.0.3

2005-06-08 Thread Tomas Jucius
I'd like to ask again.. It's important for my project.. Then the request is form/multipart-data, why I can't still access service name? Shouldn't this method return service name in both situations? public String getParameter(String name) { IMultipartDecoder decoder = getDecoder(

Re: reset service for only one page?

2005-06-08 Thread Tomas Jucius
Persistent properties are persistent properties.. I need to reload all page's template. - all components and etc..:) On 6/8/05, Robert Zeigler <[EMAIL PROTECTED]> wrote: > Tomas Jucius wrote: > > @[EMAIL PROTECTED] service discards all cached data.. > > > > B

reset service for only one page?

2005-06-08 Thread Tomas Jucius
@[EMAIL PROTECTED] service discards all cached data.. But I need to reset only one page:).. Is it possible somehow to reset cached data of only ONE page? Have any suggestions? - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Bug in RequestContext ???? Tapestry 3.0.3

2005-06-02 Thread Tomas Jucius
Then the request is form/multipart-data, why I can't still access service name? Shouldn't this method return service name in both situations? public String getParameter(String name) { IMultipartDecoder decoder = getDecoder(); if (decoder != null) return decoder

web.xml definitions or spindel bug?!

2005-05-27 Thread Tomas Jucius
I have such web.xml definition.. With two servlets.. Spindle throws parse error.. And autocomplition stops working.. What could be wrong? Or just spindle bug? name redirect org.apache.tapestry.RedirectFilter redirect / first

Re: multiple servlets - visit object needs to know

2005-05-19 Thread Tomas Jucius
I solved it:).. If interesting i did it so: in the servlet class overwrode method createEngine and set some properties to engine... and in engine class overwrode method createVisit and set some properties to visit... On 5/19/05, Tomas Jucius <[EMAIL PROTECTED]> wrote: > In web.xml

multiple servlets - visit object needs to know

2005-05-19 Thread Tomas Jucius
In web.xml I defined several servlets... All servlets are using the same visit object.. Problem: How can visit object know for which servlet it is being created? I need to do some special stuff during visit initiliziation for different servlets..

Is it possible in tapestry - assets at runtime?

2005-05-19 Thread Tomas Jucius
I explain situation: Have menu items - component. All items are defined in *.properties file.. In that file I define: page name(tapestry page name), title(title for user), icon (icons that wraps link)... All menu items are components what take asset.. So is there any solution without definin