Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone-full.xml not used by arquillian #4

Open
routis opened this issue Oct 14, 2015 · 0 comments
Open

Standalone-full.xml not used by arquillian #4

routis opened this issue Oct 14, 2015 · 0 comments

Comments

@routis
Copy link

routis commented Oct 14, 2015

In the arquillian sample there is the "wildfly-managed-arquillian" profile which tries to use the standalone-full.xml configuration (line 179 of the pom.xml).
Arquillian ignore this and uses the standalone.xml

This can be easily verified, by adding to the arquillian test an injection to the default JMS connection factory, (for instance: @Resource private ConnectionFactory factory;) which cause a name not found exception.

I have not found an workaround to start the embedded widlfly using the standalone-full.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant