Protocol of Arquillian Embedded Adapter

2015-10-03 Thread Alex Soto
Hello mates, I send this email to start a discussion for a change on TomEE Arquillian Adapter. The other day, because of the book (Arquillian In Action), I checked the protocol used by different adapters. I noticed that only Weld adapter and TomEE embedded adapter are using the local

Arquillian Chameleon

2015-10-03 Thread Alex Soto
Hello, I don't know if you are aware of arquillian chameleon ( https://github.com/arquillian/arquillian-container-chameleon) basically this project acts as a container proxy for resolving which container and mode you want to use in your tests, so you only need to modify one string to change from

Re: Protocol of Arquillian Embedded Adapter

2015-10-03 Thread Romain Manni-Bucau
Hi Alex Local protocol allows nicer start so very tempted to keep it like that. Servlet protocol has few bugs/issues and is not what you target by default with embedded adapters IMO. Le 4 oct. 2015 01:25, "John D. Ament" a écrit : > Hey Alex, > > To be honest, I find the

Re: Protocol of Arquillian Embedded Adapter

2015-10-03 Thread John D. Ament
Hey Alex, To be honest, I find the protocol section of arquillian the most confusing for new users to pick up. Why should they care what the protocol transferring the test data is using? I remember at the beginning, AS7 had a JMX protocol. This made tons of sense, since it didn't impact the

Re: Arquillian Chameleon

2015-10-03 Thread Romain Manni-Bucau
Hi Tomee supports it since years so not sure chamaleon would be used with tomee in practise Le 3 oct. 2015 23:31, "Alex Soto" a écrit : > Hello, I don't know if you are aware of arquillian chameleon ( > https://github.com/arquillian/arquillian-container-chameleon) basically >