[seam-issues] [JBoss JIRA] Created: (SEAMCONFIG-51) Using seam-config-xml 3.1.0.Beta2 fails with NoClassDefFoundError: org/jboss/seam/logging/Logger

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Thu Aug 25 06:39:17 EDT 2011


Using seam-config-xml 3.1.0.Beta2 fails with NoClassDefFoundError: org/jboss/seam/logging/Logger
------------------------------------------------------------------------------------------------

                 Key: SEAMCONFIG-51
                 URL: https://issues.jboss.org/browse/SEAMCONFIG-51
             Project: Seam Config
          Issue Type: Bug
          Components: Build Infrastructure
            Reporter: Geoffrey De Smet
            Assignee: Stuart Douglas


3.0.0.Final doesn't have this problem.

It even looks like seam-config-xml 3.1.0.Beta2 is borked because adding the logging dependency explicitly
{code}

    <dependency><!-- WORKAROUND because seam-config-xml doesn't have a transitive dependency on this -->
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging</artifactId>
      <version>3.0.0.Beta5</version>
    </dependency>
{code}

results in java.lang.ClassNotFoundException: org.drools.guvnor.server.repository.RepositoryShutdownService
something that works by using 3.0.1-SNAPSHOT instead

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