[ 
https://issues.apache.org/jira/browse/BEANUTILS-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738654#action_12738654
 ] 

Niall Pemberton commented on BEANUTILS-353:
-------------------------------------------

I agree, but thats not a BeanUtils question - more for your webapp/portlet/app 
server environment..

Also another key question is why is it working OK in one environment and not in 
the other?

> Unable to call isUseDefault() to check whether a default value will be 
> returned
> -------------------------------------------------------------------------------
>
>                 Key: BEANUTILS-353
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-353
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: ConvertUtils & Converters
>    Affects Versions: 1.8.0
>         Environment: WinXP Pro, Linux, JDK 1.6.0_14, Tomcat 5.5.27
>            Reporter: Franklin Phan
>
> One can never call isUseDefault() to check on a Converter given the way you 
> have ConverterFacade designed and in ConvertUtilsBean:
> {code:title=org.apache.commons.beanutils.ConverUtilsBean|borderStyle=solid}
>     private void register(Class clazz, Converter converter) {
>         register(new ConverterFacade(converter), clazz);
>     }
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to