[jboss-user] [JBoss Portal] - JBoss portal performance: (Portal)templatePortal.copy(dashbo

2009-08-11 Thread Vineet_Tripathi
Hi All, We are using JBoss portal 2.7.2 and have replaced its portal-core-lib.jar with the latest Fixes from portal SVN. Using the SVN fix worked for following method call dashboardContext.getPortal(userId) We are now facing issue with call to | (Portal)templatePortal.copy(dashboardCon

[jboss-user] [JBoss Portal] - Re: How to share session data between portlets

2009-07-26 Thread Vineet_Tripathi
Insted of using portletSession, you can use HttpSession object to store such information, try this code snippet: | | import javax.security.jacc.PolicyContext; | import javax.security.jacc.PolicyContextException; | import javax.servlet.http.HttpServletRequest; | import javax.servlet.ht

[jboss-user] [JBoss Portal] - Re: Creating a theme

2009-07-24 Thread Vineet_Tripathi
The obvious reason that i can see here is: JBoss portal ThemeService will show all the themes as available themes that you have mentioned in your portal-themes.xml. So, I guess you are having same entries in 2 different portal-themes.xml, placed in 2 different application in your deploy direc

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-12 Thread Vineet_Tripathi
The following is the reason for writing a custom implementation: we wanted to assign a set of pages with a set of portlets to a user group. So, we wanted to have different user groups and then assign each group a set of pages and give them personalization feature to add more pages of their choic

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-07 Thread Vineet_Tripathi
Downloaded 2.7.2-GA released code, build and deploy (with hypersonic database, show sql set to true, log statements as specified by vivek) created 5 users, went to there dashboard, verified in db the no of dashboards created: | select count(1) from JBP_OBJECT_NODE where PARENT_KEY = 8 | COU

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-07 Thread Vineet_Tripathi
JBoss-portal-2.7.2-GA Notes says, * [JBPORTAL-2281] - Perf issue when many user dashboard is it the same issue we are looking to, have some one verified for the scenario mentioned by Vivek with latest 2.7.2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-07 Thread Vineet_Tripathi
checked out the latest code from SVN, build and deploy (with hypersonic database and Ehcache, show sql set to true, log statements as specified by vivek, Non clustered server ) created 4 users, went to there dashboard, verified in db the no of dashboards created: | select count(1) from JBP_O

[jboss-user] [JBoss Portal] - Re: multiple JBP instance + 1 DB (only one db)

2009-02-23 Thread Vineet_Tripathi
Hi, What I get from your reply is that if, I have to use a deployment architecture of multiple instances and one database, I will have to put the logic in source code of admin portlet to flush any DB changes right away. Is there any configuration in JBoss portal that I can use to do so or, It

[jboss-user] [JBoss Portal] - Re: multiple JBP instance + 1 DB (only one db)

2009-02-23 Thread Vineet_Tripathi
Hi, With one database and multiple JBoss instances, I am facing following issue: 1)Changes done from Admin portlet of one instance does not reflect on other instance. The changes are applied only after restart of the server. I understand that this problem is because of Hibernate configuration. B

[jboss-user] [JBoss Portal] - Re: Alfresco Portlet.

2007-04-30 Thread Vineet_Tripathi
Please provide me the link, from where can i download Alfresco-JSR 168 portlet, for my jboss portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041846#4041846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041846 __

[jboss-user] [JBoss jBPM] - calling a JBPM process from other application

2006-08-17 Thread Vineet_Tripathi
Hi, i m a student, and want to know that how to call a JBPM process from my custom web application.. i used starter kit with Eclipse IDE. I followed the process available in demo, this process creates a JBPM.war file (default)..., now i want to create my own web application which calls the proc