[jboss-as7-dev] How should META-INF/services be dealt with in modules?

Scott Stark sstark at redhat.com
Mon Jun 6 12:12:30 EDT 2011


Thanks, that was simple.

On 6/6/11 12:29 AM, Richard Opalka wrote:
> To solve your problem you need to export services:
>
> [nucleus][/home/opalka/git/jboss-modules]>git diff
> diff --git a/src/test/resources/test/repo/test/jaxrs/main/module.xml
> b/src/test/resources/test/repo/test/jaxrs/main/module.xml
> index fcf53a7..e6da87e 100644
> --- a/src/test/resources/test/repo/test/jaxrs/main/module.xml
> +++ b/src/test/resources/test/repo/test/jaxrs/main/module.xml
> @@ -29,7 +29,7 @@
> </resources>
>
> <dependencies>
> -<module name="test.jaxrs-jaxb-provider" services="import" />
> +<module name="test.jaxrs-jaxb-provider" services="export" />
> </dependencies>
> </module>
>
> Rio
>
> On 06/05/2011 12:34 AM, Scott Stark wrote:
>> I created an issue that references a test in my
>> https://github.com/starksm64/jboss-modules repo showing the problem.
>> https://issues.jboss.org/browse/MODULES-87
>>



More information about the jboss-as7-dev mailing list