Re: Jetspeed-2 install problems

2003-11-12 Thread Gerry Reno
I resynced with the HEAD and now when I run maven allBuild I'm seeing other errors: BUILD FAILED File.. file:/home/greno/projects/workspace/jakarta-jetspeed-2/portal/ Element... copy Line.. 105 Column 97 Warning: Could not find file /home/greno/projects/workspace/jakarta-jetspeed-2/por

Re: jetspeed and castor 0.9.5 hangs

2003-11-12 Thread Paul Egaru
I have been trying to get jetspeed to work with castor 0.9.5 as our portlet data needs this with no luck. However I have discovered a couple of things that cause jetspeed to trip when used with castor 0.9.5 - if castor is set to validate the unmarshalled objects (the default setting) then it tr

Changing ALL Binary DataTypes to Image in MS SQLServer Turbine ge nerated SQL script

2003-11-12 Thread Celeste Haseltine
We have been testing out an existing JDBC driver for MS SQLServer 2000 that my client has purchased from net-direct, called JSQLConnect. Initially, the driver threw an error when we attempted to log into Jetspeed. One of my team mates discovered that the Torque generated Turbine scripts contain t

Re: Release

2003-11-12 Thread Ricardo de Souza Moura
Somebody has the answers to this questions ? What the prevision to the jetspeed2 release ? If I take the source of cvs and build the jetspeed2 in my tomcat Will I get to run the portal ? Thanks _ MSN Messenger: converse com os seus

Question on Security

2003-11-12 Thread Boyd, David
Using Jetspeed1-4b3 The main page of my application has two panes, Home and Public. The Home pane has a single portlet on it, the Public pane has 10 portlets on it (the are all the same portlets.) If a user logs in to the system he is presented with the Home pane, navigate to the public pane.

RE: Question on Jetspeed 2.0

2003-11-12 Thread Weaver, Scott
Hi Celeste, > Quick question to those working on the Jetspeed 2.0 project. Will > Jetspeed > 2.0 still utilize Turbine and Torque? The answer is no and no. Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Porta

Question on Jetspeed 2.0

2003-11-12 Thread Celeste Haseltine
Quick question to those working on the Jetspeed 2.0 project. Will Jetspeed 2.0 still utilize Turbine and Torque? Celeste - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: DB2 on OS/390

2003-11-12 Thread Weaver, Scott
> I believe > db2 is smart enough to only store the number of chars used in a varchar, > and not the maxlength for each record. AFAIK, that's the biggest difference between a CHAR (fixed length string data) and a VARCHAR (variable length string data). A CHAR always stores the maximum length of th

Re: DB2 on OS/390

2003-11-12 Thread Stuart Belden
You should be able to use varchar with little trouble; the one thing you'l have to look out for is the number of portlets on a page; the actual number of portlets _total_ in Jetspeed makes no difference (since xreg files are not stored in the db). It obviously depends on your environment, but I

Re: Can't Jetspeed get starting with postgresql

2003-11-12 Thread Stuart Belden
What are your torque database settings? Should look something like the following (these are obviously for db2) torque.dsfactory.default.connection.driver = COM.ibm.db2.jdbc.app.DB2Driver torque.dsfactory.default.connection.url = jdbc:db2:dev torque.dsfactory.default.connection.user = user torque

RE: Popup windows with Portlets

2003-11-12 Thread Boyd, David
The popup that I have is done by the user selecting a save button that is part of the .jsp page (not the portlet action bar). This calls the following javascript code which popups a window for the user to enter a note: function addNotePopupWindow() { sHeight = screen.height sWidth