[jboss-user] [Installation, Configuration & DEPLOYMENT] - Issue with special characters in tree node names

2009-08-13 Thread tulip
Hi, I am using Richfaces Tree and have a context menu attached to each tree node. The problem is that the context menu does not get displayed when you right click a tree node whose name either has a apostrophe (example May '09) or ampersand in it. Context menu gets displayed for other nodes.

[jboss-user] [JBoss Portal] - Javascript error in ui.pack.js

2009-08-04 Thread tulip
Hi, I am using richfaces tree and encounter the below javascript error when a tree node is clicked in Internet Explorer. This error does not occur in Firefox. while(D&&Element.isChildOf(D,this.element)){C+=D.offsetTop; D=D.offsetParent }D=F; I tried using Richfaces version 3.3.1 (latest) and 3.

[jboss-user] [JBoss Portal] - Destroy third party session when logging off portal

2008-11-12 Thread tulip
Hi All, Here are my env details: Jboss Portal : 2.7.0CR1 (deployed from source) Jboss app server : 4.2.2.GA JDK: 1.5 Portlet Bridge : B3 We are integrating with a 3rd party software and I am creating a session with the 3rd party application in my jboss portlet. I need to destroy the 3rd party s

[jboss-user] [JBoss Portal] - dynamic logo based on user

2008-07-22 Thread tulip
Hi, my env : jboss portal 2.6.5 app server : 4.2.2.GA I am looking at having dynamic logo based on the user that is logged in. I was able to replace the jboss logo with a different one by modifying in portal_style.css but am not sure how can we do it dynamically based on the user that is logge

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-07-16 Thread tulip
Any response/suggestion on this topic will be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164810#4164810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164810

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-07-15 Thread tulip
Hi, ENV Details: JBoss portal - 2.6.5.SP1 Jboss App Server - 4.2.2.GA I have the same requirement of adding my portlet as an alreday existing portlet on dashboard page and removing the default portlets that appear on dashboard - CMSPortlet, JSPPortlet, IdentityUserPortlet. As suggested in this

[jboss-user] [JBoss Portal] - Content without portlet?

2008-06-17 Thread tulip
I have a very basic question. Can we have content on the portal page without having a portlet ? in other words, do we need to have a portlet in order to display info on the portal page or we can have some control over the portal page and display content on it ? Very crucial to know this for m

[jboss-user] [JBoss Cache: Core Edition] - Content without portlet

2008-06-17 Thread tulip
I have a very basic question. Can we have content on the portal page without having a portlet ? in other words, do we need to have a portlet in order to display info on the portal page or we can have some control over the portal page and display content on it ? Very crucial to know this for my

[jboss-user] [JBoss Portal] - problem with emptyRenderer RenderSet - 2.6.5

2008-06-10 Thread tulip
JBoss portal - 2.6.5 (Source deployed) Jboss app server - 4.2.2 For a particular portlet, I do not want the portlet title bar with the window state buttons to be displayed. Therefore I am trying to set the RenderSet to "emptyRenderer". But it does not seem to work properly. Though the portlet

[jboss-user] [JBoss Portal] - Extend core-identity code - correct approach?

2008-06-06 Thread tulip
Hi, We have a requirement to create users in a third part tool that we are integrating with. The user needs to be created as soon as a new JBoss portal user is created and is assigned a certain role. In order to do this, I am extending the core-identity class org.jboss.portal.core.identity.ui

[jboss-user] [JBoss Portal] - Re: Extend admin module

2008-06-02 Thread tulip
My environment: JBoss portal - 2.6.5 Jboss App Server - 4.2.2 Windows OS JDK1.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155161#4155161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155161 __

[jboss-user] [JBoss Portal] - Re: Deployment of JBoss Portal from sources

2008-06-02 Thread tulip
Thanks all for response. I restarted the server and have not seen the error since. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155160#4155160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155160

[jboss-user] [JBoss Portal] - Extend admin module

2008-06-02 Thread tulip
We are looking at integrating with a third party software and need to create users in the third party application as soon as a user is given a role with permissions to a given page within the portal. I have installed JBoss Portal from sources. I wanted to know the piece of code of admin modul

[jboss-user] [JBoss Portal] - Re: Deployment of JBoss Portal from sources

2008-06-02 Thread tulip
Thanks for the response. Sorry, I missed the deploy-all part. I did it. Worked fine except for the following exception : 10:43:47,125 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed javax.management.MBeanException at org.jboss.mx.interceptor.ReflectedDispatcher.handleIn

[jboss-user] [JBoss Portal] - Re: Deployment of JBoss Portal from sources

2008-05-30 Thread tulip
Ok. I used other database server and the portal created its tables when it started for the first time. But my original problem is still there - when I go to http://localhost:8080/portal, and login as admin/admin, the tabs are there but there is no content displayed within the tabs. Eg - if I go

[jboss-user] [JBoss Portal] - Re: JBoss Portal courses

2008-05-30 Thread tulip
Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154783#4154783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154783 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Portal] - Re: JBoss Portal courses

2008-05-30 Thread tulip
Is this course still offered ? Are there any new courses that are introduced specifically for JBoss Portal ? Also where can I find info on the course schedules and locations ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154769#4154769 Reply to the

[jboss-user] [JBoss Portal] - Re: Deployment of JBoss Portal from sources

2008-05-29 Thread tulip
We already have the JBoss portal schema created on sql server. I am trying to point my portal deployment to this existing database/tables. Please let me know if this approach is not correct. Also, are we required to use the jdts driver for SQL server? Does the username/password have to portal/

[jboss-user] [JBoss Portal] - Re: Deployment of JBoss Portal from sources

2008-05-29 Thread tulip
Thanks for the quick response. Here is my portal-ds.xml file under deploy dir. PortalDS jdbc:sqlserver://servername:1433;databaseName=JBossPortal com.microsoft.sqlserver.jdbc.SQLServerDriver id pass Do you think it is a problem with the data source configurati

[jboss-user] [JBoss Portal] - Deployment of JBoss Portal from sources

2008-05-29 Thread tulip
Hi, I was able to sucessfully build and deploy Jboss portal from the source. I am able to bring up the portal screen and login as admin or user. However, the problem is that though I can see all the tabs like Admin, Members etc, no information gets displayed. They are just blank pages. I did p

[jboss-user] [JBoss Portal] - Extend security

2008-05-28 Thread tulip
JBOss POrtal version - 2.6.4 We are integrating with a third party tool within our portal environment and need to extend the JBoss security/admin framework by creating a user in third party tool when a user is given a role that has access to a portal page. Could anyone give some suggestions o

[jboss-user] [JBoss Seam] - Re: Seam with RichFaces

2008-01-24 Thread tulip
Thanks for the reply. Question. How do I instantiate the new session bean from within the old session bean ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123179#4123179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Seam with RichFaces

2008-01-23 Thread tulip
I have a very basic question. We have a bunch of session and entity beans. On the presentation tier, we need to use RichFaces component such as tree etc. Now the session bean methods returns a list of entity objects. For the front end, I need to take this list and construct a richFaces tree and