Arquillian testing using JBoss 5.1 and IntelliJ 10.03?
Hi Everybody,
I want to know the wiki or any documnents which is available to develop arquillian testing using Jboss 5.1 and IntelliJ 10.03.
Any help is appriciated in this regard.
Thanks ,
Niraj
Please sign in to leave a comment.
Hello Niraj,
We don't have any documentation specific to using Arquillian. As far as I
understand, it should need no specific configuration at all - Arquillian
tests are simple JUnit 4 tests and can be run with IDEA's built-in JUnit
test runner.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
I have got the reply from you, and I am happy about your answer. But I wanted to know why this ide is throwing error like "Could not connect to container" , "Caused by: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.aspects.security.SecurityClientInterceptor (no security manager: RMI class loader disabled)] ". Which I have searched in google and don't get any good answer to the question.