[seam-issues] [JBoss JIRA] Created: (SEAMFACES-127) faces-shortly - missing slf4j impl on GlassFish

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Tue Mar 29 10:22:38 EDT 2011


faces-shortly - missing slf4j impl on GlassFish
-----------------------------------------------

                 Key: SEAMFACES-127
                 URL: https://issues.jboss.org/browse/SEAMFACES-127
             Project: Seam Faces
          Issue Type: Bug
    Affects Versions: 3.0.0.Final
            Reporter: Jozef Hartinger


Due to changes in transitive dependencies, slf4j implementation is no longer pulled in. As a result the applications fails to deploy, as this jar is required by hibernate.

We could either:
a) declare an explicit dependency for an slf4j implementation
b) do not use hibernate in the glassfish deployment - instead, provide a persistence configuration for GlassFish's builtin database - this is *much* cleaner solution since it does not required libraries that provide functionality alternative to the application server to be bundled with the application, plus it is alligned with how other other seam examples work.

--
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