Tagged Questions
The jetspeed2 tag has no wiki summary.
2
votes
4answers
2k views
Hot Deploy of development changes with Eclipse, Tomcat, and Jetspeed
I am developing a Jetspeed portal application running on Tomcat, using the Eclipse IDE with the Sysdeo Tomcat launcher plugin to enable debugging of the application running in Tomcat/Jetspeed.
I was ...
1
vote
1answer
30 views
How would I make portlets with the same backing class display different information?
I have a list with x number of items, and a page with x number of portlets. Each portlet on the page has the same backing class and access to my list, and what's shown changes depending on which list ...
1
vote
3answers
1k views
What is the difference between jetspeed 2 and pluto?
I'm looking into implementing one of our internal applications as a portal using portlets, as it has many functionalities and not all of them are required by all users.
I've looking at the Apache ...
0
votes
0answers
28 views
Failure deploying Simplest portlet in jetspeed
I am referring to following webpage to build my portlet on Jetspeed 2.
Everything is fine, but after deployment, It says-
Failed to retrieve Portlet Definition for simplest::Simplest
Following is the ...
0
votes
0answers
38 views
Problem in deploying in Application server
I have developed struts application.The application deployed in jetspeed will work but inserting Blob values into the database is not working..But the same application works with Apache-tomcat server ...
0
votes
0answers
119 views
Jetspeed2: Sample JSF portlet is needed
I try to develop a simple JSF portlet and deploy it to the Jetspeed2, but it doesn't deploy or not available. I have tried to look for sample JSF portlets to download and build my first portlet on one ...
0
votes
0answers
148 views
Jetspeed2 + JSF Portlet vs ApplicationContextFacade
I use the conbination Jetspeed2 + JSF Portlet. The portlet is a HelloWorld type. When I deploy the portlet everything is ok. But when I try to launch it there is a mistake:
...
0
votes
1answer
314 views
Accessing URL Parameters in a JSR 286 Portlet?
is there a way to access URL parameters in a Jetspeed2 Portlet/Portal?
like: www.bla.com/portal/page.psml?param=12345
I can only find some tools for liferay (PortalUtil.java) to access the ...
0
votes
1answer
43 views
How to implement jms in jetspeed
I need to send a message to jboss queue from a web application of jetspeed. I googled. ActiveMQ api is for jetspeed queue. But, I need to send a message to jboss queue where the message will be ...
0
votes
1answer
184 views
How can I set the User Information in jetspeed?
We are using Jetspeed in a project and have a requirement that jetspeed should authenticate against a third party rest service which accepts username and password and returns back the User Object.
...
0
votes
2answers
225 views
BIRT - Where should I put images so that it is available on preview and delpoyed into webapplication
I have BIRT integrated into web application. I can't seem to find a way to get images to show up during development/preview within Eclipse and deployment. I have tried different setting. It works in ...
0
votes
1answer
170 views
0
votes
1answer
129 views
Jetspeed 2.2 Nest or render one portlet inside another
I have a requirement to build an extensible wizard in a portlet. This wizard will list components that are installed and forward the user to a sub-wizard that is component specific.
The requirement ...