Oracle OpenSSO 8.0 Update 2 Release Notes

CR 6972593: Java Oracle OpenSSO Fedlet single sign-on (SSO) fails on JBoss AS 5.0.x

If you deploy the Java Oracle OpenSSO Fedlet on JBoss Application Server 5.0.x, index.jsp doesn't display and Fedlet SSO fails with an IllegalStateException.

Workaround. Follow these steps.

  1. Stop the JBoss AS web container. JBoss AS web container.

  2. Add the following Java options in the JBoss AS 5.0 run.conf file: -

    Djavax.xml.soap.MetaFactory=
    com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl 
    -Djavax.xml.soap.MessageFactory=
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl 
    -Djavax.xml.soap.SOAPConnectionFactory=
    com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory 
    -Djavax.xml.soap.SOAPFactory=
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl 
  3. Start the JBoss AS web container.