Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] RE: Welcome to the list mace-opensaml-users

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] RE: Welcome to the list mace-opensaml-users


Chronological Thread 
  • From: Thilina Mahesh Buddhika <>
  • To:
  • Subject: Re: [OpenSAML] RE: Welcome to the list mace-opensaml-users
  • Date: Tue, 18 Aug 2009 23:42:48 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eITpmQVgcjqwaxP4ix0FeCzYBxfAh53j3EnLK5CmHGYmObAxUaU72dmO4QZeAA2sCm IjB4zVJPr5AEy157n2ARtLnGdBT6BWQcI/yjqK1BXzvWBv8CxuzmUbEv5en/3uKTvlou k6cU3QsNCqYD8q3OZFitp6kQU2h4zZIrwnnDU=

Place the endorsed jars in <JDK_HOME>/jre/lib/endorsed, then Eclipse will pick it from there. You need to put the same set of jars at <TOMCAT_HOME>/endorsed dir.

Thanks.
/thilina

E-Mail         :
I blog here : http://thilinamb.com


On Tue, Aug 18, 2009 at 11:38 PM, <> wrote:

I am using myeclipse 7.5 and tomcat 6.0. not sure how to endorse the jars?

 


From: Thilina Mahesh Buddhika [mailto:]
Sent: Tuesday, August 18, 2009 1:59 PM
To:
Subject: Re: [OpenSAML] RE: Welcome to the list mace-opensaml-users

 

Hi Ravi,

Did you endorsed the jars as specified here[1] ?

Thanks.
/thilina

[1] - https://spaces.internet2.edu/display/OpenSAML/OSTwoDevManJavaSetup

E-Mail         :
I blog here : http://thilinamb.com

On Tue, Aug 18, 2009 at 10:47 PM, <> wrote:

Am trying to work with opensaml 2.2.3. When i use the same jar in my application and try to create assertion, am able to get the assertion object as java object but when try to marshall it using the MarshallerFactory, am getting nullpointerException.

SampleCode :

MarshallerFactory marshallerFactory = Configuration.getMarshallerFactory();
Marshaller marshaller = marshallerFactory.getMarshaller(assertion);

In the above sample, i get the marshaller object as null.

Would be great if someone can help me out resolving this issue.

 

Environment: Tomcat 6.0

 





Archive powered by MHonArc 2.6.16.

Top of Page