To get JBoss Federated SSO working in JBoss AS 5.1.0 i did the following:
1) delete the following file:
deploy\jboss-federation-server-exploded.ear\META-INF\application.xml
- this is no longer needed in JBoss AS 5.1.0 as it scans for the files and does not to be
told about them (mentioning them in the application.xml causes it to fail as it would be
deploying them twice)
2) Rename:
org.jboss.security.federation.service.FederationService.java
to:
org.jboss.security.federation.service.FederationMBean.java
and update references in org.jboss.security.federation.servlet.SSOFederationServer
- this is needed because (i think) the spec requires that the name of the interface
matches the name of the implementation class +"MBean" and this is now required
for JBoss AS 5.1.0
3) re-build and re-deploy the jboss-federation-server-exploded.ear
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239253#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...