[jboss-user] [JBoss Portal] - default page

2008-12-03 Thread engela
JBossPortal 2.7.0 I would quite like to define a page hierarch like this: my portal page 1 page 1.1 page 1.2 page 1.3 page 2 page 2.1 page 2.2 It is possible to create such a hierachy and the result would be navigation menu like this: page 1

[jboss-user] [JBoss Portal] - recrusive pages

2008-12-03 Thread engela
It is possible to create pages within pages in Portal Admin interface of the JBoss Portal 2.7. However the navigation bar only display the first two levels. Is it possible to increase the page levels displayed in the navigation bar? Thanks, Anette View the original post :

[jboss-user] [JBoss Portal] - WSRP: failed to configure remote producer as described in Re

2008-12-02 Thread engela
JBossAS 4.2.3 JBossPortal 2.7 JDK 1.6 (installed the Portal from the JBoss AS and JBoss Portal bundle) I am new to Web Services for Remote Portlets and are reading through Chapter 15 A Web Services for Remote Portlets (WSRP) of the JBoss Portal Reference Manual. I tried to configure access to

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.0.4: Classloader not found exception when deploying

2008-07-22 Thread engela
(JBoss 4.0.4, JDK 1.5) I have two web applications, which are using the same jar file and are to be deployed on the same JBoss AS instance. In both cases the jar file will be included in the WEB-INF/lib, as potentially they will be using different version of the jar file. Both appplications

[jboss-user] [JBoss Portal] - invalid post request redirected to https://localhost:8443/po

2008-03-27 Thread engela
I am currently testing a set of portlets I have developed for our company portal (JBoss Portal 2.4). Security is a very important and part of the tests are sending portlet requests as user, who has no access to these particular portlets. Todo so so I am using the Live Http Replay Tool in

