Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] RE: Marshalling problem for AttributeAssignmentType

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] RE: Marshalling problem for AttributeAssignmentType


Chronological Thread 
  • From: "Håkon Sagehaug" <>
  • To:
  • Subject: Re: [OpenSAML] RE: Marshalling problem for AttributeAssignmentType
  • Date: Mon, 26 May 2008 16:45:39 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=oGmqhJlN4f5lqTT7cdFDL1h3K/b77B2m4Wz3g+1YqdTYUdRGQaef8AfEDAeHpbpSO6ORkI2ngMiVJ01B/+jAvF9wJjZ9Un8EJKgEKojBwgB4Gwktcu7rSVmU/QKiDf4YOxU2Ry4aXmxy4JSOhdEuV7pSdB+Qvuy0awzdK5kpEBg=

Hi

Yes I've got a diffrent value there, got version 1.1.0, I probably changed this my self, since there is not a version 1.2.0 in the repository

http://shibboleth.internet2.edu/downloads/maven2/org/opensaml/

Don't know what version that is the correct one.

2008/5/26 Christina Cunningham <>:
Hi,

The pom.xml I have to build the REL2 branch (which is where the patch has been applied to?) has a dependency of

<dependency>
  <groupId>org.opensaml</groupId>
  <artifactId>openws</artifactId>
  <version>1.2.0</version>
</dependency>

With the command "mvn -e install"

I get the following build error:


+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenSAML-J
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://shibboleth.internet2.edu/downloads/maven2/org/opensaml/openws/1.2.0/openws-1.2.0.pom
Downloading: http://repo1.maven.org/maven2/org/opensaml/openws/1.2.0/openws-1.2.0.pom
Downloading: http://shibboleth.internet2.edu/downloads/maven2/org/opensaml/openws/1.2.0/openws-1.2.0.jar
Downloading: http://repo1.maven.org/maven2/org/opensaml/openws/1.2.0/openws-1.2.0.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.opensaml:openws:jar:1.2.0


This is why I was building the openws jar and the xml-tooling jar from svn and installing them to my local maven repository.

The pom.xml for openws 1.2.0 has a build dependency of xml-tooling version 1.1.0


Thanks, Christina


Håkon Sagehaug wrote:
Hi

See inline

2008/5/26 Christina Cunningham < <mailto:>>:


       I looked at a class in the  saml 2 package authnrequest there
       they only deal with xsboolean values, so maybe, one should
       just remove the use of normal java boolean


   Remove the use of normal java boolean from where?

The xacml sutff have both boolean and xsboolean type, when dealing with true false values

   I am still not able to build the opensaml library from svn which I
   think is because of the xml-tooling jar version. I have a 1.1.0
   version of the jar which I built from an svn checkout this morning
   which is the version maven requires to build the checkout of
   opensaml. I was able to build from svn last week without any problems.


I think I'm using version 1.0.1 as in the pom of java-openws, I've not build the xmltooling library myself, since one have not to do it with maven

cheers, Håkon



--
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

--
Christina Cunningham
Software Engineer
Belfast eScience Centre (BeSC)
Queen's University, Belfast
e: c.cunningham [at] besc.ac.uk
w: www.besc.ac.uk




--
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)


Archive powered by MHonArc 2.6.16.

Top of Page