Managed = arquillian starts/stops it
Remote = you handle the start/stop
But for tomee both are the remote one in term of artifactId.
You can add mysql using additionalLibs property of the adapter in
arquillian.xml,
Value is a text file and each line a dependency:
mvn:mysql:mysql-connector-java:${mysql.version}
If you filter arquillian.xml
You can also use file path directly if you use dependency plugin to copy it
somewhere.
Le 30 août 2015 12:11, "mauro2java2011" <[email protected]> a écrit :
> Hi all.
> I know that with arquillan tomee embedded run into same jvm of test.
>
> But difference from managed and remote ??
>
> Other question:
>
> How i can to adf the mysql jar orvderby jar at tomee/ lib from a arqiillan
> maven project?
>
> Mauro
>
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/Difference-from-tomee-managed-and-remote-with-arquillan-tp4676010.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>