2016-08-27 16:05 GMT+02:00 mauro2java2011 <[email protected]>:
> Escuse me. > But suppose that i would test with arquillan remote adaptor on my > tomee1.7.1 plus on openshift. > > Suppose the my tomee is at > mytomee-myaccont.rhcloud.com > > The tomee from browser respond at port 80 > > So i ask: > 1) is possible use arqiillan remote adaptor in this case? > > yes > 2) into arquillan how set the host =mytomee-myaccont.rhcloud.com > port = 80 > > check tomee adapter arquillian properties on http://tomee.apache.org/ng/developer/testing/arquillian/index.html: host, httpPort > 3) what i have to set into mytomee remote on openshift for accept test from > arquillan adaptor? > > Mainly activate tomee webapp and configure the backlist http://tomee.apache.org/ng/admin/configuration/server.html ( tomee.remote.support, tomee.serialization.class.blacklist and tomee.serialization.class.whitelist) > If arquillan adaptor remote is for tomee remote i think it have work also > for tomee not on my pc . > You also need to set deployerProperties to support remote deployments: openejb.deployer.binaries.use=true (it is in the sample on the arquillian doc page) > > > -- > 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-tp4679899p4679956.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
