Re: [appfuse-user] javax.servlet.ServletException: Java heap space

2008-09-29 Thread Joachim Ansorg
Hi, I think the best way to debug this is to use a profiler. I use YourKit. But a profiler like the one included with netbeans or with Java 6u7 should work as well, I guess. Or use jconsole from the java sdk, which should work as well. Regards, Joachim Dear Team, I tried hard for this heap s

[appfuse-user] javax.servlet.ServletException: Java heap space

2008-09-29 Thread BruceLee
Dear Team, I tried hard for this heap space issue for several days. Also searched this forum but couldn't find the proper answer. On my hosting server, I got this error after I viewed 2 or 3 pages. My main page is always OK though. I tried JAVA_OPTS -Xms128m -Xmx512m -Xss1024k -XX:MaxPermSize=12

[appfuse-user] Logging in user as part of a test case: struts 2 modular

2008-09-29 Thread Jukka Välimaa
Hi all, Does anybody know of a way to simulate the user being logged in with certain username in appfuse web-side test cases? Jukka

Re: [appfuse-user] Spring Session Scope bean

2008-09-29 Thread stelios
The problem seems to be how XFire works with spring's session scoped beans. In my stack trace this line are interesting. at org.codehaus.xfire.spring.SpringUtils.getUserTarget(SpringUtils.java:21) at org.codehaus.xfire.spring.remoting.Jsr181HandlerMapping.processBeans(Jsr181HandlerMapping

Re: [appfuse-user] how to show roles in userList.jsp

2008-09-29 Thread overseastars
Hi Peter I checked the link but I didnt understand where i can write my decorator. should I write a new class to extends some default decorators? I actually tried to write but I even couldnt find any useful and extensible classes. What are the basic steps??? Thanks Regards Peter Schneider-

Re: [appfuse-user] how to show roles in userList.jsp

2008-09-29 Thread Peter Schneider-Manzell
I would suggest to add the "roles" attribute to the display:table in userList.jsp. Add a custom decorator on the roles column to tell displaytag how to renderer a collection of roles (See http://displaytag.sourceforge.net/11/tut_decorators.html for more details) Bye, Peter 2008/9/29 overseastars