Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Welcome to the list mace-opensaml-users

Subject: OpenSAML user discussion

List archive

RE: Welcome to the list mace-opensaml-users


Chronological Thread 
  • From:
  • To:
  • Subject: RE: Welcome to the list mace-opensaml-users
  • Date: Tue, 18 Aug 2009 13:17:11 -0400

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