I see, I think it simplifies configuration (e.g one container in arquillian.xml plus no need to use dedicate maven plugin to download/extract distribution)
2016-08-26 9:50 GMT-03:00 Romain Manni-Bucau <[email protected]>: > TomEE already supports it built-in so chameleon doesnt bring much if you > are not multi-container dependent (you can set maven coordinates in the > arquillian.xml). > > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog > <http://rmannibucau.wordpress.com> | Github <https://github.com/ > rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > > 2016-08-26 14:45 GMT+02:00 Rafael Pestano <[email protected]>: > > > I was going to suggest arquillian-chameleon because it can download your > > customized tomee instance from a maven repository (here we upload our > > customized jboss to artifactory and ahare it across environments) but > there > > is an issue with tomee: > > https://github.com/arquillian/arquillian-container-chameleon/issues/31 > > > > 2016-08-25 17:15 GMT-03:00 Romain Manni-Bucau <[email protected]>: > > > > > Tip: additionalLibs property allows to do the same using a list of > local > > > path or mvn coordinates for libs. Avoid binaries in scm > > > > > > Le 25 août 2016 20:51, "Felipe Jaekel" <[email protected]> a écrit : > > > > > > > Hi, > > > > > > > > If you want to use a real instance because of configuration and libs, > > you > > > > can copy them to your project and use the following properties: > > > > > > > > <property name="lib">src/test/tomee/lib</property> > > > > <property name="conf">src/test/tomee/conf</property> > > > > > > > > 2016-08-25 13:31 GMT-03:00 Lowe_Shi <[email protected]>: > > > > > > > > > Hi everyone, > > > > > I'm new in Arquillian and Tomee. I have the follow question: > > > > > Can we run Arquillian Test on a local(not unziped from internet) or > > > real > > > > > Tomee instance through TomEE Remote Adapter? > > > > > Any suggestions is appreciated. > > > > > Thanks > > > > > > > > > > > > > > > > > > > > -- > > > > > View this message in context: http://tomee-openejb.979440. > > > > > n4.nabble.com/Can-we-run-Arquillian-Test-on-a-local- > > > > > not-unziped-from-internet-or-real-Tomee-instance-through- > > > > > TomEEr-tp4679899.html > > > > > Sent from the TomEE Users mailing list archive at Nabble.com. > > > > > > > > > > > > > > > > > > > > -- > > Att, > > > > Rafael M. Pestano > > > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > > http://rpestano.wordpress.com/ > > @realpestano > > > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul http://rpestano.wordpress.com/ @realpestano
