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
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
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
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
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]
how to activate service link from source?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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(
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
@[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
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
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
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
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..
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
15 matches
Mail list logo