[jboss-user] [JBoss Portal] - reset render parameters on page selection (JBoss Portal 2.4

2007-12-31 Thread engela
Is it possible to reset the render parameter for all portlets on a page or the entire portal? And how could I achieve this? I am using the JBoss Portal 2.4 and there are two occasions where I would like to present the default view of a page to a user (i.e. the view he sees when visiting the

[jboss-user] [Security JAAS/JBoss] - Radius AAA server + JAAS

2007-11-22 Thread engela
I need to integrate jboss + RADIUS server for AAA. Is there a radius login module for JBoss Authentication? Thanks, Anette View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107141#4107141 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Running JBoss AS as a window service with JBossNative: probl

2007-10-18 Thread engela
I want to run JBoss AS as a window service. I am using JBossNative and it worked fine on my own machine (MS Windows XP Professional 2002). However I have problems stopping the service in our test environment (MS Windows Server 2003 Enterprise Edition). When stopping the service I get the error

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss AS as a window service with JBossNative: p

2007-10-18 Thread engela
The problem was in the configuration of the JBoss AS on dev. It had been slimmed down (http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming) and the JMX invoker service had been removed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096497#4096497

[jboss-user] [JBoss Portal] - Portal 2.6 LDAP Authentication

2007-08-23 Thread engela
Is it possible to use the LDAP Authentication without synchronizing the users? My problem with the sychronization with users is that I do not want their password to be stored in the Portal database even so they are encrypted. Thanks, Anette View the original post :

[jboss-user] [JBoss Tools (users)] - Debugging a web application - Eclipse 3.3, JBossAS

2007-08-01 Thread engela
My current development environment is: - JBoss AS 4.0.4 (I am developing a portal based on JBoss Portal 2.4 and are stuck with that version for the time being) - Eclipse 3.1.2 - JBoss-IDE 1.6 I am thinking of using BIRT 2.2 in which case I will have to upgrade to Eclipse 3.3 (I think this is

[jboss-user] [JBoss Portal] - Re: Help: Instance of a existent portlet in my new container

2007-06-05 Thread engela
You need to add a NavigationWindow which references an instance of the NavigationPortlet and is placed into the region navigation to your page description: | ?xml version=1.0 encoding=UTF-8? | deployments |deployment | if-existsoverwrite/if-exists |

[jboss-user] [JBoss Portal] - CMSPortlet: problems with IE, https and links referencing PD

2007-05-10 Thread engela
I am using the CMSPortlet on one of my pages. The content of the pages references a PDF file. When I click on the link I get the following error: Internet Explorer cannot download xxx.pdf from localhost. The file could not be written to the cache. The problem only occurs with Internet Explorer

[jboss-user] [JBoss Portal] - Re: CMSPortlet: problems with IE, https and links referencin

2007-05-10 Thread engela
This is a known issue for IE (as usual it is called a feature): http://support.microsoft.com/?id=316431 A work around is to disable cache control: http://wiki.jboss.org/wiki/Wiki.jsp?page=DisableCacheControl I solved my problem by adding a context.xml to

[jboss-user] [JBoss Portal] - Re: How can i get portlet instance id

2007-05-03 Thread engela
Do you really want a different processing to be dependant on the portlet instance id? Surely your portlet code should depend on a portlet instance. Wouldn't it be better to add a property to your portlet and depending on the value of the property you have a different processing. That way you

[jboss-user] [JBoss Portal] - Sharing the portal security domain with a servlet

2007-05-02 Thread engela
I quite like to share the security domain of the portal with a servlet which is in the same application context as my portlets. (The task of the servlet is to generate some images on-the-fly, but it needs to know the security context as only authenticated and authorized users are allowed to

[jboss-user] [JBoss Portal] - Content Management / CMSPortlet

2007-04-20 Thread engela
I created a new portal myportal. Some pages will contain static HTML content which will change on a monthly basis. I uploaded the HTML files using the CMS Admin Portlet in the folder /mydocs and changed all the links on the page and added the prefix: myfolder/. Using the Management Portlet I

[jboss-user] [JBoss Portal] - Re: Content Management / CMSPortlet

2007-04-20 Thread engela
I was using JBoss Portal 2.4.1. The problem as I described above has been resolved in JBoss Portal 2.4.2. Thanks for resolving the issue in 2.4.2! Anette View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039205#4039205 Reply to the post :

[jboss-user] [JBoss Portal] - Sharing information between portlet applications

2007-04-18 Thread engela
Is it possible to share information between portlets in different portlet applications? Thanks, Anette View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038448#4038448 Reply to the post :

[jboss-user] [JBoss Portal] - Custom Window State

2007-04-17 Thread engela
Does the JBoss Portal (2.4) support custom window states? Which class do I need to overwrite if I want to add my custom window state? For printing the content of a portlet I quite like to introduce a custom window state 'print' which is mapped by by layout descriptor to print.jsp, which will

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread engela
Hi Antoine, Sorry I can't help you as I only used Acegi to login but didn't do any filtering and I haven't used it since. I am currently using the LdapExtLoginModule to authenticate against my LDAP server which is sufficient for the time being. With regards to custom window states I have

[jboss-user] [JBoss Portal] - ActionRequest setAttribute

2007-04-13 Thread engela
According to the JSR 168 Spec PLT 11.1 PortletRquest Interface, Section PLT 11.1.13 anonymous wrote : Request attributes are objects associated with a portlet during a single portlet request. Request attributes may be set by the portlet or the portlet container to express information that

[jboss-user] [JBoss Portal] - Re: ActionRequest setAttribute

2007-04-13 Thread engela
O.K. I understand. Unfortunately using the render parameters is not an option as they are limited to string objects. (My processAction fetches tabular data from a database represented by an ArrayList). Thanks, Anette View the original post :

[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-10 Thread engela
I had a similar problem a while ago (http://www.jboss.com/index.html?module=bbop=viewtopict=103675). Your users needs to have the role 'Authenticated'. I am using LDAP authentication as well. All my users have the role 'Authenticated'. Furthermore I have added all the roles I use in my LDAP

[jboss-user] [JBoss Portal] - Re: JBoss 4.05GA + JPortal 2.4 javascript problem

2007-04-10 Thread engela
Replace the location /js/mylib.js with %= renderRequest.getContextPath() %/js/mylib.js i.e. script type=text/javascript src=%= renderRequest.getContextPath() %/js/mylib.js/script Best Regards, Anette View the original post :

[jboss-user] [JBoss Portal] - Sharing portal security realm with a servlet

2007-03-30 Thread engela
I have a servlet MyServlet which is deployed in the same war file as a portlet MyPortlet. The view of MyPortlet references the MyServlet to generate some content: %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % | %@ page isELIgnored=false % | portlet:defineObjects/ | table

[jboss-user] [JBoss Portal] - Handle HTTP errors or Exceptions gracefully

2007-03-27 Thread engela
I quite like to configure my portal or my portlets to go to an error page if an exception or Http Error is thrown. To so I have added the usual error page elements to the web.xml of my portlet as well as to the web.xml file in jboss-portal.sar/portal-server.war/WEB-INF: error-page |

[jboss-user] [JBoss Portal] - Portal Authentication with Acegi

2007-03-16 Thread engela
I have managed to use Acegi Security for Authentication: Portal Authentication with Acegi To use Acegi Security for authentication open the login-config.xml in JBOSS_HOME\server\default\deploy\jboss-portal.sar\config. Change the flag of org.jboss.portal.identity.auth.IdentityLoginModule to

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2007-03-16 Thread engela
For anyone following this thread: I have finally managed to authenticate using Acegi Security. For information see: http://www.jboss.com/index.html?module=bbop=viewtopicp=4028742#4028742 Regards, Anette View the original post :

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2007-03-14 Thread engela
I came across some documentation about the org.acegisecurity.adapters.jboss.JbossAcegiLoginModule which may be used to integrate Acegi in JBoss Portal. I haven't yet had the time to test it but here is the link. http://sun.calstatela.edu/~cysun/documentation/acegi/acegi.html#ca-jboss Regards,

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2007-03-13 Thread engela
I haven't had the time to try to integrate my portal with Acegi yet. If I can figure out how, I will post it here. Best Regards, Anette View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027488#4027488 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2007-03-12 Thread engela
Thanks a lot for your help. I added the role Authenticated and everything is working fine. Personalization is not important to my application. The security aspect is what I am really interested in i.e. to be able to configure which pages and portlets a user can access depending on their roles.

[jboss-user] [JBoss Portal] - Using alternative source for JBoss Portal authentication

2007-03-09 Thread engela
I quite like to use the JBoss Portal, but have to use an LDAP Server for authentication and retrieving the roles of a user. I have read through the Wiki Entry: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication Some of the portlets need a fine-grained access a

[jboss-user] [JBoss Portal] - JBoss Portal Acegi

2007-02-20 Thread engela
I am thinking of using Ageci in a JBoss Portal to - Authenticate a user - Restrict access to accessing Portal Pages - Implement a fine-grained authorization within the portlets, which will be based on the Spring Portlet MVC framework Has anyone used Ageci for authentication and authorization

[jboss-user] [JBoss Portal] - Permissions Portal Pages and Portlets

2006-11-30 Thread engela
I'm using Jboss portal 2.4.0 and Jboss AS 4.0.4 GA. Portal Page Permissions When I create a new page the security setting for the page for Unchecked is set to viewrecursive, but I would like to restrict the access to the page to certain admininstrators only. How

[jboss-user] [JBoss Eclipse IDE (users)] - web.xml generation with XDoclet / JBoss Eclipse IDE Tutorial

2006-09-20 Thread engela
web.xml and jboss.xml don't get generated: I followed steps in the JBoss Eclipse IDE Tutorial. (I skipped the EJB part as I am not interested in them for the time being.). As described in chapter 7 I enabled the Xdoclet configuration and did add a web doclet configuration but the neither the