Author Login
Post Reply
I used to see a red cross marking an issue in the code in my Grails projects, I know it ws a known issue. I upgraded to the 1.5.7 version and it seems I get more of these red crosses for no apparent reason in my projects.
I just created a bare project following the ACEGI tutorial and I get red crosses in front of each line of the imports:
import org.codehaus.groovy.grails.plugins.springsecurity.RedirectUtils
import org.grails.plugins.springsecurity.service.AuthenticateService
import org.springframework.security.AuthenticationTrustResolverImpl
import org.springframework.security.DisabledException
import org.springframework.security.context.SecurityContextHolder as SCH
import org.springframework.security.ui.AbstractProcessingFilter
import org.springframework.security.ui.webapp.AuthenticationProcessingFilter
I checked the libraries in the Eclipse project the the Spring library is included. Am I missing something that I need to do in the project?
I also have a red cross in front of the grails-app folder in the Package Explorer but no descendant of the folder has a red cross.
Thanks
Fred