Hi,
Yesterday, when I try to deploy openid-op example on jboss 6.0, I have found
that it has some major problems and need refactoring in some places.
Basically it isn't integrated with PicketLink and has some minor dependency
injections problems.
I have some experience using seam and have some time , so it shouldn't be
too hard for me to fix that. Of course if you allow me to do so.
I think that to bring back this example it should be done:
1. Makes OpenIdRpAuthenticationService ApplicationScobe component
(circular dependency problem).
2. Add whole seam-security as a dependency (there was classNotFound
exception)
3. Rename and re-factor Login class to Authenticator which will extend
BaseAuthenticator.
4. Rename and re-factor Identity class to User which
implements org.picketlink.idm.api.User.
5. Add arquillian test for this functionality.
regards,
Marek