OSGi Virgo integrated with Arquillian

91 Views Asked by At

I would like to know if is possible to integrate virgo with arquillian for testing web app Is ?

Thanks,

Junior

1

There are 1 best solutions below

0
On

from the list of modules there is currently no explicit Arquillian support for Virgo out of the box available.

But there are some options you could try with arquillian-container-osgi:

If you are using Virgo Nano you should be fine with the Equinox module. Otherwise you could give the Remote Container Setup a try and use OSGi Enterprise JMX.

Hope this helps, florian