2015-04-22 94 views
2

我已經下載了Spring SAML2核心和示例項目。試圖在eclipse中編譯示例項目時,它顯示錯誤。Spring SAML2示例編譯錯誤

例如,在類org.springframework.security.saml.web.MetadataController中有MetadataGenerator.setEntityAlias(..)的引用無法解析。

我檢查了MetadataGenerator的源代碼SAML2核心項目並沒有這樣的方法。

我錯過了什麼?

+0

您必須使用舊的代碼,這些方法轉移到它的子類RC3。嘗試使用最新的jar「spring-security-saml2-core.1.0.0.RELEASE」。 – ManojP

回答

1

它適用於我1.0.0.RC2而不是更高的版本。

指着下面的庫:

<repository> 
     <id>spring-milestones</id> 
     <name>Spring Milestones</name> 
     <url>http://repo.spring.io/milestone</url> 
     <snapshots> 
      <enabled>false</enabled> 
     </snapshots> 
    </repository>