Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-94

beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.1-incubating
    • 0.2-incubating
    • Tests
    • None

    Description

      When the arquilian test artifact is deployed on WebLogic 12c, it isn't recognized as needing CDI when there is no beans.xml in the WEB-INF.

      Therefor the command
      .addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml")
      must be replaced by
      .addAsWebInfResource(EmptyAsset.INSTANCE, "beans.xml");

      See also http://markmail.org/message/u3hdpzackhn74ivi

      Attachments

        Activity

          People

            rdebusscher Rudy De Busscher
            rdebusscher Rudy De Busscher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: