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: Christina Cunningham <>
  • To:
  • Subject: Re: [OpenSAML] RE: Marshalling problem for AttributeAssignmentType
  • Date: Mon, 26 May 2008 15:28:17 +0100

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




Archive powered by MHonArc 2.6.16.

Top of Page