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

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

Reply via email to