Following along with this pages instructions:
http://static.springsource.org/sprin...html/ch06.html
Note running mvn clean install -P spring_3_0 against spring-flex-testdrive-spring3.zip
1) Changes to convert from Spring Security 2 to Spring Security 3 :
/testdrive/src/main/webapp/login.jsp
org.springframework.security.ui.AbstractProcessing Filter org.springframework.security.web.authentication.Ab stractAuthenticationProcessingFilter
org.springframework.security.ui.webapp.Authenticat ionProcessingFilter org.springframework.security.web.authentication.Us ernamePasswordAuthenticationFilter
org.springframework.security.AuthenticationExcepti on org.springframework.security.core.AuthenticationEx ception
2) Maven also has issues:
Missing:
----------
1) com.adobe.flex.framework:air-frameworkom:3.2.0.3958
Path to dependency:
1) org.springframework.flex.samples:insync-air-spring:swf:1.0.3.RELEASE
2) com.adobe.flex.framework:air-frameworkom:3.2.0.3958
----------
1 required artifact is missing.
for artifact:
org.springframework.flex.samples:insync-air-spring:swf:1.0.3.RELEASE
from the specified remote repositories:
ObjectWEB (http://maven.ow2.org/maven2/),
central (http://repo1.maven.org/maven2),


om:3.2.0.3958
Reply With Quote