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:28:44 +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=AiqDnMCisK+FCmsu2o/Hp51zO3bbbz/nUWtLTNavZseqcPpuWOLMorR9LgxCCi+OSC +fvj1hZd1Uv2Yj17D0oOrBpsYmgrrXJRK8YDPJQCSHfk15++zN6Al1UDXSANh8nklPp2 Suel5c721oy5EYbpSr1mh/Ua2hEqi/kC6sBA0=

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