NewbeeQ: Getting User name from Jetspeed with JSP

2001-10-11 Thread Sigurður Reynisson
Hi all! I've been playing around with the hello.jsp portlet in ver 1.3a2-dev and added a database access to it, work's fine with calls to postgreSQL. Now I'm trying to access the user name from Jetspeed. I want to use the user name to access the postgreSQL database. I've tryed using "java.util.

RE: A Horrible Exception - NewbeeQ

2001-07-31 Thread Sigurður Reynisson
that is a pb with latest cvs ?? Please Help. vincent. Sigurður Reynisson wrote: > Hi all, again! > > I just noticed that after pressing F5 the Horrible Exception now > reads: > > Horrible Exception: java.lang.ClassCastException: java.lang.String > at > o

RE: A Horrible Exception - NewbeeQ

2001-07-27 Thread Sigurður Reynisson
Hi all, again! I just noticed that after pressing F5 the Horrible Exception now reads: Horrible Exception: java.lang.ClassCastException: java.lang.String at org.apache.jetspeed.services.rundata.DefaultJetspeedRunData.getProfile (DefaultJetspeedRunData.java:237) at org.apa

A Horrible Exception - NewbeeQ

2001-07-26 Thread Sigurður Reynisson
Hi all! Specs: JBoss 2.4 BETA(Rel_2_4_0_23) w/Embedded Tomcat-3.2.3 Jetspeed Portal Implementation 1.3a2 (builds ok) I'm trying to use Postgresql DB for Jetspeed, I've put the following in my TurbineResources.properties: database.default.driver=org.postgresql.Driver