Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] RE: Deploying OopenSAML2.2 in WL 10.1

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] RE: Deploying OopenSAML2.2 in WL 10.1


Chronological Thread 
  • From: "Bryn Ryans" <>
  • To: <>
  • Subject: RE: [OpenSAML] RE: Deploying OopenSAML2.2 in WL 10.1
  • Date: Fri, 4 Sep 2009 13:54:36 -0400

Try this weblogic-application.xml. This works for WLS 10 MP1.

 

 

 

<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 

    <xml>

      <parser-factory>

        <saxparser-factory>

          org.apache.xerces.jaxp.SAXParserFactoryImpl

        </saxparser-factory>

        <document-builder-factory>

          org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

        </document-builder-factory>

        <transformer-factory>

          org.apache.xalan.processor.TransformerFactoryImpl

        </transformer-factory>

      </parser-factory>

    </xml>

 

    <prefer-application-packages>

        <package-name>org.opensaml.*</package-name>

        <package-name>org.apache.xml.security.*</package-name>

        <package-name>org.apache.commons.*</package-name>

        <package-name>org.apache.log4j.*</package-name>

        <package-name>antlr.*</package-name>

    </prefer-application-packages>

 

</weblogic-application>

 


From: [mailto:]
Sent: Friday, September 04, 2009 10:45 AM
To:
Subject: [OpenSAML] RE: Deploying OopenSAML2.2 in WL 10.1

 

 

I am getting this error. I have all LIB endorsed and lib it is looking for is also  a part of web-inf folder.

Getting this error at DefaultBootstrap.BootStrap() function.

 

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

      at org.apache.xml.security.Init.<clinit>(Unknown Source)

      at org.opensaml.DefaultBootstrap.initializeXMLSecurity(DefaultBootstrap.java:103)

      at org.opensaml.DefaultBootstrap.bootstrap(DefaultBootstrap.java:79)

      at com.myfrs.common.samlHelper.<init>(samlHelper.java:106)

      at com.myfrs.action.hewittRedirector.getSAML(hewittRedirector.java:165)

      Truncated. see log file for complete stacktrace

>

126475 INFO  org.apache.struts.util.PropertyMessageResources     - Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true




DISCLAIMER:
This email message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Please DO NOT forward this email outside of the recipient's Company unless expressly authorized to do so herein. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

Any views expressed in this email message are those of the individual sender except where the sender specifically states them to be the views of Ventyx.






Archive powered by MHonArc 2.6.16.

Top of Page