SassaAbdellah / spring-roo-addon-typical-security

Automatically exported from code.google.com/p/spring-roo-addon-typical-security
0 stars 0 forks source link

UserController problem #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
During the "typiclSecurity setup" i get next in console: 
25.03.11 21:32:06 YEKT: [ERROR] The method encodeUrlPathSegment(String, 
HttpServletRequest) from the type UserController is not visible
25.03.11 21:32:06 YEKT: [WARN] advice defined in 
org.springframework.mock.staticmock.AnnotationDrivenStaticEntityMockingControl 
has not been applied [Xlint:adviceDidNotMatch]
25.03.11 21:32:06 YEKT: [WARN] advice defined in 
org.springframework.mock.staticmock.AbstractMethodMockingControl has not been 
applied [Xlint:adviceDidNotMatch]
25.03.11 21:32:06 YEKT: [WARN] advice defined in 
org.springframework.scheduling.aspectj.AbstractAsyncExecutionAspect has not 
been applied [Xlint:adviceDidNotMatch]
25.03.11 21:32:06 YEKT: Build error for /asoskeeper/pom.xml; 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:aspectj-maven-plugin:1.0:compile (default) on project 
asoskeeper: Compiler errors : 
error at return "redirect:/users/" + 
encodeUrlPathSegment(user.getId().toString(), request);
                            ^^^^^^^^^^^
D:\dev\homebrew\projects\asoskeeper\src\main\java\ru\asoskeeper\web\UserControll
er.java:40:0::0 The method encodeUrlPathSegment(String, HttpServletRequest) 
from the type UserController is not visible

Original issue reported on code.google.com by rinat.mu...@gmail.com on 25 Mar 2011 at 4:47