You  can use tomee remote
http://tomee.apache.org/ng/developer/testing/arquillian/index.html

Just ensure tomee webapp is deployed, usable and configure the
corresponding client properties in arquillian.xml.

Le 25 août 2016 20:18, "dimas" <[email protected]> a écrit :
>
> Going to switch to Arquillian.
>
> So Here is the question (that is related to the other thread of today)
>
>
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-td4679899.html
>
> I have TomEE environment that is customised by some config files
(tomee.xml)
> and libs i.e. using vanilla TomEE downloaded by the test will not work.
For
> this case i used  arquillian-tomcat-managed adapter when i worked with
> Tomcat, so all the customization was part of the source code and i just
> pointed to the Tomcat directory using catalinaHome property is
> arquillian.xml.
>

For libs additionalLibs is the way to go, value can be:

    mvn:group:artifact:version
    ../path/to/x.jar

Etc...

> The problem is that I don't see arquillian-tomee-managed here:
> http://tomee.apache.org/arquillian-available-adapters.html
>
> What is the proper way to deal with it (to use customised TomEE for
tests)?
>
>
>
>
> --
> View this message in context:
http://tomee-openejb.979440.n4.nabble.com/persistence-xml-for-unit-tests-tp4679874p4679902.html
> Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to