jux
jux

Reputation: 79

OSGi Virgo integrated with Arquillian

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

Thanks,

Junior

Upvotes: 0

Views: 47

Answers (1)

Florian Waibel
Florian Waibel

Reputation: 221

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

Upvotes: 0

Related Questions