cvs commit: jakarta-jetspeed/xdocs index.xml

2002-04-05 Thread sgala
sgala 02/04/05 00:23:38 Modified:xdocsindex.xml Log: Typo in index page. Reported by Pier Paolo Fumagalli. Revision ChangesPath 1.11 +1 -1 jakarta-jetspeed/xdocs/index.xml Index: index.xml ===

cvs commit: jakarta-jetspeed build.xml

2002-04-05 Thread kimptoc
kimptoc 02/04/05 01:36:01 Modified:.build.xml Log: add a little comment Revision ChangesPath 1.4 +2 -0 jakarta-jetspeed/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-

cvs commit: jakarta-jetspeed project.properties

2002-04-05 Thread kimptoc
kimptoc 02/04/05 02:02:35 Modified:.project.properties Log: make the maven build use the correct lib.repo throughout Revision ChangesPath 1.3 +2 -0 jakarta-jetspeed/project.properties Index: project.properties ===

Re: portlet without title

2002-04-05 Thread Franck MENEZ
I saw this control (ClearPortletControl) in control.xreg but no sample on how to use it... my purpose is to display a picture in a pane without title... What have i to write in my-portlet.xreg ? Thanks for your help, Franck [EMAIL PROTECTED] wrote: > Franck MENEZ wrote: > > Hi, > > > > Is it p

Re: portlet without title

2002-04-05 Thread Paul Spencer
Franck, You can set the parameter _showtitlebar to TRUE in for the entry in the PSML or the portlet in the registry. See http://jakarta.apache.org/jetspeed/site/portlet_config_common.html#Element:%20parameter Paul Spencer Franck MENEZ wrote: > Hi, > > Is it possible to display a portlet in

Re: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/template JetspeedLink.java

2002-04-05 Thread Paul Spencer
Santiago, Santiago Gala wrote: > [EMAIL PROTECTED] wrote: > >> paulsp 02/04/03 19:49:23 >> >> Added: src/java/org/apache/jetspeed/util/template >> JetspeedLink.java >> Log: >> Part of the PEID implementation. This will replace >> JetspeedTemplateLink.java >> >> > I imagine you

Re: does jetspeed display gif only?

2002-04-05 Thread Paul Spencer
Shinj, The display of an image is function of the browser, i.e. Netscape or IE, not Jetspeed. If the image does not display on an page generated by Jetspeed, the link to the image may be incorrect, or the mime type may not be correctly set by the web server Paul Spencer s s wrote: > hello e

Re: cvs commit: jakarta-jetspeed build.xml project.properties

2002-04-05 Thread Jason van Zyl
On Thu, 2002-04-04 at 17:09, Chris Kimpton wrote: > Hi, Chris, I put the JARs in the central lib.repo. Let me know if you need anything else. B3 of Maven will be out later today or early tomorrow and B4 will be out next week. In the B4 release we will address taking care of dependencies in a un

little html bug in default.vm

2002-04-05 Thread PierreBESSON
Hello, I find a little bug in default.vm : when portal content is not large enought , the pan-tab width is not "stable". I have just added a 'width ="100%"' to fix it - + $screen_placeholder It may be committed if you think it's a great contribution ! Bye,

Re: cvs commit: jakarta-jetspeed build.xml project.properties

2002-04-05 Thread Chris Kimpton
Hi, --- Jason van Zyl <[EMAIL PROTECTED]> wrote: > I put the JARs in the central lib.repo. Let me know if you need > anything > else. You could fix the permissions on the obj jar file ;-) I get this error when trying to fetch it: You don't have permission to access /turbine/jars/ojb-0.7.343.

cvs commit: jakarta-jetspeed build.xml

2002-04-05 Thread kimptoc
kimptoc 02/04/05 10:03:11 Modified:.build.xml Log: corrected the dependencies a little more Revision ChangesPath 1.5 +2 -1 jakarta-jetspeed/build.xml Index: build.xml === RCS file

Re: cvs commit: jakarta-jetspeed build.xml project.properties

2002-04-05 Thread Jason van Zyl
On Fri, 2002-04-05 at 13:02, Chris Kimpton wrote: > Hi, > > --- Jason van Zyl <[EMAIL PROTECTED]> wrote: > > I put the JARs in the central lib.repo. Let me know if you need > > anything > > else. > > You could fix the permissions on the obj jar file ;-) > > I get this error when trying to fet

Session Info for RunData

2002-04-05 Thread Cabio, Michelle (Michelle)
All, I am currently trying to find a way to possibly append or add an xml string to a RunData's session info. Does addMessage(String msg) do this?? Is there another API that allows me to add a string variable to RunData's session info?? Please respond. Thanks! -- To unsubscribe, e-mai

RE: Profiler service

