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

Geoffrey De Smet (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Dec 8 03:19:41 EST 2011


     [ https://issues.jboss.org/browse/SOLDER-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey De Smet resolved SOLDER-226.
-------------------------------------

         Assignee: Jason Porter  (was: Stuart Douglas)
    Fix Version/s: 3.1.0.CR1
       Resolution: Done


No, it's already fixed.
It might be already fixed in Beta 3 or Beta4.
                
> Using seam-config-xml 3.1.0.Beta2 fails with NoClassDefFoundError: org/jboss/seam/logging/Logger
> ------------------------------------------------------------------------------------------------
>
>                 Key: SOLDER-226
>                 URL: https://issues.jboss.org/browse/SOLDER-226
>             Project: Solder
>          Issue Type: Bug
>          Components: XML Configuration
>            Reporter: Geoffrey De Smet
>            Assignee: Jason Porter
>             Fix For: 3.1.0.CR1
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list