Properties only accept simple values (a string). It won't resolve complex
types like structures which is what you appear to be trying to do. So
assuming that is the problem, you'll have to change the way you're passing
your properties in so that they are just simple values. You can also
petition Chris or Dave to add this as an enhancement, or try your hand at
modifying the code to support structures and submit it as a patch.
On 8/5/07, Ronaldo Junior <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I came across this problem when I updated my coldspring to the lastest one
> from CVS in order to have the import feature.
> I have been running the 1.0.0 final release and no such a problem occurs.
>
> Digging a little into the code I found out that the component
> BeanProperty, method "parseValue" that parses the tag <value> is not working
> properly when the property contains DOT like PROPERTY.NAME.
> The system I am working on have a considerable amount of such properties
> in property scope and it is reporting the following message.
>
> "Invalid Path To Config:The path ${environment.reactorConfig} does not
> exist."
>
> Is anyone having the same problem?
> Does anyone know when the fix for it will come out?
>
> Cheers
> Ronaldo Junior
>