Re: Jetspeed and Turbine 2.x Head

2001-11-26 Thread Santiago Gala
David Sean Taylor wrote: >>No problem with turbine in my current tests. I'm having problems with >>xerces/xalan (small things is some stylesheets). >> > >I seem to remember the problem being JSP when used with a Jetspeed system >configured with Velocity as the default template system. >Have you t

Re: customizer broken

2001-11-26 Thread Raphaël Luta
David Sean Taylor wrote: >>This is a has been around for a while, nothing new :( >> > > Well maybe so, but its new to me, and its easily fixed with a simple check > for null. > > Regardless checking for null obviously didn't fix the customizer, nor the > root of the problem: why is there a port

Re: Jetspeed and Turbine 2.x Head

2001-11-26 Thread Santiago Gala
Ignacio J. Ortega wrote: >+1 tested and everything works well, i'll commit the jar change and >others related soon, if nobody objects.. > I'm testing your changes. I see jetspeed in Spanish now ;) . The missing update is velocity. I'm waiting to understand if the patch we had around there is st

dbpsml - wierd behaviour

2001-11-26 Thread Chris Kimpton
Hi, I just updated my linux work area, switched to dbpsml in JRp and did a "build clean install". I then started tomcat401 and went to the homepage. The layout I got was as if I had logged in as the admin user - tabs offering content, security and admin. It seems a little intermittent - as I d

Re: Jetspeed and Turbine 2.x Head

2001-11-26 Thread Paul Spencer
Santiago Gala wrote: > I'm testing with the velocity-1.2-dev.jar found in jakarta-turbine-2 . I > will commit it if nobody objects. Can anybody remind me if testing > against Hello(jsp) in the dynamic pane of anonymous user was enough? > Test JSPs with the portlet JSP1_2andJetspeedTagLib. Un

RE: dbpsml - wierd behaviour

2001-11-26 Thread David Sean Taylor
Nope - haven't seen any of those problems. Here is my bug list dbpsml: - the anonymous page is wrong. It seems to have copied the turbine user page to anonymous - when creating a new account, it copies the turbine users' wml page instead of the html - update fails, as you have already pointe

RE: Jetspeed and Turbine 2.x Head

2001-11-26 Thread David Sean Taylor
The JSP1_2andJetspeedTagLib portlet seems to work for me > -Original Message- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 4:46 AM > To: Jetspeed Developers List > Subject: Re: Jetspeed and Turbine 2.x Head > > > Santiago Gala wrote: > > > I'm t

RE: customizer broken

2001-11-26 Thread David Sean Taylor
Yes, I understand about the _display parameter. I've already fixed the check for null. > * PortletSetCustomizer is the portlet that implements the > current customizer >(yes, it's a portlet so it may swapped with a better > implementation just > change the registry entry definition... :)

cvs commit: jakarta-jetspeed/build build.xml

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:10:12 Modified:buildbuild.xml Log: report which compiler is in use Revision ChangesPath 1.110 +1 -0 jakarta-jetspeed/build/build.xml Index: build.xml === RCS file: /

cvs commit: jakarta-jetspeed/build build.bat

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:10:53 Modified:buildbuild.bat Log: allow longer ant command lines to be passed thru Revision ChangesPath 1.12 +1 -1 jakarta-jetspeed/build/build.bat Index: build.bat

DO NOT REPLY [Bug 4188] - Change to the build file to support using jikes as the compiler

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/build build.xml

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:17:26 Modified:buildbuild.xml Log: added option to build just the jetspeed java source Revision ChangesPath 1.111 +11 -1 jakarta-jetspeed/build/build.xml Index: build.xml =

DO NOT REPLY [Bug 4439] - Add a target that builds the src of jetspeed

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/build build.xml

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:22:47 Modified:buildbuild.xml Log: added a war-template ant target - useful when integrating with your app that uses jetspeed Revision ChangesPath 1.112 +24 -0 jakarta-jetspeed/build/build.xml Index: build.xml =

DO NOT REPLY [Bug 4443] - Provide a target to build a template war

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: customizer broken

