Hi,
On 17/05/2013 11:35,
xura...@gmail.com wrote:
> Caused by: org.springframework.beans.PropertyBatchUpdateException;
> nested PropertyAccessExceptions (1) are:
>
> PropertyAccessException 1:
> org.springframework.beans.MethodInvocationException: Property
> 'defaultWayPropertySetSource' threw exception; nested exception is
> java.lang.Error: Unresolved compilation problem:
>
> The method setDefaultSpeed(float) is undefined for the type WayPropertySet
Reading at the log, it's caused by a compile error. Please check if your
application compile correctly (did you tried a maven compile?)
HTH,
--Laurent