App server has no exception other than OutOfMemory...

On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> Can you send in the stack-trace?
>
> regards,
>
> Martin
>
> On 1/31/06, Onur Tokan <[EMAIL PROTECTED]> wrote:
> > Simply I got the problem,
> >
> > I am using 1.1.1 build jars for myfaces-api and myfaces-impl with the
> > latest nightly build of tomahawk. When I updated my api and impl with
> > nightlies it works. No NULLs appear. It's great :) thanks.
> >
> > However I am using the following code to break the jsf lifecyle and
> > rerender the view which is very vital for my application.
> >
> > LifecycleFactory factory = (LifecycleFactory)
> > FactoryFinder.getFactory(FactoryFinder.LIFECYCLE_FACTORY);
> > Lifecycle lifecycle = 
> > factory.getLifecycle(LifecycleFactory.DEFAULT_LIFECYCLE);
> > lifecycle.execute(iasWebCommon.getFacesContext());
> >
> > This code WORKS with the stable realese but NOT with this nightly. It
> > causes infinite rendering loops.
> >
> > Regards,
> >
> > Onur
> >
> >
> >
> >
> >
> >
> > On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > > Ok, I checked again,
> > >
> > > and I know where the null is coming from - the MyFaces javascript is
> > > not generated, and this is due to the fact that ViewTag.endTag is
> > > never called, which leads me to the assumption that you use facelets?
> > >
> > > regards,
> > >
> > > Martin
> > >
> > >
> > >
> > > On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > > > Grrrr, what a bug...
> > > >
> > > > I've tried out the MyFaces examples - even with JsCookMenu and with
> > > > tree2, and I don't see this null. I wonder what is different in your
> > > > setup!
> > > >
> > > > Are you using facelets? Are you using the RI? Are you using ADF faces?
> > > >
> > > > Just trying to shoot into the dark here ;)
> > > >
> > > > regards,
> > > >
> > > > Martin
> > > >
> > > > On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote:
> > > > > sorry...
> > > > > but it is strange....
> > > > > the component who I add right before the end tag </body> dissapeared
> > > > > and the first component added is in the location before 'null' and
> > > > > </body>
> > > > >
> > > > > On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote:
> > > > > > is rendered before, but a 'null' is rendered more before.......
> > > > > > The end of document page is like this...
> > > > > > <input text here> </form> null</body> </html>
> > > > > >
> > > > > > On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > > > > > > Do you use client-side or server side-state-saving?
> > > > > > >
> > > > > > > if you put an <h:inputText> field right before the body end, is it
> > > > > > > rendered after or before?
> > > > > > >
> > > > > > > regards,
> > > > > > >
> > > > > > > Martin
> > > > > > >
> > > > > > > On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote:
> > > > > > > > I'm using the Myfaces nightly build of  30 january.....
> > > > > > > >  After I have configured the MyFaces Extension Filter in the 
> > > > > > > > xml file, a
> > > > > > > > 'null' is wireted at bottom of all pages....
> > > > > > > >
> > > > > > > >  What is happening?
> > > > > > > >  Thanks.
> > > > > > > >
> > > > > > > >  Ps: just once, not a 'null' , but a textfield was redered...
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > http://www.irian.at
> > > > > > >
> > > > > > > Your JSF powerhouse -
> > > > > > > JSF Consulting, Development and
> > > > > > > Courses in English and German
> > > > > > >
> > > > > > > Professional Support for Apache MyFaces
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Dudu
> > > > > > `P
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Dudu
> > > > > `P
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > http://www.irian.at
> > > >
> > > > Your JSF powerhouse -
> > > > JSF Consulting, Development and
> > > > Courses in English and German
> > > >
> > > > Professional Support for Apache MyFaces
> > > >
> > >
> > >
> > > --
> > >
> > > http://www.irian.at
> > >
> > > Your JSF powerhouse -
> > > JSF Consulting, Development and
> > > Courses in English and German
> > >
> > > Professional Support for Apache MyFaces
> > >
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>

Reply via email to