[jboss-cvs] JBossAS SVN: r79313 - in projects/security/security-xacml/trunk: jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 9 18:26:38 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-10-09 18:26:38 -0400 (Thu, 09 Oct 2008)
New Revision: 79313

Modified:
   projects/security/security-xacml/trunk/jboss-xacml-saml/.classpath
   projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml
   projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeMarshaller.java
   projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeUnMarshaller.java
   projects/security/security-xacml/trunk/parent/pom.xml
Log:
SECURITY-282: upgrade to opensamlv2.2 release

Modified: projects/security/security-xacml/trunk/jboss-xacml-saml/.classpath
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml-saml/.classpath	2008-10-09 22:25:05 UTC (rev 79312)
+++ projects/security/security-xacml/trunk/jboss-xacml-saml/.classpath	2008-10-09 22:26:38 UTC (rev 79313)
@@ -1,27 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/tests/resources"/>
-	<classpathentry kind="src" path="src/resources"/>
-	<classpathentry excluding="resources/" kind="src" path="src/tests"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="var" path="M2_REPO/opensaml/opensaml/2.0/opensaml-2.0.jar" sourcepath="/M2_REPO/opensaml/opensaml/2.0/opensaml-2.0-sources.jar"/>
-	<classpathentry kind="var" path="M2_REPO/opensaml/openws/1.0/openws-1.0.jar" sourcepath="/M2_REPO/opensaml/openws/1.0/openws-1.0-sources.jar"/>
-	<classpathentry kind="var" path="M2_REPO/opensaml/xmltooling/1.0/xmltooling-1.0.jar" sourcepath="/M2_REPO/opensaml/xmltooling/1.0/xmltooling-1.0-sources.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar"/>
-	<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
-	<classpathentry kind="var" path="M2_REPO/net/sf/joda-time/1.4/joda-time-1.4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-impl/2.1.4/jaxb-impl-2.1.4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.1/activation-1.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/apache/xmlsec/1.4.1/xmlsec-1.4.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
-	<classpathentry kind="var" path="M2_REPO/velocity/velocity-dep/1.5/velocity-dep-1.5.jar"/>
-	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/jboss-sunxacml"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/jboss-xacml"/>
-	<classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/tests/resources"/>
+	<classpathentry kind="src" path="src/resources"/>
+	<classpathentry excluding="resources/" kind="src" path="src/tests"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="M2_REPO/opensaml/opensaml/2.2.0/opensaml-2.2.0.jar" sourcepath="/M2_REPO/opensaml/opensaml/2.0/opensaml-2.0-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/opensaml/openws/1.2.0/openws-1.2.0.jar" sourcepath="/M2_REPO/opensaml/openws/1.0/openws-1.0-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/opensaml/xmltooling/1.1.0/xmltooling-1.1.0.jar" sourcepath="/M2_REPO/opensaml/xmltooling/1.0/xmltooling-1.0-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar"/>
+	<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
+	<classpathentry kind="var" path="M2_REPO/net/sf/joda-time/1.4/joda-time-1.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-impl/2.1.4/jaxb-impl-2.1.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.1/activation-1.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/xmlsec/1.4.1/xmlsec-1.4.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
+	<classpathentry kind="var" path="M2_REPO/velocity/velocity-dep/1.5/velocity-dep-1.5.jar"/>
+	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-sunxacml"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-xacml"/>
+	<classpathentry kind="output" path="target/eclipse-classes"/>
+</classpath>

Modified: projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml	2008-10-09 22:25:05 UTC (rev 79312)
+++ projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml	2008-10-09 22:26:38 UTC (rev 79313)
@@ -89,17 +89,17 @@
      <dependency>
        <groupId>opensaml</groupId>
        <artifactId>opensaml</artifactId>
-       <version>2.0</version>
+       <version>2.2.0</version>
      </dependency>
      <dependency>
        <groupId>opensaml</groupId>
        <artifactId>openws</artifactId>
-       <version>1.0</version>
+       <version>1.2.0</version>
      </dependency>
      <dependency>
        <groupId>opensaml</groupId>
        <artifactId>xmltooling</artifactId>
-       <version>1.0</version>
+       <version>1.1.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache</groupId>

Modified: projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeMarshaller.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeMarshaller.java	2008-10-09 22:25:05 UTC (rev 79312)
+++ projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeMarshaller.java	2008-10-09 22:26:38 UTC (rev 79313)
@@ -37,12 +37,4 @@
    {
        super();
    }
-
-   /**
-    * Constructor.
-    */
-   protected XACMLAuthzDecisionQueryTypeMarshaller(String targetNamespaceURI, String targetLocalName) 
-   {
-       super(targetNamespaceURI, targetLocalName);
-   }
 }

Modified: projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeUnMarshaller.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeUnMarshaller.java	2008-10-09 22:25:05 UTC (rev 79312)
+++ projects/security/security-xacml/trunk/jboss-xacml-saml/src/main/java/org/jboss/security/xacml/saml/integration/opensaml/impl/XACMLAuthzDecisionQueryTypeUnMarshaller.java	2008-10-09 22:26:38 UTC (rev 79313)
@@ -47,15 +47,7 @@
    {
        super();
    }
-
-   /**
-    * Constructor.
-    */
-   protected XACMLAuthzDecisionQueryTypeUnMarshaller(String targetNamespaceURI, String targetLocalName) 
-   {
-       super(targetNamespaceURI, targetLocalName);
-   }
-
+  
    /** {@inheritDoc} */
    protected void processChildElement(XMLObject parentObject, 
          XMLObject childObject) throws UnmarshallingException 

Modified: projects/security/security-xacml/trunk/parent/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/parent/pom.xml	2008-10-09 22:25:05 UTC (rev 79312)
+++ projects/security/security-xacml/trunk/parent/pom.xml	2008-10-09 22:26:38 UTC (rev 79313)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.security</groupId>




More information about the jboss-cvs-commits mailing list