Bernard Labno
Bernard Labno
@aslakknutsen thank you for that great extension. The sample is almost ready. We're writing for Bartosz Majsak's APE improvements.
@arjantijms default Wildfly works both from top dir and `cd jpa/criteria`.
Ok, so the reason for this error is lack of arquillian.xml with `wildfly` qualifier: ``` ```
This requirement was introduced in 5bb2f776ed7b42416347ae0e49b7cde09e55038c
So either we add arquillian.xml with container with wildfly qualifier to each module or we remove this line: https://github.com/javaee-samples/javaee7-samples/commit/5bb2f776ed7b42416347ae0e49b7cde09e55038c#diff-600376dffeb79835ede4a0b285078036R468
@johnament you've added that `wildfly` qualifier to global config when you were modifying jms-xa sample. I've tried running tests for it with your changes, but they fail so I have...
I'd love to learn how to create Arquillian container plugin so I'll assist you if Aslak guides us. 16 gru 2013 22:26 "Arun Gupta" [email protected] napisa³(a): > Adding this to...
Gentlemen, I'm no longer in Java world so somebody must take over. 28.12.2016 8:50 AM "Dan Allen" napisał(a): > @aslakknutsen Instead of a custom > annotation, is is possible to...
@lordofthejars Thank you for reporting this. Initially I wanted to be able to override resource settings with annotations placed over test method. I'll inspect if there were other obstacles. What...
@lordofthejars With #14 you reminded me why we allowed @ArquillianResteasyResource only for method params. It's because rest client resources are created using RestEasy Client library and since you might not...