-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Branch arquillian #53
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
Conversation
container support in order to run the tests in Wildfly.
I didn't know you were looking at websocket/binary for your first test case. I changed it to be more comprehensive earlier today. Can you send another PR taking new files into account ? |
Yes...I took it alphabetically. I will. With the changes in the pom files
|
I have merge the changes you did...and yup more comprehensive coverage there. When you have the time send any comments you may have, good or bad are equally accepted. |
Initial support for Arquilian by Nick
Lets keep the indentation to 4 spaces to be consistent across the workspace. |
Ok, that's probably coming from my Eclipse. The problem I faced downloading regards On Mon, Nov 4, 2013 at 3:10 PM, Arun Gupta notifications@github.com wrote:
\n\m |
NetBeans lack of support for WildFly is really making me think about my loyalty to NetBeans. Eclipse with WildFly support is definitely high on my list, been also planning to try IntelliJ as well. So you think Eclipse Kepler + m2eclipse is decent ? Any subset of JBoss Tools that is more useful than the full set ? |
Arun, I use JBDS with the integration tooling installed and it works great......but I've always hinted at moving towards intellij as platform for jbds. Intellij really rocks but for Wildfly jbds is tops Sent from Samsung Mobile -------- Original message -------- NetBeans lack of support for WildFly is really making me think about my loyalty to NetBeans. Eclipse with WildFly support is definitely high on my list, been also planning to try IntelliJ as well. So you think Eclipse Kepler + m2eclipse is decent ? Any subset of JBoss Tools that is more useful than the full set ? — |
CUSTCOM-253 Adapt AJAX test for script reloading
Hi Arun,
this is the first pull request so that you can check that we are on the right path. In this pull request you will find the necessary changes on the pom.xml file of the javaee7-samples parent project which contains the necessary changes for the Arquillian to be configured for all the subprojects and also necessary changes in order to be able to use wildfly with full profile using arquillian container support. The latter may set the cargo maven plugin as not mandatory anymore since most of the appservers are already supported by arquillian. Currently there is only one problem with an exception in the test, I found that it was reported as bug but they say is solved. I work on that. The tricky part was the configuration.
regards
Nick