[
https://issues.jboss.org/browse/SEAMCONFIG-51?page=com.atlassian.jira.plu...
]
Geoffrey De Smet edited comment on SEAMCONFIG-51 at 8/25/11 6:41 AM:
---------------------------------------------------------------------
Note that seam-solder 3.1.0.Beta2 etc also need jboss-logging but don't have a
dependency on it.
was (Author: ge0ffrey):
Note that seam-solder etc also need jboss-logging but don't have a dependency on
it.
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