AW: JasperException: PermGen space

2008-02-04 Thread René Günther
Extend your PermGen. But the garbage collector is not working well for PermGen as far as I know. So after some redeploys PermGen will strike back: http://my.opera.com/karmazilla/blog/2007/03/13/good-riddance-permgen-outofme moryerror At least I got the problem that I always end up this exception

Re: [tobago] Seam integration

2008-02-04 Thread Stojan Peshov
Seam Example could not be deployed, antlr was missing... I've added dependency groupIdantlr/groupId artifactIdantlr/artifactId version2.7.6/version /dependency and deployed it successfully on Tomcat 6.0.14 Does this means that tobago is finally working with Seam?

Re: Where to get latest snapshots?

2008-02-04 Thread David Delbecq
En l'instant précis du 01/02/08 07:58, simon s'exprimait en ces termes: On Thu, 2008-01-31 at 23:41 +0100, david delbecq wrote: simon a écrit : On Thu, 2008-01-31 at 14:15 -0800, Val Blant wrote: Simon Kitching-4 wrote: Frankly, though, I would recommend to

RE: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-02-04 Thread Damon Weyant
Another quick suggestion: I was comparing the list of JAR files you have in your application compared to the applications we have up and running in WebSphere...we have the commons-el-1.0.jar file in our WEB-INF/lib folder, but that Jar file was not included in your list of JARs in your

Re: Portlet Environment and Orchestra

2008-02-04 Thread Scott O'Bryan
Hey Marcus, I haven't had a chance to check out the orchestra code, but I noticed this was in a call to getInstance. It's possible that if the Orchestra code is trying to pull the conversion Manager from the thread local that this is the problem. In a portal environment, Faces runs in a

RE: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-02-04 Thread mchandir
yes i tried including the jar you mentioned no luck :-( would you be able to confirm that when u deployed in WAS 5.1.x what version of WAS you were using? What was the enterprise application classloader mode? what was the WAR classloader policy? and what was the webmodule's Classloader mode?

No serialized view found in session!

2008-02-04 Thread David
Hi, We have found this error debugging an application: No serialized view found in server session!. Can anybody give us some information about why this error would fire? We found this error after switching from client state saving to server state saving method, but we don't know if this is the

Portlet Environment and Orchestra

2008-02-04 Thread markus.g
Hi all, currently we're prototyping a portlet application (liferay 4.33) with orchestra , JPA (Hibernate) and myFaces 1.1.5. In a pure servlet container (tomcat 5.5) everything works fine. In the portlet environment, the conversation manager throws a NullPointerException. Caused by:

what is this thing?

2008-02-04 Thread Łukasz Budnik
Hi All! What a strange error occurred to me when I tried to run a simple web app (MyFaces version 1.1.5 - available at http://myfaces.apache.org/download.html) on Apache Tomcat 6.0.14: Unable to convert string JavaServer Faces to class javax.el.ValueExpression The web page that triggered this

Re: A question about integration of JSF and Spring

2008-02-04 Thread Laurie Harper
See also Spring's own documentation: http://static.springframework.org/spring/docs/2.5.x/reference/webintegration.html#jsf and, linked from there: http://jsf-spring.sourceforge.net/ or just try:

[Tomahawk] Bug - Could not find class for name: tree2.HtmlTreeRenderer

2008-02-04 Thread Łukasz Budnik
Hi All, I'm using Tomahawk 1.1.7-SNAPSHOT, I am trying to use the t:tree2 / component but I get this strange error: ClassNotFoundException: tree2.HtmlTreeRenderer Looking at the API: http://myfaces.apache.org/tomahawk/tree2.html - there is a class:

html table with fixed headers and scrollable rows?

2008-02-04 Thread CL
Hi All, Is there a way for tomahawk data tables to get fixed headers and scrollable rows like the one shown at this URL: http://www.imaputz.com/cssStuff/bigFourVersion.html# or at http://www.cssplay.co.uk/menu/tablescroll.html Any help is appreciated. Thanks.

Re: html table with fixed headers and scrollable rows?

2008-02-04 Thread Grant Smith
Yes, use the following CSS: div.tableContainer { clear: both; border: 1px solid #963; height: 505px; overflow: hidden; width: 976px } div.tableContainer thead tr { position: relative; display: block; width: 960px; } div.tableContainer tbody { display: block;

inputHtml

2008-02-04 Thread Ken McArthur
Attempting to upgrade from myfaces 1.1.5 to 1.2.2 and all works great except for inputHtml. Using myfaces 1.2.2, tomahawk 1.1.6, facelets 1.1.13. Get the following exception in the rendering facelets phases: Caused by: java.lang.ClassCastException: java.lang.Class at

[TRINIDAD] tr:tree, not retaining the focus upon node collapse or expansion

2008-02-04 Thread Ravindra Adireddy
Hi all When i collapse or expand a node by using tab key and pressing enter (don't use mouse), the focus goes to top of the page instead of retaining the focus on same node. Any one know why it is not retaining the focus on same node, please help me. I am using trinidad 1.2.5. when i