2001-11-26 Thread Raphaël Luta
David Sean Taylor wrote: > Yes, I understand about the _display parameter. > I've already fixed the check for null. > > >>* PortletSetCustomizer is the portlet that implements the >>current customizer >> (yes, it's a portlet so it may swapped with a better >>implementation just >>change t

RE: customizer broken

2001-11-26 Thread David Sean Taylor
> It relies on 2 standard registry entry: > > "PortletCustomizer" should be the default portlet parameter > customizer. > "PortletSetCustomizer" should be the default PSML page customizer. If that isn't already in the documentation, then it should be. > WHen asked to configure a portlet p (whi

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

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:35:42 Modified:buildbuild.properties build.xml Log: removed unzip-war task - as now replaced by install task. also moved install.war default into build.xml Revision ChangesPath 1.4 +1 -1 jakarta-jetspeed/build/build.properties In

DO NOT REPLY [Bug 4589] - fine tune the install build target

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java

2001-11-26 Thread kimptoc
kimptoc 01/11/26 08:37:33 Modified:src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java Log: enclose the more of the method in a try block to provide better error handling Revision ChangesPath 1.24 +39 -39 jakarta-jet

DO NOT REPLY [Bug 4447] - Enclose all the methods in the doPerform with a try block

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4696] - RE: How do you expand the 'create new account'-form

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4747] - [PATCH] Add security support to the building of tabbed panes and their controls

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4441] - Include the jetspeed version on the jar file

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] New: - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

1.3a2 release

2001-11-26 Thread David Sean Taylor
Hi All, I am proposing we release 1.3a2 this coming weekend, tentatively on December 1. Could all committers please vote on releasing 1.3a2 at this time? We don't need to get every outstanding feature into the release. Its been far too long in between releases, and I believe the user base needs

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introduction to jetspeed]

2001-11-26 Thread Ignacio J. Ortega
Wrong list for the first post i did.. Althought we have already the needed votes ( Chris, Raphael, and me ) i'm sure everyone want to give you his vote, I'm giving them the possibility to do so..;) Add yourself to committers ASAP :) Saludos , Ignacio J. Ortega > -Mensaje original- > D

Re: 1.3a2 release

2001-11-26 Thread Chris Kimpton
Hi, --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > Hi All, > > I am proposing we release 1.3a2 this coming weekend, tentatively on > December > 1. > Could all committers please vote on releasing 1.3a2 at this time? > +1 Lets do it! Chris = Need somewhere to Live in London? - Then go

RE: 1.3a2 release

2001-11-26 Thread Ignacio J. Ortega
I'm +1 but i will need a another weekend to finish l10n completely finish l10n task.. so better to release 7 or 8 Dec, if releasing on weekend i would help a bit .. Or in the case do another short cycle release after Dec 1.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Davi

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introductionto jetspeed]

2001-11-26 Thread David Sean Taylor
I already voted +1 > -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 9:59 AM > To: '[EMAIL PROTECTED]' > Cc: 'Jason van Zyl' > Subject: RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: > introductionto jetspeed] > > > Wrong list

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introductionto jetspeed]

2001-11-26 Thread Ignacio J. Ortega
Sorry, confused Chris and you.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 26 de noviembre de 2001 19:20 > Para: 'Jetspeed Developers List' > Asunto: RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: > introdu

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introductiont o jetspeed]

2001-11-26 Thread Chris Kimpton
Hi, --- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > Sorry, confused Chris and you.. ;-) > > > > > > > > It's evident that we need Jason Van Zyl near us ;), so i'm > > > > proposing him > > > > as committer to JetSpeed :) +1 Chris = Need somewhere to Live in London? - Then go to htt

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introductiont o jetspeed]

