Hi
I'm getting this error when trying to test on tomcat, any idea why?
[INFO] Preparing tomcat:run
[INFO] [aspectj:compile {execution: default}]
[ERROR] The method setActivationDate(Date) is undefined for the type UserModel
[ERROR] The method setActivationDate(null) is undefined for the type UserModel
[WARNING] advice defined in org.springframework.mock.staticmock.AnnotationDriv enStaticEntityMockingControl has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in org.springframework.mock.staticmock.AbstractMethod MockingControl has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in org.springframework.scheduling.aspectj.AbstractAsy ncExecutionAspect has not been applied [Xlint:adviceDidNotMatch]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Compiler errors :
error at userModel.setActivationDate(new Date());
^^^^^^^
/mydir/web/SignUpController.java:57:0::0 The method setActivationDate(Date) is undefined for the type UserModel
error at userModel.setActivationDate(null);
^^^^
/mydir/src/main/java/org/fingerprintsoft/community/web/SignUpController.java:79:0::0 The method setActivationDate(null) is undefined for the type UserModel


Reply With Quote
