Re: conversion framework oddity

2010-02-09 Thread Adrian Crum
Adam Heath wrote: Adrian Crum wrote: --- On Tue, 2/9/10, Adam Heath wrote: From: Adam Heath Subject: conversion framework oddity To: dev@ofbiz.apache.org Date: Tuesday, February 9, 2010, 1:12 AM I'm trying to convert a String to a String, using the new conversion system written by A

Re: conversion framework oddity

2010-02-09 Thread Adam Heath
Adrian Crum wrote: > --- On Tue, 2/9/10, Adam Heath wrote: > >> From: Adam Heath >> Subject: conversion framework oddity >> To: dev@ofbiz.apache.org >> Date: Tuesday, February 9, 2010, 1:12 AM >> I'm trying to convert a String to a >> String, using

Re: conversion framework oddity

2010-02-09 Thread Adrian Crum
--- On Tue, 2/9/10, Adam Heath wrote: > From: Adam Heath > Subject: conversion framework oddity > To: dev@ofbiz.apache.org > Date: Tuesday, February 9, 2010, 1:12 AM > I'm trying to convert a String to a > String, using the new conversion > system written by Adrian.  T

conversion framework oddity

2010-02-09 Thread Adam Heath
I'm trying to convert a String to a String, using the new conversion system written by Adrian. This fails, due to it's use of a static NullConvertor, that always returns Object for the source and target classes. I see that this NullConvertor is used to provide for pass-thru style conversions, but