2001-11-26 Thread David Sean Taylor
That makes 4 votes, welcome Jason. Jason could you please add yourself to the jetspeed cvs :) > -Original Message- > From: Chris Kimpton [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 10:27 AM > To: Jetspeed Developers List > Subject: RE: [VOTE] JVZ as committer to JetSp

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry CastorRegistryService.java

2001-11-26 Thread kimptoc
kimptoc 01/11/26 11:10:05 Modified:src/java/org/apache/jetspeed/services/registry CastorRegistryService.java Log: remove a deprecation warning by switch Log.note to Log.info Revision ChangesPath 1.11 +2 -2 jakarta-jetspeed/src/java/org/

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java UpdateAccount.java

2001-11-26 Thread kimptoc
kimptoc 01/11/26 11:25:25 Modified:src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java UpdateAccount.java Log: bug4696- allow create and update user actions to be extended - eg for application specific user amendments Revision Cha

DO NOT REPLY [Bug 4696] - RE: How do you expand the 'create new account'-form

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5091] - CastorRegistryService.addEntry method fails

2001-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introduction to jetspeed]

2001-11-26 Thread Santiago Gala
Ignacio J. Ortega wrote: >Wrong list for the first post i did.. > >Althought we have already the needed votes ( Chris, Raphael, and me ) >i'm sure everyone want to give you his vote, I'm giving them the >possibility to do so..;) > +1 (I nearly missed this vote, arriving home right now). P.S. A

Re: 1.3a2 release

2001-11-26 Thread Santiago Gala
David Sean Taylor wrote: >Hi All, > >I am proposing we release 1.3a2 this coming weekend, tentatively on December >1. >Could all committers please vote on releasing 1.3a2 at this time? > +1 (Maybe taking into acount Nacho's timing) > >We don't need to get every outstanding feature into the relea

Re: Jetspeed and Turbine 2.x Head

2001-11-26 Thread Santiago Gala
Paul Spencer wrote: > Santiago Gala wrote: > >> I'm testing with the velocity-1.2-dev.jar found in jakarta-turbine-2 >> . I will commit it if nobody objects. Can anybody remind me if >> testing against Hello(jsp) in the dynamic pane of anonymous user was >> enough? >> > > > Test JSPs with the

cvs commit: jakarta-jetspeed/lib velocity-1.2-dev.jar

2001-11-26 Thread sgala
sgala 01/11/26 17:08:49 Modified:lib velocity-1.2-dev.jar Log: updated to the corresponding version with turbine Revision ChangesPath 1.3 +1222 -1354jakarta-jetspeed/lib/velocity-1.2-dev.jar <> -- To unsubscribe, e-mail:

RE: Jars used

2001-11-26 Thread Frans Thamura
Dear All, Is it good to use a non release version in a development system? What happen if there is a bug in the development component outside this list? Frans --- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > > > > My understanding: > > o Jars from a nightly build should have the build >

Re: Jetspeed and Turbine 2.x Head

2001-11-26 Thread Paul Spencer
Santiago, Please remove the stuff in JSP1_2andJetspeedTagLib that does not work in under servlet2.2 Paul Spencer Santiago Gala wrote: > Paul Spencer wrote: > >> Santiago Gala wrote: >> >>> I'm testing with the velocity-1.2-dev.jar found in jakarta-turbine-2 >>> . I will commit it if nobody

Re: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introduction to jetspeed]

2001-11-26 Thread Paul Spencer
+1 for Jason Van Zyl Paul Spencer Ignacio J. Ortega wrote: > Wrong list for the first post i did.. > > Althought we have already the needed votes ( Chris, Raphael, and me ) > i'm sure everyone want to give you his vote, I'm giving them the > possibility to do so..;) > > Add yourself to c

Re: 1.3a2 release

2001-11-26 Thread Paul Spencer
+1 on 1.3a2 release Paul Spencer David Sean Taylor wrote: > Hi All, > > I am proposing we release 1.3a2 this coming weekend, tentatively on December > 1. > Could all committers please vote on releasing 1.3a2 at this time? > > We don't need to get every outstanding feature into the relea

Turbine Source Code for 2.1 jar

2001-11-26 Thread Storoe, Shawn
Does anyone have the turbine source code that was released with the old jetspeed. We have the turbine 2.1 code. The website says to get the 12/9/2000 code base and apply patches, but the 12/9 code base is unavailable. Any help would be appreciated. Thanks Shawn <> -- To unsubscribe