Some engine-cdi tests fail when using Open Web Beans as CDI implementation

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.4.0, 7.5.0, 7.6.0, 7.7.0, 7.8.0
    • Component/s: engine
    • None

      Observed Behavior

      • when the maven profile openwebbeans-embedded-1 of engine-cdi is executed, eight test cases fail due to a null pointer exception
        CompleteTaskTest.testCompleteTask
        ProcessVariableLocalTypedTest.testProcessVariableLocalTypeAnnotation
        ProcessVariableTypedTest.testProcessVariableTypeAnnotation
        StartProcessTest.testStartProcessByKey
        ProgrammaticBeanLookupTest.testLookupShouldFindSpecialization
        ProgrammaticBeanLookupTest.testLookupShouldFindAlternative
        ProgrammaticBeanLookupTest.testLookupBean
        ProgrammaticBeanLookupTest.testLookupShouldSupportProducerMethods
        
      • IBM Websphere 8.0 / 8.5 uses Open Web Beans 1.1.0 as CDI implementation
      • The defined Open Web Beans version of the pom.xml is 1.1.3
      • If the version is set to 1.1.0 all test cases fail due to a dependency problem

      Hint

      To get the profile running, add the following dependency to the dependencyManagement section of pom.xml (project.profiles.profile:"id=openwebbeans-embedded-1".dependencyManagement):

        <dependency>
          <groupId>org.jboss.arquillian</groupId>
          <artifactId>arquillian-bom</artifactId>
          <version>1.0.2.Final</version>
          <scope>import</scope>
          <type>pom</type>
        </dependency>
      

            Assignee:
            Unassigned
            Reporter:
            Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: