OSGi Virgo integrated with Arquillian

60 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 answers

0
Florian Waibel 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