Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
3k views

Where to put a shared library in JBoss AS 5?

I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I move ...
1
vote
1answer
54 views

Prelogin filter before j_security_check

I currently have a form based login in my application which is developed on Jboss portal server. I wish to do some pre login validation and redirect user to another page in case of a condition being ...
1
vote
1answer
41 views

Secured MD5/Encrypted form based login for JBoss portal

I have currently created a form based login for JBoss portal server and my login page looks like (served on HTTPS only): <form action="j_security_check" method="post"> Enter UserName: ...
1
vote
1answer
34 views

Secure authentication in jboss portal

I am developing a Portal application and using jboss portal for this purpose. My current application authenticates the user from jboss DB, using the j_security_check servlet with username and password ...
1
vote
1answer
83 views

Creating user info bean in JBoss

I'm a little bit stuck in a problem right now: I've got a JBoss Portal which runs on a JBoss AS 4.2.3. There are running some webapps on the machine which provide some portlets to users. Now I need a ...
1
vote
0answers
255 views

Problem deploying portlets on JBoss Portal 2.7.2: Not a canonical value

I just downloaded the JBoss Portal Server 2.7.2 (JBoss Portal + JBoss AS 4.2.3 bundle to be precise) and tried deploying portlets just as the SimpleHelloWorld provided in the samples. The portlet gets ...
0
votes
0answers
15 views

Handling ViewExpiredException inside a portlet

Is it possible to handle a ViewExpiredException inside a portlet to display an appropriate error page? We're using JSF 1.2, Portlet API 2.0 and JBoss PortletBridge 2.0.
0
votes
1answer
48 views

Killing user session (logout) forcefully in jboss portal server

I want to kill user session forcefully (logout a user), in case of an activity like Change password. How can i do this pragmatically in jboss portal server. When this activity happens my portlet's ...
0
votes
0answers
8 views

jboss portal retrieve user-defined page properties

Similar to this questions: Using Jboss Portal, How do I retrieve page properties in a jsp? I am trying to retrieve a page property I am setting in my default-object.xml file for each page within my ...
0
votes
0answers
46 views

Force Refresh of Portlet after Action

I have a Portlet created using Spring Portlet 3.0.x running inside of JBoss Portal Server 2.7.2. In my Portlet I have both an ActionMapping and a RenderMapping. Once my Action is completed, the ...
0
votes
1answer
85 views

How to implement a custom identity model for JBoss Portal?

I want to implement a custom identity model in order to connect to a proprietary webservice providing user information. So I followed the instructions on ...
0
votes
1answer
47 views

Adding custom property to every HTTP header in portlet

I can't add the tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> to the <header-content> section in my <portlet> configured in the jboss-portlet.xml file because ...
0
votes
0answers
24 views

How do I run a RingoJS app as a Portlet in JBOSS Portal?

The customer wants to run an existing RingoJS application inside a JBOSS Portal, as a portlet. As far as I found out, there's no Portlet in RingoJS, only a Servlet that runs Rhino scripts of the app. ...
0
votes
0answers
28 views

Jboss Portal tab customization

I am using Jboss Portal 2.7.2. My problem is when I click on any of the tab( say tab1 ) and navigate into other views under the same tab and click on another tab ( say tab2 ). Now when I click on ...
0
votes
0answers
69 views

Remote User Information in JBoss Portlet

I am trying to do some logging in a JBoss Portal Server; I would like to log the IP Address (and possibly the Remote Host Information) of the user accessing any of my portlets. I looked at JSR 286 ...
0
votes
1answer
51 views

jBoss Portal deployment

I am new in jBoss and Portal I download the jBoss Tools for Eclipse and go through the document to create Java Portlet ...
0
votes
1answer
235 views

Integrating Alfresco Flexspaces with JBOSS portal

We're working on a development of a JBoss portal. As part of the functionality, we need to integrate it with Alfresco, using a portlet. Both (portal and Alfresco) will connect to the same LDAP ...
0
votes
1answer
96 views

using JUnitEE with JBoss-IDE

Can anyone provide me with a tutorial on how to use JUnitEE with JBoss-IDE ? thanks.
0
votes
1answer
148 views

Accessing a list of users through JBoss in a non-admin role?

We would like to make a list of users available in a portlet similar to the admin version of the UsersPortlet, but for those that aren't admins. This list would be names only. Is there a way to do ...
0
votes
1answer
681 views

I get an error when using redirectAction with struts2 and portlets inside jboss portal

I have the following struts.xml: <struts> <package name="default" namespace="/view" extends="struts-portlet-default"> <action name="index" class="com.gigi.LoginAction"> ...
0
votes
1answer
343 views

JBoss Portals and e-commerce

I have a requirement to build branded e-commerce sites that have their own urls but are on the same installation. I've been looking at DNN, and Jboss portals as well as the new GateIn collaboration ...
0
votes
1answer
247 views

JBoss Tutorials, Portal

I am a bit daunted by all the information that is available on JBoss. I searched through various tutorials on their website, but there is a lot there - some of which is over my head as someone new to ...
0
votes
1answer
401 views

Using Jboss Portal, How do I retrieve page properties in a jsp?

Using Jboss portal, how do I retrieve the page properties in a jsp? I've declared my page like that in *-object.xml file: <page> <page-name>MyPage</page-name> ...
0
votes
1answer
719 views

How do I get information from a servlet into a portlet in JBoss Portal 2.5.4

I have a portal built on JBoss Portal 2.5.4 that needs to have some I18N. On the login.jsp page (which is in portal-server.war), we added a language switch. One of the links on the page is to the ...
0
votes
1answer
242 views

Login in JBoss Portal

How can I create custom links to login and logout in admin mode at JBoss Portal?
0
votes
6answers
342 views

Is it valid to expect a Java Portal Server to host 'standard' Java WebApps?

It's been suggested that this might be a reasonable approach, in order to minimize changes to an existing server configurations, but is it actually valid/supported? I've not been able to find anything ...
0
votes
1answer
1k views

How to programmatically add portlet to the JBoss Portal dashboard

How can I programmatically add portlet to the JBoss Portal dashboard of specific user? Is there any remote API of the JBoss Portal to do this? SOAP web service, may be MBean-based API? Of course, as a ...
0
votes
2answers
1k views

How to create own header.jsp in JBoss Portal with language support?

I want to create own header.jsp file instead of the one included in the JBoss Portal 2.6 but have to support the locale set by the user. The original header.jsp does not contain any i18n and I don't ...