Skip to content

Test is not executed with Launcher API #4416

Discussion options

You must be logged in to vote

Actually someone from jboss responded to me for another problem on SO. The problem was in a file that jboss needs

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<ear-subdeployments-isolated>false</ear-subdeployments-isolated>
<deployment>
    <dependencies>
        <module name="org.jboss.vfs" />
        <module name="jar" services="import" />
    </dependencies>
</deployment>
</jboss-deployment-structure>

I was missing services="import"

SO

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paolopiccinini
Comment options

@paolopiccinini
Comment options

@paolopiccinini
Comment options

Answer selected by paolopiccinini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants