Questions tagged [jetspeed2]
20 questions
3
votes
5 answers
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 wondering how to enable hot deploy of development…

theringostarrs
- 11,940
- 14
- 50
- 63
3
votes
3 answers
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 protals site and I saw that there are two projects -…

David Rabinowitz
- 29,904
- 14
- 93
- 125
2
votes
1 answer
How to obtain getUserPrincipal().getUserName() while implementing Spring Data JPA AuditorAware interface
I'm trying to use Spring Data JPA (1.6.2) in my current project. All seems to work well, but I got stuck while implementing the AuditorAware interface.
My application will be deployed to an old Apache Jetspeed JSR168 compliant portal. This portal…

Gert-Jan
- 63
- 6
1
vote
1 answer
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 item is selected. The edit mode allows the user…

Benny
- 1,508
- 3
- 18
- 34
1
vote
2 answers
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 one or the other, not both. I do not want to put…

shikarishambu
- 2,219
- 6
- 35
- 57
1
vote
0 answers
Implementing database layer in Spring / Jetspeed
I'm using a Spring/Jetspeed/portal architecture and want to add a new portal which uses persistent storage. The Jetspeed database itself is MySql so I'm thinking of adding some extra tables to this DB, I don't think I can re-use the existing…

blue-sky
- 51,962
- 152
- 427
- 752
1
vote
1 answer
Inter Portlet Communication in JetSpeed2
I am looking for code to do inter portlet communication in JetSpeed Client Side. I tried browsing around but there is no correct wikis available. I know a way of using bind and fire functions of JQuery which still have to check. Also wanted to know…

thecodejack
- 12,689
- 10
- 44
- 59
0
votes
1 answer
Jetspeed imports in Java EE project
Can anybody please tell me what the following packages are and where I can get them?
import org.apache.jetspeed.portlet.PortletContext;
import org.apache.jetspeed.portlet.PortletRequest;

Xitrum
- 7,765
- 26
- 90
- 126
0
votes
2 answers
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 jetspeed-deployment.log contents-
03.11.2011…

N Pooja
- 1
- 1
0
votes
2 answers
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 httpservletrequest, but as far as i know there is no such…

gregor
- 1
- 1
0
votes
1 answer
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 received by the listener in the jboss application. Is…

Developer404
- 5,716
- 16
- 64
- 102
0
votes
1 answer
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.
The most simplest and straightforward way I found of…

Rohit
- 53
- 1
- 7
0
votes
1 answer
how migration jetspeed-1.5.jar to jetspeed-2.x for java eclipse?
i'm a beginner programmer and i want update jetspeed-1.5 library to jetspeed-2.x .
I have already consulted http://portals.apache.org/jetspeed-2/j1-migration.html but i haven't an idea how to migrate.

luca
- 65
- 1
- 5
0
votes
0 answers
Failed to execute goal org.apache.portals.jetspeed-2:jetspeed-mvn-maven-plugin:2.3.0:mvn
i have problem when build jetspeed project in cmd: mvn jetspeed:mvn -Dtarget=all
and it show:
Failed to execute goal org.apache.portals.jetspeed-2:jetspeed-mvn-maven-plugin:2.3.0:mvn (default-cli) on project jetexpress: ...FAILED[error invoking…

Bard
- 1
- 1
0
votes
1 answer
Maven is not downloading a plugin : jetspeed-unpack-maven-plugin
so I made this pom :

Heetola
- 5,791
- 7
- 30
- 45