Torque and postgresql on linux fails

2003-12-20 Thread Henrik W. Hansen
Hi All I have been struggling with the following error for a day now. My problem is, that it works fine on windows, but when tested on Linux (production) it fails. 2003-12-20 11:26:03,625 [Thread-13] WARN IDBroker - IDBroker is being used with db 'webmonitor', which does not support transactio

ERROR scheduler - Error in WorkerThread for sheduled job #

2003-12-11 Thread Henrik W. Hansen
Hi all Just startet working with the Turbine scheduler and have some trouble configuring it. I get an java.lang.ClassNotFoundException: Requested ScheduledJob not found: SimpleScheduledTask Turbine looked in the following modules.packages path: [org.apache.jetspeed.modules, org.apache.tu

postgres and ant import

2003-11-28 Thread Henrik W. Hansen
Hi I have followed the instuctions on: http://jakarta.apache.org/jetspeed/site/psml_db.html in order to convert to postgresql. Everything seem to work fine. But I am having problems storing the PSML in postgreql. What sould I do after running "ant import". Output is: import: [java] * PSM

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-08 Thread Henrik W. Hansen
$jslink.addPathInfo($jslink.ActionKey,"portlets.myAction").addQueryData( "eventSubmit_...")" ? /A -Original Message----- From: Henrik W. Hansen [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 1:15 PM To: Jetspeed Users List Subject: Re: setTemplate in Ve

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Henrik W. Hansen
.setAction does not work the way I expected. Thank for your fast responses. Best regards Henrik Jeremy Ford wrote: Could you try this is the latest version of Jetspeed? Thanks. I seem to recall that there was a similar issue that was fixed for b4/release. Jeremy Ford From: "Henrik W.

setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-06 Thread Henrik W. Hansen
Hi all This should be a trivial question. But i have been struggeling with it for a while now. When executing the following action : public void doAddmonitor(RunData data, Context context) { setTemplate(data, "webmonitor/createMonitorParam.vm"); } I get the following excetion: Horrible Except

WebPagePortlet and href

2003-09-13 Thread Henrik W. Hansen
Hi all Heres a newbie question. I am using opencms and would like to include opencms content into jetspeed. I was trying to use the WebPagePortlet. But I would like the every link i the WebPagePortlet link to Jjetspeed (now the href opens a new window). Is there a way to rewrite a HREF so th

Cookie is not set in jetspeed when anon user is used

2003-04-06 Thread Henrik W. Hansen
Hi all, I am not able to set a cookie from a velocity portlet if i am not logged in to jetspeed! The following works fine if I am logged in, but fails if not logged in (meaning the anon user are used). public void doSetcookie(RunData data, Context context) { CookieParser cp = data.getCookies();

How to prevent double submit?

2003-02-13 Thread Henrik W. Hansen
Hello How do I prevent a double submit. Is there a way, I can detect a refresh, so that the actions do not get executed on a refresh? /Henrik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P