2002-04-05 Thread David Sean Taylor
> Excuse my ignorance - but what does it do? Does this affect > how it looks up profiles and allows for language specific > profiles? But we would still have country specific profiles > - correct? If you turn on the language feature of the profiler (which is the default), it will search for

RE: Session Info for RunData

2002-04-05 Thread David Sean Taylor
Rundata.getUser().setTemp > -Original Message- > From: Cabio, Michelle (Michelle) [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 10:24 AM > To: Jetspeed Developers List > Subject: Session Info for RunData > > > > All, > > I am currently trying to find a way to possibly

RE: Session Info for RunData

2002-04-05 Thread Cabio, Michelle (Michelle)
thanks david!!! -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:48 PM To: 'Jetspeed Developers List' Subject: RE: Session Info for RunData Rundata.getUser().setTemp > -Original Message- > From: Cabio, Michelle (Michell

RE: Session Info for RunData

2002-04-05 Thread David Sean Taylor
In general, I think we need to abstract get/setTemp with a Jetspeed 'StateManager' or 'SessionManager' service. There is the problem with name collision on a portal page, esp. the case where we put the same portlet twice on a page (sometimes that sharing state between portlets on a page is desire

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/browser - New directory

2002-04-05 Thread taylor
taylor 02/04/05 12:39:00 jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/browser - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/browser - New directory

2002-04-05 Thread taylor
taylor 02/04/05 12:39:51 jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/browser - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/webapp/css default.css

2002-04-05 Thread taylor
taylor 02/04/05 13:10:07 Modified:webapp/WEB-INF/conf portlets.xreg webapp/WEB-INF/db jetspeed.properties jetspeed.script webapp/css default.css Added: webapp/WEB-INF/templates/vm/portlets/html database-browser-customize.vm

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/browser BrowserIterator.java DatabaseBrowserIterator.java DatabaseBrowserPortlet.java

2002-04-05 Thread taylor
taylor 02/04/05 13:13:40 Added: src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java src/java/org/apache/jetspeed/portal/portlets/browser BrowserIterator.java DatabaseBrowserIterator.ja

RE: Session Info for RunData

2002-04-05 Thread mmosttler
How about something similar to the PortletSession and SessionManager found in the portlet_api branch. It encodes attributes for the portlet instance and the can encode with the user. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 12:06

cvs commit: jakarta-jetspeed/build build.xml

2002-04-05 Thread taylor
taylor 02/04/05 13:17:42 Modified:buildbuild.xml Log: Changed deploy target to 'hotdeploy' target Added new deploy target which deletes the project directory from app.server, and copies the new war over to the app server Revision ChangesPath 1.136 +17 -7

Re: cvs commit: jakarta-jetspeed/build build.xml

2002-04-05 Thread Chris Kimpton
Hi, --- [EMAIL PROTECTED] wrote: > taylor 02/04/05 13:17:42 > > Modified:buildbuild.xml This is deprecated - use Maven ;-) I suggest we use the build.xml in the jetspeed route directory to build from. This uses maven for compiles and jar'ing. That is, the default task is mav

RE: cvs commit: jakarta-jetspeed/build build.xml

2002-04-05 Thread David Sean Taylor
Chris, > This is deprecated - use Maven ;-) Great. I haven't tried it yet. Can we build Jetspeed with Maven now? > One big difference is that things are now built into a > directory called 'target' - not 'bin' ! I guess we could call it 'bin', but it wouldn't be a standard Maven build then.

RE: cvs commit: jakarta-jetspeed/build build.xml

2002-04-05 Thread Chris Kimpton
Hi, --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > > Great. I haven't tried it yet. Can we build Jetspeed with Maven > now? Yep. >From the 'root' of the jetspeed project, enter ant deploy This will use the maven build.xml in that directory - which will forward the call to the build/build

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm

2002-04-05 Thread taylor
taylor 02/04/05 14:50:14 Modified:webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm Log: added version id Revision ChangesPath 1.2 +1 -1 jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/database-browser-p

cvs commit: jakarta-jetspeed/build/torque/conf - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:51:27 jakarta-jetspeed/build/torque/conf - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/conf/org - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:51:36 jakarta-jetspeed/build/torque/conf/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/conf/org/apache - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:51:48 jakarta-jetspeed/build/torque/conf/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/conf/org/apache/velocity - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:51:59 jakarta-jetspeed/build/torque/conf/org/apache/velocity - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/conf/org/apache/velocity/runtime - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:52:09 jakarta-jetspeed/build/torque/conf/org/apache/velocity/runtime - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/conf/org/apache/velocity/runtime/defaults - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 14:52:20 jakarta-jetspeed/build/torque/conf/org/apache/velocity/runtime/defaults - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm

2002-04-05 Thread taylor
taylor 02/04/05 14:52:36 Modified:webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm Log: corrected the version id Revision ChangesPath 1.3 +1 -1 jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/database-b

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/browser BrowserIterator.java DatabaseBrowserIterator.java DatabaseBrowserPortlet.java

2002-04-05 Thread taylor
taylor 02/04/05 14:54:47 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java src/java/org/apache/jetspeed/portal/portlets/browser BrowserIterator.java DatabaseBrowserIterator.ja

cvs commit: jakarta-jetspeed/build/torque/templates/sql/security Control.vm default-roles-perms.vm default-secure-passwords.vm

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:03:29 Modified:build/torque build.properties build.xml build/torque/schema dbpsml-schema.xml Added: build/torque/conf/org/apache/velocity/runtime/defaults velocity.properties Removed: build/torque/lib torque-3.0-b2

cvs commit: jakarta-jetspeed/lib torque-3.0-b2-dev.jar

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:09:13 Added: lib torque-3.0-b2-dev.jar Log: added torque from http://jakarta.apache.org/turbine/jars/torque-3.0-b2-dev.jar as of 03-Apr-2002 15:15 274K Revision ChangesPath 1.1 jakarta-jetspeed/lib/torque-3.0-b2-dev.jar

cvs commit: jakarta-jetspeed/lib commons-lang-0.1-dev.jar

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:17:00 Added: lib commons-lang-0.1-dev.jar Log: commons lang is needed by torque 3 Revision ChangesPath 1.1 jakarta-jetspeed/lib/commons-lang-0.1-dev.jar <> -- To unsubscribe, e-mail:

cvs commit: jakarta-jetspeed project.xml

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:24:19 Modified:.project.xml Log: added commons lang dependancy to maven Revision ChangesPath 1.4 +0 -2 jakarta-jetspeed/project.xml Index: project.xml === RCS

cvs commit: jakarta-jetspeed/xdocs changes.xml

2002-04-05 Thread taylor
taylor 02/04/05 15:27:58 Modified:xdocschanges.xml Log: Revision ChangesPath 1.35 +4 -1 jakarta-jetspeed/xdocs/changes.xml Index: changes.xml === RCS file: /home/cvs/jakarta-jetspeed

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/torquewrapper - New directory

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:50:58 jakarta-jetspeed/src/java/org/apache/jetspeed/services/torquewrapper - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/torquewrapper TorqueDBAdaptor.java TorqueDBConnectionAdaptor.java TorquePoolServiceAdaptor.java

2002-04-05 Thread kimptoc
kimptoc 02/04/05 15:54:05 Added: src/java/org/apache/jetspeed/services/torquewrapper TorqueDBAdaptor.java TorqueDBConnectionAdaptor.java TorquePoolServiceAdaptor.java Log: wrapper around torque pools so that it looks like turbine-2,

cvs commit: jakarta-jetspeed/build build.properties

2002-04-05 Thread taylor
taylor 02/04/05 17:47:30 Modified:buildbuild.properties Log: I know we are dumping the old build, but needed this for unit testing on the hypersonic db Revision ChangesPath 1.11 +1 -0 jakarta-jetspeed/build/build.properties Index: build.properties

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf psml-mapping.xml

2002-04-05 Thread taylor
taylor 02/04/05 17:48:44 Modified:webapp/WEB-INF/conf psml-mapping.xml Log: Changed mapping in order to properly marshall references. Revision ChangesPath 1.4 +9 -5 jakarta-jetspeed/webapp/WEB-INF/conf/psml-mapping.xml Index: psml-mapping.xml =

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/test testcaseMarshall.psml testcase.psml

2002-04-05 Thread taylor
taylor 02/04/05 17:49:49 Modified:webapp/WEB-INF/psml/test testcase.psml Added: webapp/WEB-INF/psml/test testcaseMarshall.psml Log: updated test cases for marshalling Revision ChangesPath 1.4 +1 -0 jakarta-jetspeed/webapp/WEB-INF/psml/test/testcase.ps

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager TestMarshalPsml.java

2002-04-05 Thread taylor
taylor 02/04/05 17:52:11 Modified:src/java/org/apache/jetspeed/om/profile/psml PsmlPortlets.java src/java/org/apache/jetspeed/services/psmlmanager TestMarshalPsml.java Log: added marshalling of references. Next: we need

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html default.psml

2002-04-05 Thread taylor
taylor 02/04/05 19:51:19 Modified:webapp/WEB-INF/psml/user/turbine/html default.psml Log: sample reference added to default.psml Revision ChangesPath 1.14 +43 -16 jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml Index: default.psml ===

RE: turbine and ojb

2002-04-05 Thread David Sean Taylor
Hi Martin, > >>ojb like any other component (e.g. torque) i'm also writing a > >>generator for ojb based on the torque generator > > > > > > Good. Glad to hear it. How does it work? Does it generate a > > repository.xml? > > yes .. it uses the same schema.xml as torque, so we can use > torqu