Re: MissingPropertyException - class DUMMY

2017-08-09 Thread Les Hartzman
I found that late yesterday, too. Yes, I think it is the same thing. On Wed, Aug 9, 2017 at 4:55 AM, Jochen Theodorou wrote: > This here: https://stackoverflow.com/questions/20734719/no-such-propert > y-springsecurityservice-for-class-dummy > > looks a lot like what you have seen. Does it fit yo

Re: MissingPropertyException - class DUMMY

2017-08-09 Thread Jochen Theodorou
This here: https://stackoverflow.com/questions/20734719/no-such-property-springsecurityservice-for-class-dummy looks a lot like what you have seen. Does it fit your case? bye Jochen On 08.08.2017 19:24, Les Hartzman wrote: I'm getting an error on startup of a Spring Boot app when a properties

MissingPropertyException - class DUMMY

2017-08-08 Thread Les Hartzman
I'm getting an error on startup of a Spring Boot app when a properties file (not application.properties) is being read in. The property that is supposedly missing, doesn't exist as a class member (not supposed to) - only as a method variable. The error that comes out is: *groovy.lang.MissingProp