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
