Harald Wellmann created DELTASPIKE-929:
------------------------------------------
Summary: Weld test profile is broken
Key: DELTASPIKE-929
URL: https://issues.apache.org/jira/browse/DELTASPIKE-929
Project: DeltaSpike
Issue Type: Bug
Affects Versions: 1.4.0
Reporter: Harald Wellmann
The Weld test profile is broken, see e.g.
https://builds.apache.org/view/All/job/DeltaSpike%20Weld%201.1.28/4/consoleFull
The following exception causes most tests to be skipped without being reported
as failure:
{noformat}
Caused by: java.lang.ClassNotFoundException:
org.jboss.weld.manager.api.WeldManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 47 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)