[seam-issues] [JBoss JIRA] Created: (SEAMSECURITY-66) Separated API/IMPL jars do not allow compilation of the SimpleAuthenticator example

Charles C (JIRA) jira-events at lists.jboss.org
Mon May 16 02:22:00 EDT 2011


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

        


More information about the seam-issues mailing list