Results 1 to 2 of 2

Thread: Test Drive issues I've noticed

  1. #1
    Join Date
    Aug 2005
    Location
    Milton Keynes, UK
    Posts
    39

    Default Test Drive issues I've noticed

    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),

  2. #2

    Default

    Thanks for this. While I didn't see the Air problem you saw, I did encounter the login.jsp problem. Your fix for that worked fine. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •