[jboss-user] [JBoss Portal Users] - How to activate complete edit profile portlet

2009-11-11 Thread TdeVos09
Hello, I am using JBoss Portal 2.7.0-GA and have problems with the IdentityAdminPortlet. If I log in via admin and want to edit the user profiles the 2.7.0 portlet only show Username, E-Mail and Password. How can I switch to the complete user profile editor with Time zone offset, Theme,

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-06-17 Thread TdeVos09
Thanks for your reply. But the problem isn't the size of the perm gen. The problem is, that the classes within the permGen won't release after they are no longer needed. So the PermGen will grow, grow and grow till you get a permGen Exception. Right now we handle the issue by doing a jojo of

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-06-17 Thread TdeVos09
Sorry for my short uncleared explanation. When we do a hot undeploy of an portlet (In case of updating it) and deploy the newer version the classes of the old version won’t release from the perm Gen. View the original post :

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-06-17 Thread TdeVos09
Hi, what we researched was a blog entry from Frank Kiviet (http://blogs.sun.com/fkieviet/entry/how_to_fix_the_dreaded). The examples he used could we completly reproduce. But the result isn't a bug in JDK... View the original post :

[jboss-user] [JBoss Portal] - Add content to CMS via Portlet dynamicly with Java

2009-05-18 Thread TdeVos09
Hi, I am generating such files (PDF, XLS or somthing else) with Java dynamicly in a Portlet. Now I want to store the generated file out of the portlet in the CMS-Content in a given folder. Can anyone give me a solution how I can access the CMS-Content from a binding bean underneath a rich

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-03-09 Thread TdeVos09
We updated our JDK to 1.6.0_12 but we still get these errors. Is this a known error in Portal or Jboss itself? Thanks in advance. Thorsten View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216262#4216262 Reply to the post :

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-01-28 Thread TdeVos09
Thanks for your reply, but JRockit is not an option, as JRockit will load the classes in the heap memory. But the classes won't be unloaded too. The heap space grows dynamicly. But the perm Gen from the JDK doesn't grow. Regards Thorsten View the original post :

[jboss-user] [JBoss Portal] - Failover of Portal and portlets

2009-01-28 Thread TdeVos09
Hi, as advised in the reply of the original post, I would like to post a link to the Clustering Forum. In a nutshell my problem is the behaviour of the portal/portlets in Clustered enviroment, after a node is down. http://www.jboss.com/index.html?module=bbop=viewtopict=149345 Thanks Thorsten

[jboss-user] [Clustering/JBoss] - Fail Over of an Web App

2009-01-27 Thread TdeVos09
Hi All, our Cluster looks like the following: Two JBoss AS 4.2.3 with Portal 2.7.1 (clustered binaries) behind two Apache LoadBalancers 2.2.3 with mod_JK 1.2.18. The Loadbalancing is workinging fine. But I hava a problem with the Failover. If I'm in a WebApp and then shutdown the Jboss I'm

[jboss-user] [JBoss Portal] - PermGen Space exception

2009-01-26 Thread TdeVos09
Hi all, first our environment: We are using JBoss AS 4.2.3 with the Jboss Portal 2.7.1. and JDK 1.6.0_11. Excuse me if i picked the wrong thread. In development we had the following problem. After a couple of deployments and undeployments JBoss is throwing a PermGen Space exception. We found