Can we start using Arquillian+Shrinkwrap for Seam integration-style testing?<br><br>Btw, Christian informally suggested that he would lend a hand in porting his DBUnit-style test extension to Arquillian. I&#39;m not sure whether that belongs in the Seam test module or in arquillian proper. That&#39;s your call, Pete.<br>
<br>-Dan<br><br><div class="gmail_quote">On Mon, Nov 23, 2009 at 11:29 AM, Pete Muir <span dir="ltr">&lt;<a href="mailto:pmuir@redhat.com">pmuir@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Persistence is building now :-) So you can commit whenever you want...<br>
<br>
I would suggest following the weld/tests module tests for now, as I guess all of these tests should run in an EE env. I can walk you through setting this up if needed (I&#39;ll use the exercise to write a wiki page).<br>

<div><div></div><div class="h5"><br>
On 23 Nov 2009, at 16:25, Steven Boscarine wrote:<br>
<br>
&gt; OK.  I&#39;ve got the sample Gavin provided in the forums working.  Let me know when you want them committed.  I assume it&#39;d be better for me to wait till persistence is building.<br>
&gt; Speaking of tests...for testing the module, do you have tests you&#39;d like for me to model the tests after? If not, I&#39;ll just write put some standard TestNG + HSQLDB tests up to get started.<br>
&gt; Thanks,<br>
&gt; Steven<br>
&gt;<br>
&gt; Pete Muir wrote:<br>
&gt;&gt; Hi Steven,<br>
&gt;&gt;<br>
&gt;&gt; Looks like the build is very out of date, and we need to get it fixed up.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve at least got the persistence module building.<br>
&gt;&gt;<br>
&gt;&gt; On 22 Nov 2009, at 16:36, Steven Boscarine wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; I am trying to build <a href="https://svn.jboss.org/repos/seam/modules/trunk" target="_blank">https://svn.jboss.org/repos/seam/modules/trunk</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Is parent missing?:<br>
&gt;&gt;&gt; I followed the instructions in readme.txt and built version-matrix.  I couldn&#39;t follow the steps about building parent.  <a href="https://svn.jboss.org/repos/seam/modules/trunk/readme.txt" target="_blank">https://svn.jboss.org/repos/seam/modules/trunk/readme.txt</a>  Parent appears to be deleted on 5/29 ( <a href="http://fisheye.jboss.org/browse/Seam/modules/trunk/parent" target="_blank">http://fisheye.jboss.org/browse/Seam/modules/trunk/parent</a>).    Am I missing something?<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; When I checkout modules, I&#39;m greeted with a build error (pasted below) because it cannot find org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT and org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT. Is it possible to have a CI build push webbeans-core-test &amp; jboss-test-harness to the jboss repos?  When we did that for our project, it was real helpful in reducing reported errors from people forgetting to build our manual dependencies.<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Missing:<br>
&gt;&gt;&gt; ----------<br>
&gt;&gt;&gt; 1) org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Try downloading the file manually from the project website.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Then, install it using the command:<br>
&gt;&gt;&gt;    mvn install:install-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Alternatively, if you host your own repository you can deploy the file there:<br>
&gt;&gt;&gt;    mvn deploy:deploy-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Path to dependency:<br>
&gt;&gt;&gt;    1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT<br>
&gt;&gt;&gt;    2) org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2) org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Try downloading the file manually from the project website.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Then, install it using the command:<br>
&gt;&gt;&gt;    mvn install:install-file -DgroupId=org.jboss.webbeans -DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Alternatively, if you host your own repository you can deploy the file there:<br>
&gt;&gt;&gt;    mvn deploy:deploy-file -DgroupId=org.jboss.webbeans -DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Path to dependency:<br>
&gt;&gt;&gt;    1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT<br>
&gt;&gt;&gt;    2) org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ----------<br>
&gt;&gt;&gt; 2 required artifacts are missing.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; for artifact:<br>
&gt;&gt;&gt; org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; from the specified remote repositories:<br>
&gt;&gt;&gt; central (<a href="http://repo1.maven.org/maven2" target="_blank">http://repo1.maven.org/maven2</a>),<br>
&gt;&gt;&gt; <a href="http://repository.jboss.org" target="_blank">repository.jboss.org</a> (<a href="http://repository.jboss.org/maven2" target="_blank">http://repository.jboss.org/maven2</a>),<br>
&gt;&gt;&gt; <a href="http://snapshots.jboss.org" target="_blank">snapshots.jboss.org</a> (<a href="http://snapshots.jboss.org/maven2" target="_blank">http://snapshots.jboss.org/maven2</a>)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
weld-dev mailing list<br>
<a href="mailto:weld-dev@lists.jboss.org">weld-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/weld-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/weld-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br>
<a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br><a href="http://www.google.com/profiles/dan.j.allen">http://www.google.com/profiles/dan.j.allen</a><br>