You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by mauro2java2011 <ma...@gmail.com> on 2015/08/30 12:06:16 UTC

Difference from tomee managed and remote with arquillan

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.

Re: Difference from tomee managed and remote with arquillan

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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" <ma...@gmail.com> 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.
>