You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Gary Murphy (JIRA)" <ji...@apache.org> on 2018/03/25 13:56:00 UTC

[jira] [Created] (TOMEE-2182) Arquillian Test Causes java.lang.IncompatibleClassChangeError

Gary Murphy created TOMEE-2182:
----------------------------------

             Summary: Arquillian Test Causes java.lang.IncompatibleClassChangeError
                 Key: TOMEE-2182
                 URL: https://issues.apache.org/jira/browse/TOMEE-2182
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Arquillian Adapters
    Affects Versions: 7.0.4
            Reporter: Gary Murphy


I am trying to create a very simple Arquillian test for EJBs using embedded TomEE.  I get the following when I try to run the test:

Caused by: java.lang.IncompatibleClassChangeError: Class org.apache.webbeans.conversation.ConversationStorageBean does not implement the requested interface javax.enterprise.inject.spi.BeanAttributes

I found an item on the forum to exclude cdi-api, which I attempted to do, but that did not resolve the issue.

The code can be found on GitHub at:



https://github.com/hilbertglm/arquillian-example.git

I suspect it is an issue with versions or POM setup, but I am stuck at this point.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)