RE: Maven Plugin - Deploy VMs

2004-07-28 Thread Bob Fleischman
Thanks. I got that far and used Maven:Deploy. Which copies my XREG and VM files. My question is, after the initial deploy, if I modify the VM or XREG files in Eclipse is there a quick way to redeploy these files. Jetspeed:hotdeploy works for java files but not for templates and the conf directory.

RE: Using Maven to customize deployment - How to remove defaultPSML?

2004-07-28 Thread Philip Saville
Thanks Eric. Can I make a comment - please make it possible to remove directories too... I am trying to create a portal site with the PSML and content totally "role" and/or "group" driven. My goal is to use the "role" based PSML to catch all "User" or "Contributor" pages required for standard por

RE: Maven Plugin - Deploy VMs

2004-07-28 Thread Andy . Sun
I have been doing the similar thing for jetspeed 1.5. After you run the "maven jetspeed:genapp". Go to "//src/webapp/WEB-INF/conf" to create your own xreg file. This new xreg file will be included in your application war file. If you want to modify a xreg file from the Jetspeed distribution, you ca

Re: PostgreSQL bug

2004-07-28 Thread Shinsuke SUGAYA
Hi, Mariusz Fitowski wrote: Hello, Jetspeed 1.5 has old commons-dbcp and commons-pool. Please see JS1-484. In my environment(Linux), it works fine by the fix! I replaced these files in Tomcat and Jetspeed /lib directories. Don't work. While I try to add a new role there is a message: "Entity Nam

RE: Registry: SQL based OJB implementation

2004-07-28 Thread Bob Fleischman
Is there a proposal somewhere documenting this? -Original Message- From: Scott T. Weaver [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:27 AM To: Jetspeed Users List Subject: Re: Registry: SQL based OJB implementation I don't think that was ever completed. I wrote a ground im

Maven Plugin - Deploy VMs

2004-07-28 Thread Bob Fleischman
Is there any way using the mavne plugin to deploy changes to VMs or XREG files??? Thanks Bob Fleischman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Explanation of URLs - Action vs. Action

2004-07-28 Thread Bob Fleischman
Can someone explain the difference, and uses, between 1. the Action Element in a velocity portlet XREG 2. The Action variable in the context 3. action=controls.Maximize (and such) - which are added to urls; and 4. the getAction() method I find that much of the documentation is a great background r

RE: Jetspeed 1.5 problem!

2004-07-28 Thread Jeremy Ford
It looks like you are trying to use the database psml manager. Are the psmls in the database properly? Compare the jetspeed.script to the one that comes with the war. Jeremy Ford [EMAIL PROTECTED] From: "Robin Antony" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To:

Re: PostgreSQL bug

2004-07-28 Thread Mariusz Fitowski
Hello, >> Jetspeed 1.5 has old commons-dbcp and commons-pool. >> Please see JS1-484. In my environment(Linux), it >> works fine by the fix! I replaced these files in Tomcat and Jetspeed /lib directories. Don't work. While I try to add a new role there is a message: "Entity Name Already Exists.

Problem Jetspeed1.5

2004-07-28 Thread Robin Antony
Hi, I am having a problem with deploying jetspeed 1.5. My company just bought a server space in a hosting company. This was to host an application on jetspeed for one of our customers in US. They were providing a virtual private server space. So we got the server and installed openCMS. we just depl

Problem with Jetspeed1.5

2004-07-28 Thread Robin Antony
Hi, I am having a problem with deploying jetspeed 1.5. My company just bought a server space in a hosting company. This was to host an application on jetspeed for one of our customers in US. They were providing a virtual private server space. So we got the server and installed openCMS. we just depl

Jetspeed 1.5 problem!

2004-07-28 Thread Robin Antony
Hi, I am having a problem with deploying jetspeed 1.5. My company just bought a server space in a hosting company. This was to host an application on jetspeed for one of our customers in US. They were providing a virtual private server space. So we got the server and installed openCMS. we just depl

RE: ParameterPresentationStyle - REPOST

2004-07-28 Thread Cyrille GACHOT
Le mer 28/07/2004 à 11:47, Holger Dewes a écrit : > > -Original Message- > > From: Cyrille GACHOT [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 28, 2004 1:04 PM > > To: Jetspeed User List > > Subject: RE: ParameterPresentationStyle - REPOST > > > > Thanks, I'm going to take a look a

RE: ParameterPresentationStyle - REPOST

2004-07-28 Thread Holger Dewes
> -Original Message- > From: Cyrille GACHOT [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 1:04 PM > To: Jetspeed User List > Subject: RE: ParameterPresentationStyle - REPOST > > Thanks, I'm going to take a look at that. btw, is it possible > to define my own Customizer only

RE: ParameterPresentationStyle - REPOST

2004-07-28 Thread Cyrille GACHOT
Thanks, I'm going to take a look at that. btw, is it possible to define my own Customizer only for one portlet and not for every one? Le mer 28/07/2004 à 10:50, Holger Dewes a écrit : > > -Original Message- > > From: Cyrille GACHOT [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 28,

RE: Automatic Refresh of Portlet

2004-07-28 Thread Jonathan Hawkins
Apologies for spelling mistake in original post !! We have a portlet that displays users tasks as part of a workflow. We want the portlet to refresh at set intervals, 30 seconds for example. Ideally we do not want the entire portal to refresh, so the question is, any ideas / mechanisms for achievi

Automatic Refresh of Portlet

2004-07-28 Thread Jonathan Hawkins
We have a portlet that displays users tasks as part of a workflow. We want the portlet to refresh at set intervals, 30 seconds for example. Ideally we do not want the entire portal to refresh, so the wuation is, any ideas / mechanisms for achieving this. So far, we have come up with an applet poll

RE: ParameterPresentationStyle - REPOST

2004-07-28 Thread Holger Dewes
> -Original Message- > From: Cyrille GACHOT [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 12:08 PM > To: Jetspeed User List > Subject: Re: ParameterPresentationStyle - REPOST > > Hi Raphaël, > > My previous post on this topic is dated from Friday (5 days ago). > My request w

Re: ParameterPresentationStyle - REPOST

2004-07-28 Thread Cyrille GACHOT
Hi Raphaël, My previous post on this topic is dated from Friday (5 days ago). My request was on how to retrieve the information the user is typing in the form of my template. I don't use the standard form of Jetspeed to customize my portlet, because it doesn't serve my whishes. I know how to put m

Re: ParameterPresentationStyle - REPOST

2004-07-28 Thread Raphaël Luta
Cyrille GACHOT wrote: Hi users, Does anybody use ParameterPresentationStyle? Nobody ?? Please help... ---THIS IS A REPOST--- I'm using a portlet that need a complex customization. So, I'm looking to use ParameterPresentationStyle class (or sub-class) and use my own customization tem

ParameterPresentationStyle - REPOST

2004-07-28 Thread Cyrille GACHOT
Hi users, Does anybody use ParameterPresentationStyle? Nobody ?? Please help... ---THIS IS A REPOST--- I'm using a portlet that need a complex customization. So, I'm looking to use ParameterPresentationStyle class (or sub-class) and use my own customization template. I've looked i

Re: custom localization files not included in deploy

2004-07-28 Thread Cyrille GACHOT
Hi, Sorry, maybe I was drunk when I answer your mail. I totally miss the point. I've just tested the localization thing the way i use it in J-1.4 (in wich it used to work), and your right it doesn't work. There is not my localization directory in the deploy directory, neither there is any of the