Tagged Questions
IBM WebSphere Portal is a set of software tools that enables companies to build and manage web portals.
5
votes
2answers
231 views
Type API variable-resolver is deprecated after JSF 1.1. Use el-resolver instead
We recently upgraded from WebSphere Portal v6.1 to v7.0 and in the process we now have JSF 1.2 available. Creating a new Portlet project in Rad 8 creates a faces-config.xml with the following entry
...
5
votes
2answers
343 views
Garbage Collection Overhead Help Needed
I am looking for a little bit of guidance in trying to diagnose a GC related issue.
We are testing on Solaris with WebSphere Portal and my current environment has a Garbage Collection Overhead of 7% ...
5
votes
1answer
1k views
Portlet Page Navigation with Parameters - Sping MVC, WebSphere Portal, & JSR 286
Here is the scenerio:
We have an application running on Webphere Portal Server 6.1 and Spring MVC. There is a page with a single portlet that shows a grid full of records. Once one of those records is ...
5
votes
4answers
7k views
ClassCastException when casting to the same class
I have 2 different java projects, one has 2 classes
dynamicbeans.DynamicBean2
dynamic.Validator
On the other project, I load both of these classes dynamically and store them on an Object
class ...
4
votes
1answer
2k views
Ajax call to GenericPortlet.serveResource() in WebSphere Portal 6.1
I'm trying to call a portlet's serveResource() method using jQuery/ajax. I managed to get a simple JSR-286 portlet working in Pluto 2.0 that is able to read a JSON string from the request body, create ...
3
votes
2answers
491 views
Automating Portlet Deployment to WebSphere Portal Server 6.1
I've recently started on a project to develop some portlets which will run on IBM WebSphere Portal Server 6.1.
Does anyone know of any scripts, Ant tasks, Maven plugins, etc. for publishing a ...
2
votes
0answers
29 views
Syntax for linking to got to a different page in a jsf portlet using jboss portletbridge
I am trying to figure out the syntax in a jsf/richfaces portlet using jboss portletbridge to have a link to take the user to the next page after setting some values as part of an action or a listener.
...
2
votes
2answers
177 views
converting websphere portal project to maven
I am working on converting websphere portal project to maven framework for CI build. I am wondering if there is a way to reference websphere jars other than via dependencies in pom.xml and loading ...
2
votes
3answers
719 views
Memory Leak in WebSphere Portal Relating to Portal URIs
I've got an application leaking out java heap at a decent rate (400 users leaves 25% free after 2hours...after logoff all memory is restored) and we've identified the items causing the memory leak as ...
2
votes
5answers
923 views
Lightweight portal server for WebSphere Portal development?
I'm doing some portlet development for IBM WebSphere Portal 6.1. However, the deployment process is painfully slow. As this is my first time doing portlet development, I'm not too familiar with the ...
1
vote
0answers
32 views
sql server lock - null pointer exception with ws portal
There is a SSIS job that runs and updates an employee table, during which a null pointer exception is seen in the portal logs, when portal queries the table. The table gets locked completely. Neither ...
1
vote
3answers
77 views
Detecting Device Type in a web application
We have a Java based application where in we want to detect the device type(mobile or desktop) for the device that is sending the request.
How is it possible?
1
vote
1answer
69 views
Using Multibox (mootools) on an IBM WebSphere Portal 6.1 Portlet
I'm trying to deploy a portlet in IBM WebSphere Portal 6.1, that features a MultiBox (an extended version of a Lightbox, which not only allows to display pictures, but also other kind of components, ...
1
vote
1answer
231 views
WebSphere Portal 6.1.5 theme portal-logic:findUrlInTheme, find url to resource outside theme
I'm deploying several themes in one war archive. The themes are located in the webapp under /themes/html/. I'm trying to get the different themes to create links to resources in a "common" folder that ...
1
vote
1answer
245 views
WebSphere Portal 6.1 PortalWeb2 theme portal-navigation:urlGeneration not displaying portlets in IE
I am trying to create a new custom theme for my project. I copied PortalWeb2 theme of IE and extended sideNav.jspf to include a jquery accordion menu.
Each menu links up to a page having some ...
1
vote
5answers
275 views
how can i prevent firefox caching
i tried a lot of possible solutions but i can't solve the problem:
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache-control" content="no-store">
<meta ...
1
vote
1answer
129 views
Is there a JenkinsCI plugin for WebSphere Portal 6.1?
Is there a JenkinsCI plugin for WebSphere Portal 6.1?
1
vote
2answers
278 views
WebSphere Portal 6.1 default theme deleted
I deleted the chosen default theme in WebSphere Portal 6.1 using the administration pages. Now the portal is themeless. More importantly, the theme selection page in the administration section can no ...
1
vote
2answers
448 views
SEO in WebSphere Portal (Page Title)
Page Title
Is there a way to dinamically change the pages title at runtime?
I know that you can change the page title at the portal level, but this solution
doesn't offer any SEO value since it ...
1
vote
2answers
406 views
Spring Portlets with Liferay server or Websphere Portlet Factory?
Any recommendation to to go with Spring Portlets with Liferay server or Websphere Portlet Factory? I am assuming Websphere portlet factory solution expedites portlet development BUT NOT sure from ...
1
vote
2answers
377 views
Cannot find tld file, tld is in shared lib
I am trying to publish applications onto portal server, the pu8blication fails as it is unable to find a .tld file in the WEB-INF dir.
The tld is file is actually not there in the WEB-INF dir, we use ...
1
vote
0answers
124 views
can we make websphere portal CSA and spring MVC3 work together?
I created a portlet(jsr286) with spring mvc 3 framework. Which is working fine if the page have SSA(server side aggregation), however it stops working when working with CSA(client side aggregation).
...
1
vote
1answer
786 views
Websphere 7 Portal: Servlet checking for login status to Portal?
I run a WebSphere 7.0 Portal. One has to log in to be able to see any information which is fine for all portlets. But additionally there are a couple of servlets that a deploy in the same war file ...
1
vote
1answer
111 views
Spring 2.5.6/WPS 6.1: < in an input field gets turned into < in the mapped field
A friend of mine asked me to take a look at a portlet he was developing.
The issue he's having is that when he enters a value like
1 < 2 > 3
in an input field he gets
1 < 2 > 3
...
1
vote
1answer
131 views
Building Cooperative Portlets
I want to create a cooperative portlet(inter - portlet communication) using RAD v7.5 on portal 6.1 server.
Is there any sample code or example given for a head start?
1
vote
1answer
481 views
Choosing a Framework for Developing Portlets in WebSphere Portal 6 / 7
I'm part of a team which is evaluating frameworks for developing portlets for WebSphere Portal 6.1.5 (and 7, once we get it).
A rough outline of our requirements for the framework are (as many of ...
1
vote
1answer
744 views
portlet-mvc 3.0 + maven for websphere portlet: examples?
I'm trying to develop a websphere portal portlet using java, maven and spring-portlet-mvc 3.0.2.RELEASE but so far I'm not having a lot of luck.
The problem that I'm having is that a lot of the ...
1
vote
1answer
1k views
How to pass and get URL parameters in IBM Webpshere Portal 6.1 JSF Portlets?
I have a simple HTML page which contains a form (uses GET method), whose action is a portal page containing a JSF portlet. I need to access the parameters passed in to the portal page in my portlet - ...
1
vote
1answer
418 views
Quick and easy client for testing WSRP?
I am writing a JSR-168 Portlet to be exposed as a service via WSRP on the WebSphere Portal Server... is there a good tool I could use to test the WSRP service on my desktop? I'm looking for something ...
1
vote
2answers
2k views
Liferay Portal : How different from Websphere Portal
I have worked with Websphere Portal 6.0,6.1 and developed portal applications usign JSR 168,JSR 286 Portlets.
Now I am moving to project where I will be working with Liferay portal server and JSR ...
1
vote
2answers
696 views
ResourceResponse.setCharacterEncoding() not working
I need to return some special Latin letter (e.g. รก) in the response of a portlet serveResource() method. I have tried the following ways:
response.setCharacterEncoding("ISO-8859-1") ;
PrintWriter out ...
0
votes
0answers
26 views
Logging Stopped in Websphere
The Websphere protal 6.1 was logging normally
[WAS_HOME]\profiles[PROFILE_NAME]\logs[SERVER_NAME]\
But when I tried to clear the content of the log file to clear old logs, WebSphere log to this file ...
0
votes
0answers
18 views
Richfaces 4 oncomplete not trigerred on any components within portal environment
I am using Richfaces 4 with IBM portlet bridge on Websphere Portal 7.0.0.2. None of the components trigger oncomplete event. On further analysis I found that richfaces.js does not handle portlet ...
0
votes
0answers
26 views
how to redirect to different page coming from openID in websphere JSF portlet application
im trying to use openID in jsf portlet, my problem is,what to provide as the return URL that will link to another page in the same portlet application(or how should it be done appropriately if this is ...
0
votes
0answers
13 views
websphere portal troubleshooting on aix
I am trying to learn troubleshooting on WP6 but in IBM papers i cant found specific methods for AIX. How can i learn solve problems on websphere portal 6 on AIX.
i found these:
...
0
votes
1answer
24 views
Encode french characters using UTF-8
When I submit a jsp page and the request goes to a portlet controller, I want the french characters on the jsp page to be encoded always using UTF-8 in the portlet controller.
What is the code syntax ...
0
votes
0answers
10 views
IBM Websphere Portal Page Caching
I am using websphere portal server 7. I want to disable caching of a portlet, how can i do this ? Can any one guide me ?
0
votes
0answers
43 views
Character encoding on Websphere Portal
How can I check the character encoding set on My Websphere Portal server? I mean after logging into the console, where do I go?
0
votes
1answer
27 views
French characters are converted to garabge while getting from UI
I have a simple portlet application on websphere portal server. On the UI (jsp), there is a text area where user enters some french text and then the portlet gets it and updates to DB.
I enter the ...
0
votes
0answers
7 views
Providing edit access only on selected components in IBM Web Content Management 6.1
I currently administer a website build with WebSphere Portal 6.1. I want to give the users read access on all the components and edit access only on the ones they should edit (For example, some images ...
0
votes
0answers
4 views
Personalization using request attributes
I need to apply a visibility rule to a page based on some information from request object. The information could be a parameter from request, it could be the locale in the request. Can you please let ...
0
votes
1answer
34 views
RAD8 not recognizing WPS7 state after starting
I am working in RAD8 at the moment and try to build portlets for WPS7. I installed both of it on my Windows 7 development machine.
When I start the server from the servers view, everything happens ...
0
votes
1answer
55 views
Could not publish the portlet from RAD 7.5 to Websphere Portal Server 6.1
I am trying to publish a portlet project which is included in an EAR file from RAD 7.5. If I create new portlet projects, I am able to publish it. But for the projects I have taken from SVN, it is ...
0
votes
1answer
92 views
Retrieve public render parameter from OrignalParameterMap in renderRequest
I have passed a render parameter from one portlet to another using user friendly url navigation.
response.setRenderParameter("params", renderParams);
...
0
votes
1answer
58 views
Problems configuring the Web Content Viewer (286)
I'm having problems while attempting to configure the Web Content Viewer (286) portlet.
When I attempt to configure this portlet and try to select a content item or component I get
a pop-up that ...
0
votes
3answers
208 views
Pass form field values to parameters of a portlet:renderURL tag in WebSphere Portal 6.1
I'm developing a portlet for WebSphere Portal 6.1, with JSP/JSTL, pure javascript, no AJAX frameworks, with a JSP that shows a send feedback form and, when submitted, redirects to another JSP to show ...
0
votes
1answer
117 views
Migrate Websphere Portal 6.1.x theme to version 7
Does anybody know where I can find information on migrating a custom theme from version 6.1.5 to version 7?
0
votes
1answer
95 views
WebSphere FFDC Count, what does it mean?
I am trying to understand what the "Count" column means in a WebSphere FFDC exception log. IBM told us we have received this error 6835 times. I have not found a good guide which explains what this ...
0
votes
2answers
31 views
How to check if parallel portlet rendering is working or not
I have enabled parallel portlet rendering in Webspere portal server 6.1.5. by following the below steps
legacy.useParallelRendering.html = true
std.useParallelRendering.html = true
And at ...
0
votes
1answer
33 views
Mobile Portlet installation on websphere portal server
I want to deploy my Mobile Portlet on mobile browser simulator using WebSphere Portal Server.
Whenever I launch the mobile browser simulator to run the application it gives following error:
...