You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Jozef Hartinger (JIRA)" <ji...@apache.org> on 2015/06/16 15:03:00 UTC

[jira] [Reopened] (DELTASPIKE-929) Weld test profile is broken

     [ https://issues.apache.org/jira/browse/DELTASPIKE-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger reopened DELTASPIKE-929:
----------------------------------------

The current fix breaks Weld 3.x due to https://issues.jboss.org/browse/WELD-1892

I am going to add a workaround until the issue is fixed.

> 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
>            Assignee: Harald Wellmann
>             Fix For: 1.4.2
>
>
> 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)