-
Notifications
You must be signed in to change notification settings - Fork 149
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
Ch 3 instructions not working #122
Comments
|
I am running JBoss Developer Studio 7.1.1 GA with jdk1.7.0_45 The problem seems to start when I start using Arquillian, below is the full output of all the steps in Forge.
Change persistence.xml in src/main/resources/META-INF/ to
Then continue:
|
As stated above when running
I got
A little bit of Google-fu and I discovered this issue. From which I learned that tab completion will fix show available options, and 7.X was not a valid option as indicated in the book.
So that was fixed by taking .X off the end of the container name.
This creates a profile in the pom.xml called:
Likewise, I change the build command that I had issue with to reflect this profile instead.
So this fixes the issue. I don't know if that means the directions are inaccurate, or they simply do not apply to all environments. |
Looks like we need to take your excellent sleuthing into account and fix either the instructions or the build; thank you for this and I'll reopen until we can schedule it in. :) |
Missing a step? It
I run this:
build --notest --profile arq-jboss_as_remote_7.x;
I get this:
Earlier I ran this:
[feedback] feedback $ arquillian setup --containerType REMOTE --containerName JBOSS_AS_REMOTE_7.X --testframework
I get this:
The text was updated successfully, but these errors were encountered: