[
https://issues.apache.org/jira/browse/OWB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16106516#comment-16106516
]
John D. Ament commented on OWB-1206:
------------------------------------
Many of the errors seem to originate from xbean, and it's odd because what the
TCK is doing is mixing arquillian and SeContainer.
{code}
Caused by: java.lang.UnsupportedOperationException: unsupported archive type:
archive:0746a2d5-82fa-4d58-8c31-67e9098d07d2.jar/
at
org.apache.xbean.finder.archive.ClasspathArchive.archive(ClasspathArchive.java:87)
at
org.apache.webbeans.corespi.scanner.xbean.CdiArchive.<init>(CdiArchive.java:67)
at
org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.initFinder(AbstractMetaDataDiscovery.java:113)
at
org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.scan(AbstractMetaDataDiscovery.java:153)
... 100 more
{code}
This combination seems to be creating archives that xbean can't understand.
> Enable CDI 2.0 TCK SE Tests
> ---------------------------
>
> Key: OWB-1206
> URL: https://issues.apache.org/jira/browse/OWB-1206
> Project: OpenWebBeans
> Issue Type: Improvement
> Reporter: John D. Ament
> Attachments: OWB_1206.patch
>
>
> The CDI 2.0 TCK tests for Java SE are currently disabled. This is a holder
> ticket to:
> - Enable the suite
> - Fix whatever tests may fail
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)