Re: A Pull Problem

2001-01-04 Thread Dave Bryson
On Thu, 04 Jan 2001, you wrote: During the init of the template service an application toolbox could be constructed. This could be a Map object or a bean we design to house the application tools. A simple Map object might be wise because we can then populate the Map with a set of standard

Official Vote: getPrimaryKey()/setPrimaryKey()

2001-01-04 Thread Mike Haberman
So how about an official vote on this. +1 from me :) thanks On Tue, Jan 02, 2001 at 03:42:54PM -0600, Mike Haberman wrote: There was discussion a few weeks ago about changing the name of getId() to getPrimaryKey() and setId() to setPrimaryKey(). Will this happen soon? The reason I

Why is the limit of 18 characters for Columns and Table names?

2001-01-04 Thread Aníbal Rojas
Hi, Why the column and table names are limited to 18 characters? I checked the code and found only the validations Is it possible to extend this value without problem? TIA. --- Aníbal Rojas [EMAIL PROTECTED] www.valhallaproject.com Tel: 58+2+242.43.79

DateSelector

2001-01-04 Thread Gareth Coltman
The DateSelector automatically provides a year drop down with 5 years the calendar date. This doesn't seem terribly useful for most applications other than credit card expiry... but anyhow, does anybody know an easy way to modify this year range? Thanks Gareth Coltman Consultant [EMAIL

Re: TDK Testers

2001-01-04 Thread Jason van Zyl
On Thu, 4 Jan 2001 [EMAIL PROTECTED] wrote: Quoting Jason van Zyl [EMAIL PROTECTED]: I say we just get it working and release, we can make another TDK this week to get the login stuff working. It's been too long. We need to get this thing out. jvz. ok. will all future tdk

RE: DateSelector

2001-01-04 Thread Brekke, Jeff
Not currently, but we accept such patches ;) -Original Message- From: Gareth Coltman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 10:57 AM To: [EMAIL PROTECTED] Subject: DateSelector The DateSelector automatically provides a year drop down with 5 years the

tdk1.1a10

2001-01-04 Thread Steve McNally
Hi all I have have just started to use tdk1.1a10 and I seem to be getting a strange problem. When I try to run a scheduled job on startup I get the following error. com.workingdogs.village.DataSetException: Bad conversion: java.lang.NumberFormatException: steve at

Re: Turbine CVS tagging

2001-01-04 Thread Jon Stevens
on 1/4/2001 1:40 AM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: Yes, that what I gathered from this thread. As a policy, I'll always use the TDK libs as dependency in Jetspeed and tag them as Turbine-TDKXXX.jar. This should be good enough since TDK updates are rolled out whenever

Re: DateSelector

2001-01-04 Thread Jon Stevens
on 1/4/2001 8:57 AM, "Gareth Coltman" [EMAIL PROTECTED] wrote: The DateSelector automatically provides a year drop down with 5 years the calendar date. This doesn't seem terribly useful for most applications other than credit card expiry... but anyhow, does anybody know an easy way to

Re: Official Vote: getPrimaryKey()/setPrimaryKey()

2001-01-04 Thread Hervé Guidetti
+1 Hervé on 1/4/2001 8:10 AM, "Mike Haberman" [EMAIL PROTECTED] wrote: So how about an official vote on this. +1 from me :) thanks +1 -jon To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

[TDK] another round

2001-01-04 Thread Jason van Zyl
Hi, Jon is going to try and get a separate mailing list going for us in the next couple of days, but for now I'll send messages here. Sorry for the temporary noise. I have uploaded another round: - ant fix for exec on windows - ${TODAY} problem fixed (martin thanks) - servlet jar is back in

Re: A Pull Problem

