[
https://issues.jboss.org/browse/SOLDER-226?page=com.atlassian.jira.plugin...
]
Jason Porter commented on SOLDER-226:
-------------------------------------
Still a problem in current CR1?
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: 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.
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