You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Ron Smeral (JIRA)" <ji...@apache.org> on 2013/09/16 20:06:51 UTC

[jira] [Created] (DELTASPIKE-412) Data-Module needs wildfly-managed profile

Ron Smeral created DELTASPIKE-412:
-------------------------------------

             Summary: Data-Module needs wildfly-managed profile
                 Key: DELTASPIKE-412
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-412
             Project: DeltaSpike
          Issue Type: Bug
          Components: Data-Module, Tests
         Environment: WildFly
            Reporter: Ron Smeral


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>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira