I agree! I'll change it :-)

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of J. Matthew Pryor
> Sent: Friday, January 04, 2002 9:33 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] ConfigTagsHandler.getConfigParameter
> 
> I think this is a bug, unless I just read the documentation
incorrectly
> 
> ApacheSoapSubTask has a config param called entityEjbProvider, but if
I
> use
> this in a template
> 
> <XDtConfig:configParameterValue paramName='entityEjbProvider'/>
> 
> ConfigTagsHandler claims there is no such config param. It has to do
with
> the case of the first letter
> 
> if I change it to
> 
> <XDtConfig:configParameterValue paramName='EntityEjbProvider'/>
> 
> it works just fine. The code for ConfigTagsHandler.getConfigParameter
> probably should set the first character to upper case before calling
> 
>                               java.lang.reflect.Method m =
> subtask_class.getMethod( "get" +
> currentConfigParam, null );
> 
> Anyone disagree ?
> 
> jmp
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to