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