Re: Error with ObjectType Deprecated

2016-03-11 Thread Dan Haywood
in isis.properties you'll find: isis.reflector.validator.allowDeprecated=false change that to true. Or, replace the deprecated @ObjectType annotation with @DomainObject(objectType=...) HTH Dan On 11 March 2016 at 17:22, Angel Manuel Barrera Lugo < angel.barr...@sisorg.com.mx> wrote:

Error with ObjectType Deprecated

2016-03-11 Thread Angel Manuel Barrera Lugo
Hello Again with some troubles with the Petclinic tutorial (simple) i have done everything in the tutorial and everything runs perfect but at the very end "2.14. Add pet’s Owner" after i made the changes and adds (owner) when running the app i got this message: The application failed to start du