Jetspeed 2 and PostgreSQL

2006-11-14 Thread Michael Post
Hello list, i want to set up an portal with jetspeed 2 and postgresql. I downloaded the installer (.jar), but any of my tries fails while creating the database-structure in postgresql. Later, i have installed included derby-database, but i got error after calling the portal in browser. Some title

Re: Jetspeed build source repository errors

2006-11-14 Thread dee factorial
I restarted the build process again, this time I took the build.properties.sample file and replaced the values in it with the values I had already. I built the project but when I run it on apache I get Jetspeed initialization errors.. I took out the postgres database stuff and now I'm running the

Re: Portlet caching

2006-11-14 Thread Aaron Evans
Brice, firstly, according to the spec, this is the expected behaviour. Render parameters do not get changed/reset/erased until the next processAction is executed for that portlet. There is however a jetspeed specific configuration that is possible so that after navigating away from the page, the

Re: Portlet caching

2006-11-14 Thread Brice Lambi
Great, that works perfect! On Tue, 2006-11-14 at 09:20 -0500, Aaron Evans wrote: > Brice, > firstly, according to the spec, this is the expected behaviour. > Render parameters do not get changed/reset/erased until the next > processAction is executed for that portlet. > > There is however a jetsp

Re: VelocityPortlet

2006-11-14 Thread Philip Mark Donaghy
You might want to look at the j2 source. Almost all admin portlets are using the velocity portlet or an extension of it. See applications/j2-admin in the j2 trunk of svn. svn co http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk portals-jetspeed-2 Philip On 11/14/06, Nikko Gaerlan <[EMAIL

Re: VelocityPortlet

2006-11-14 Thread Nikko Gaerlan
thanks philip.. yup.. thats whats im doing.. i just missed the web.xml part.. On 11/14/06, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote: You might want to look at the j2 source. Almost all admin portlets are using the velocity portlet or an extension of it. See applications/j2-admin in the j2

Re: VelocityPortlet

2006-11-14 Thread Nikko Gaerlan
aw nevermind found it on the main site... On 11/14/06, Nikko Gaerlan <[EMAIL PROTECTED]> wrote: hi list.. anybody has a guide on how to make a VelocityPortlet? velocity gets the values via context right? any useful links? i cant seem to find one... or i need sample of a simple velocity por

VelocityPortlet

2006-11-14 Thread Nikko Gaerlan
hi list.. anybody has a guide on how to make a VelocityPortlet? velocity gets the values via context right? any useful links? i cant seem to find one... or i need sample of a simple velocity portlet that prints userinfo or anything from the context.. it would be a great help.. thanks..