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

2001-09-13 Thread taylor
taylor 01/09/12 23:24:05 Modified:src/java/org/apache/jetspeed/services/psmlmanager CastorPsmlManagerService.java Log: - formatting of tabs Revision ChangesPath 1.10 +4 -4

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-13 Thread Chris Kimpton
Hi, Rather than updating from cvs, I'm getting http://jakarta.apache.org/builds/jakarta-turbine/nightly/2001-09-12/ as the base for the update, until they release the turbine2.2 version. I will say it in the update log. Also, I rename turbine jar to turbine-2.2-dev20010912.jar Hope

Re: bug fix for SimpleTransform.java

2001-09-13 Thread Santiago Gala
Santiago Gala wrote: Santiago Gala wrote: Dave Carlson wrote: I need to use the Saxon XSLT processor with Jetspeed for other portlet content (and another application running in the same Tomcat instance). However, I was getting errors when I added saxon as the default XSLT processor.

RE: XML Database schema for DatabasePsmlManager Implementation

2001-09-13 Thread Atul Dambalkar
Here is the modified schema. This schema is based on the current Profiler service proposal and current PsmlManager Service interface. I will work on gathering more user requirements for Profiler changes and then we can decide on how and when we want to implement that. As far as, foreign key

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/servlet EcsServletResponse.java

2001-09-13 Thread sgala
sgala 01/09/13 10:36:26 Modified:src/java/org/apache/jetspeed/util/servlet EcsServletResponse.java Log: Small javadoc fixes to avoid warnings Revision ChangesPath 1.4 +2 -2

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/servlet EcsServletResponse.java

2001-09-13 Thread sgala
sgala 01/09/13 10:42:49 Modified:src/java/org/apache/jetspeed/util/servlet EcsServletResponse.java Log: Small javadoc fixes to avoid warnings (wrong at first attempt, let's hope better now :-) ) Revision ChangesPath 1.5 +2 -2

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

2001-09-13 Thread sgala
sgala 01/09/13 11:29:19 Modified:src/java/org/apache/jetspeed/modules/actions JetspeedSessionValidator.java Log: Small javadoc fixes to avoid warnings Revision ChangesPath 1.10 +9 -6

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/customization AllowableColumnSet.java

2001-09-13 Thread sgala
sgala 01/09/13 11:48:44 Modified:src/java/org/apache/jetspeed/util/customization AllowableColumnSet.java Log: Small javadoc fixes to avoid warnings Revision ChangesPath 1.2 +6 -4

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-13 Thread Atul Dambalkar
At 01:54 AM 9/13/01 -0700, you wrote: Hi, Rather than updating from cvs, I'm getting http://jakarta.apache.org/builds/jakarta-turbine/nightly/2001-09-12/ as the base for the update, until they release the turbine2.2 version. I will say it in the update log. Also, I rename turbine

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-13 Thread Jon Stevens
on 9/13/01 4:02 PM, Atul Dambalkar [EMAIL PROTECTED] wrote: I did a cvs update and got above turbine-jar file. I am getting compilation error for Torque generated classes. I am using Torque2.1 standalone version to generate peer classes. Should I be using any different version of Torque???

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-13 Thread Atul Dambalkar
Probably the version of Torque within the jakarta-turbine-2 repo. Try this: cvs co jakarta-turbine-2 cd build ant torque Thanks. I guess, this may work.. I did above, and used torque to regenerate the classes. Looked at the generated source code, it looks that it will fix the following

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-13 Thread Jon Stevens
on 9/13/01 4:23 PM, Atul Dambalkar [EMAIL PROTECTED] wrote: Thanks. I guess, this may work.. I did above, and used torque to regenerate the classes. Looked at the generated source code, it looks that it will fix the following errors. Yes, that will definitely fix the problem. Then use the