Re: Discussion: New Field Types: found an error?

2010-07-06 Thread Hans Bakker
know if that fixes the problem. -Adrian --- On Mon, 7/5/10, Adrian Crum adrian.c...@yahoo.com wrote: From: Adrian Crum adrian.c...@yahoo.com Subject: Re: Discussion: New Field Types: found an error? To: dev@ofbiz.apache.org Date: Monday, July 5, 2010, 7:31 AM Thanks Hans. I

Re: Discussion: New Field Types: found an error?

2010-07-06 Thread Adrian Crum
Cool - I will have a better fix committed to the trunk soon. -Adrian --- On Tue, 7/6/10, Hans Bakker mailingl...@antwebsystems.com wrote: From: Hans Bakker mailingl...@antwebsystems.com Subject: Re: Discussion: New Field Types: found an error? To: dev@ofbiz.apache.org Date: Tuesday, July 6

Re: Discussion: New Field Types: found an error?

2010-07-05 Thread Hans Bakker
Subject: Re: Discussion: New Field Types To: dev@ofbiz.apache.org Date: Saturday, June 26, 2010, 12:19 PM Looks like a good idea to me. I suppose you would keep backward compatibility? Jacques From: Adrian Crum adrian.c...@yahoo.com The blob field type is being used

Re: Discussion: New Field Types: found an error?

2010-07-05 Thread Hans Bakker
--- On Sat, 6/26/10, Jacques Le Roux jacques.le.r...@les7arts.com wrote: From: Jacques Le Roux jacques.le.r...@les7arts.com Subject: Re: Discussion: New Field Types To: dev@ofbiz.apache.org Date: Saturday, June 26, 2010, 12:19 PM Looks like a good idea to me. I suppose you would

Re: Discussion: New Field Types: found an error?

2010-07-05 Thread Adrian Crum
Thanks Hans. I will look into it. -Adrian --- On Mon, 7/5/10, Hans Bakker mailingl...@antwebsystems.com wrote: From: Hans Bakker mailingl...@antwebsystems.com Subject: Re: Discussion: New Field Types: found an error? To: dev@ofbiz.apache.org Date: Monday, July 5, 2010, 3:31 AM

Re: Discussion: New Field Types: found an error?

2010-07-05 Thread Adrian Crum
: Adrian Crum adrian.c...@yahoo.com Subject: Re: Discussion: New Field Types: found an error? To: dev@ofbiz.apache.org Date: Monday, July 5, 2010, 7:31 AM Thanks Hans. I will look into it. -Adrian --- On Mon, 7/5/10, Hans Bakker mailingl...@antwebsystems.com wrote: From: Hans Bakker

Re: Discussion: New Field Types: found an error?

2010-07-05 Thread Adrian Crum
Types: found an error? To: dev@ofbiz.apache.org Date: Monday, July 5, 2010, 7:31 AM Thanks Hans. I will look into it. -Adrian --- On Mon, 7/5/10, Hans Bakker mailingl...@antwebsystems.com wrote: From: Hans Bakker mailingl...@antwebsystems.com Subject: Re: Discussion: New Field Types

Re: Discussion: New Field Types

2010-06-27 Thread Adrian Crum
Subject: Re: Discussion: New Field Types To: dev@ofbiz.apache.org Date: Saturday, June 26, 2010, 12:19 PM Looks like a good idea to me. I suppose you would keep backward compatibility? Jacques From: Adrian Crum adrian.c...@yahoo.com The blob field type is being used as a catch-all

Discussion: New Field Types

2010-06-26 Thread Adrian Crum
The blob field type is being used as a catch-all for multiple binary types. Right now getting an object from a blob field type could return a byte array, a deserialized Java object, or a javax.sql.rowset.serial.SerialBlob object. There is no way to know for sure what will be returned - the

Re: Discussion: New Field Types

2010-06-26 Thread Jacques Le Roux
Looks like a good idea to me. I suppose you would keep backward compatibility? Jacques From: Adrian Crum adrian.c...@yahoo.com The blob field type is being used as a catch-all for multiple binary types. Right now getting an object from a blob field type could return a byte array, a