Separated API/IMPL jars do not allow compilation of the SimpleAuthenticator 
example
-----------------------------------------------------------------------------------

                 Key: SEAMSECURITY-66
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-66
             Project: Seam Security
          Issue Type: Bug
    Affects Versions: 3.0.0.Final
            Reporter: Charles C


The SimpleAuthenticator example is not compilable with the separated API/IMPL 
jars, but instead must use either the combined jars, or the impl jar must be in 
the compile scope.

This seems like an incorrect factoring of impl vs api classes if the impl 
classes are required to compile a simple example of a custom authenticator.  In 
particular, the PasswordCredential, BaseAuthenticator and SimpleUser classes 
are not available if only the API jar is used as a compile time dependency.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to