You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Hug (JIRA)" <ji...@apache.org> on 2013/10/02 14:48:24 UTC

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

     [ https://issues.apache.org/jira/browse/DELTASPIKE-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Hug resolved DELTASPIKE-412.
-----------------------------------

    Resolution: Fixed

> 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
>            Assignee: Thomas Hug
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)