<div dir="ltr">Nope, it does not have to be arquillian per-se.  As long as there is some way I can:<div>1) start the thing when the tests start</div><div>2) stop it after they are done</div><div>3) easily deploy the test bundle(s)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 23, 2015 at 3:49 AM, Hardy Ferentschik <span dir="ltr">&lt;<a href="mailto:hardy@hibernate.org" target="_blank">hardy@hibernate.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
does it have to be Arquillian? In Search and Validator we are using Pax Exam[1]<br>
for Karaf integration tests. See for example OsgiIntegrationTest [2] in Validator.<br>
<br>
It works quite well, but no matter whether Pax Exam or Arquillian it gets painful<br>
once you need to debug the tests. There it is often the best approach to have a local<br>
Karaf instance into which you deploy your features to verify that it actually deploys.<br>
<br>
>From my conversations with Brett I concluded that the Arquillian approach is more fragile than<br>
Pax Exam, but I don&#39;t have actual experience with Arquillian + Karaf.<br>
<br>
--Hardy<br>
<br>
[1] <a href="https://ops4j1.jira.com/wiki/display/paxexam/Pax+Exam" target="_blank">https://ops4j1.jira.com/wiki/display/paxexam/Pax+Exam</a><br>
[2] <a href="https://github.com/hferentschik/hibernate-validator/blob/HV-978/osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java" target="_blank">https://github.com/hferentschik/hibernate-validator/blob/HV-978/osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java</a><br>
<div><div class="h5"><br>
<br>
On Wed, Apr 22, 2015 at 04:11:10PM -0500, Steve Ebersole wrote:<br>
&gt; Anyone know of tutorials or guides on<br>
&gt; using arquillian-container-karaf-managed?  Or willing to help me figure out<br>
&gt; using that in hibernate-osgi tests?<br>
<br>
</div></div>&gt; _______________________________________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
<br>
</blockquote></div><br></div>