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

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

    [ https://issues.apache.org/jira/browse/DELTASPIKE-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588009#comment-14588009 ] 

Harald Wellmann commented on DELTASPIKE-929:
--------------------------------------------

Maybe it would make sense to have separate test profiles Weld, Weld2 and Weld3 with different dependencies in DeltaSpike? (There's already OWB and OWB15.)

I didn't check the all details, but it seems the Weld profile currently "just works" for Weld 2.2.x, but overrides some of the intended dependencies.

> 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)