2001-01-04 Thread John McNally
Just a quick thought, I am not completely sure this will work. In a PullSystem class, you have a method like: getObject("key", "className", context) { if (context.contains("key")) return context.get("key"); else { Object o = instantiate "className" context.put("key", o);

Re: Official Vote: getPrimaryKey()/setPrimaryKey()

2001-01-04 Thread John McNally
I think you already have enough, but here's my +1. John McNally To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com/ Problems?:

Re: A Pull Problem

2001-01-04 Thread Jon Stevens
on 1/4/2001 10:37 AM, "John McNally" [EMAIL PROTECTED] wrote: Just a quick thought, I am not completely sure this will work. In a PullSystem class, you have a method like: getObject("key", "className", context) { if (context.contains("key")) return context.get("key"); else { Object

Re: Why is the limit of 18 characters for Columns and Table names?

2001-01-04 Thread Daniel Rall
Aníbal Rojas [EMAIL PROTECTED] writes: Hi, Why the column and table names are limited to 18 characters? I checked the code and found only the validations Is it possible to extend this value without problem? 18 characters is apparently the SQL standard. You'd have noticed

Commas in torque-generated MySQL scripts

2001-01-04 Thread Diethelm Guallar, Gonzalo
Some time ago, I reported that torque creates MySQL scripts that look like CREATE TABLE PERSON ( CODE INTEGER NOT NULL, LAST VARCHAR (50) NOT NULL, FIRST VARCHAR (50), BIRTH DATE, DEATH DATE, PRIMARY KEY(CODE), UNIQUE (LAST, FIRST), ); Notice the comma on the last

Re: Commas in torque-generated MySQL scripts

2001-01-04 Thread Jason van Zyl
This has been fixed, tested, and it works fine. jvz. On Thu, 4 Jan 2001, Diethelm Guallar, Gonzalo wrote: Some time ago, I reported that torque creates MySQL scripts that look like CREATE TABLE PERSON ( CODE INTEGER NOT NULL, LAST VARCHAR (50) NOT NULL, FIRST VARCHAR

RE: Changes to Velocity

2001-01-04 Thread Diethelm Guallar, Gonzalo
Velocity itself has changed a lot over the last day due to the changes that we've made in the way Velocity Contexts work. In most cases client code will only have to make the following change: import org.apache.velocity.Context; changes to import org.apache.velocity.VelocityContext;

RE: Changes to Velocity

2001-01-04 Thread Jason van Zyl
On Thu, 4 Jan 2001, Diethelm Guallar, Gonzalo wrote: Velocity itself has changed a lot over the last day due to the changes that we've made in the way Velocity Contexts work. In most cases client code will only have to make the following change: import org.apache.velocity.Context;

[TDK] Round 2

2001-01-04 Thread Jason van Zyl
Hi, Another 1.1a10 is up there for testing, I think this is the last one. Testers please verify, if it's fine, I'll add the docs and announce it. Thanks. jvz. To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

Re: [TDK] Round 2

2001-01-04 Thread Jon S. Stevens
Please don't make it live until we have classreloading fixed in Catalina. Craig fixed another bug in it today so I'm waiting until tonights/tomorrows nightly build to get it. -jon Hi, Another 1.1a10 is up there for testing, I think this is the last one. Testers please verify, if it's

org.apache.java.util

2001-01-04 Thread Daniel Rall
Today Jon Stevens aided me in debugging a gnarly class loading conflict between the org.apache.java.util classes in Apache JServ and the forked version of the ones in Turbine. This conflict rendered JServ inoperable. To resolve this problem, I have moved the three utility classes from

Re: [TDK] Round 2

2001-01-04 Thread Jason van Zyl
On Thu, 4 Jan 2001, Jon S. Stevens wrote: Please don't make it live until we have classreloading fixed in Catalina. Craig fixed another bug in it today so I'm waiting until tonights/tomorrows nightly build to get it. No problem. No big rush. jvz.

Re: [PATCH]TurbineUploadService.java

2001-01-04 Thread Youngho Cho
/** * p Retrieves file name from 'Content-disposition' header. * * @return A String with the file name for the current * codeencapsulation/code. */ protected String getFileName() { String cd = getHeader("Content-disposition");

No Subject

2001-01-04 Thread robby
Hi, When i access the url http://127.0.0.1:8080/test/servlet/test it displays $message $today instead of their actual value, could anybody tell me why? thx... cheers robby _ Do You Yahoo!? Get your free @yahoo.com address

Re: your mail

2001-01-04 Thread Jason van Zyl
On Fri, 5 Jan 2001, robby wrote: Hi, When i access the url http://127.0.0.1:8080/test/servlet/test it displays $message $today instead of their actual value, could anybody tell me why? thx... Are you using the TDK? jvz.

Re: Official Vote: getPrimaryKey()/setPrimaryKey()

2001-01-04 Thread Carl Ludewig
+1 carl On Thursday, January 4, 2001, at 09:53 AM, Jon Stevens wrote: on 1/4/2001 8:10 AM, "Mike Haberman" [EMAIL PROTECTED] wrote: So how about an official vote on this. +1 from me :) thanks +1 -jon