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

Data-Module needs wildfly-managed profile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Data-Module, Tests
    • None
    • WildFly

    Description

      Some Data-Module tests fail because they can't find files from resources-jbossas7.
      The modules/data/impl/pom.xml needs:

      <profile>
      <id>wildfly-managed</id>
      <build>
      <testResources>
      <testResource>
      <directory>src/test/resources</directory>
      </testResource>
      <testResource>
      <directory>src/test/resources-jbossas7</directory>
      </testResource>
      </testResources>
      </build>
      </profile>

      Attachments

        Activity

          People

            thomashug Thomas Hug
            rsmeral Ron Smeral
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: