I&#39;m not even able to run the tck from the command line.  I hang at:<br><br><tt> [helpers.AbstractContainerConnector] Starting server<br><br></tt>I can launch jboss5 with run.sh, so I know jboss is ok, and I&#39;ve deployed webbeans examples to it before.<br>
<br> /tmp/jsr-299-tck/jboss.log is empty.    Suggestions for where else to look?<br><br>-Clint<br>
<br><div class="gmail_quote">On Mon, Jun 1, 2009 at 3:08 PM, David Allen <span dir="ltr">&lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.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;">

Integration tests require one more folder to be on the classpath for the<br>
test runner.  This folder can be added using the Advanced... button.<br>
<br>
jboss-tck-runner/src/test/debug-resources<br>
<br>
Other than that, you&#39;ll need to copy the jboss-as/build.properties file<br>
to jboss-as/local.build.properties and edit the appropriate entries to<br>
match your environment (you can delete those properties which you want<br>
to come from the svn copy in build.properties).<br>
<div><div></div><div><br>
<br>
On Mon, 2009-06-01 at 14:11 -0500, Clint Popetz wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jun 1, 2009 at 1:15 PM, David Allen &lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;         On Mon, 2009-06-01 at 13:07 -0500, Clint Popetz wrote:<br>
&gt;         &gt; I&#39;ve added the direct path to the .m2/repository runner jar<br>
&gt;         in the<br>
&gt;         &gt; tck-impl libraries path in eclipse, which resolves the<br>
&gt;         circularity<br>
&gt;         &gt; issue without modifying a file that svn knows.  However, I&#39;m<br>
&gt;         still not<br>
&gt;         &gt; able to run.  Closer, though :)<br>
&gt;<br>
&gt;<br>
&gt;         OK, as long as everything builds, the test runner is a little<br>
&gt;         easier to<br>
&gt;         deal with since you can control exactly what is on the<br>
&gt;         classpath.<br>
&gt;<br>
&gt;         In this case, the jboss-tck-runner project itself must be on<br>
&gt;         the<br>
&gt;         classpath, and each of the JARs and other projects it depends<br>
&gt;         on should<br>
&gt;         also be on the test runner classpath (except for tck-impl<br>
&gt;         since that is<br>
&gt;         already the project for the test).  That should be enough to<br>
&gt;         run<br>
&gt;         it...that&#39;s all I have on mine.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Yay, I was able to get standalone tck tests running in eclipse by<br>
&gt; adding the following manually to the tck-impl project in eclipse:<br>
&gt;<br>
&gt;    tck-runner and porting package as straight jar references to<br>
&gt; the .m2 repo<br>
&gt;    webbeans-core and webbeans-core-test as project references<br>
&gt;<br>
&gt;  Now to try integration tests.<br>
&gt;<br>
&gt; -Clint<br>
&gt;<br>
&gt;<br>
&gt;         &gt;<br>
&gt;         &gt; -Clint<br>
&gt;         &gt;<br>
&gt;         &gt; On Mon, Jun 1, 2009 at 1:03 PM, David Allen<br>
&gt;         &lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.com</a>&gt;<br>
&gt;         &gt; wrote:<br>
&gt;         &gt;         On Mon, 2009-06-01 at 12:53 -0500, Clint Popetz<br>
&gt;         wrote:<br>
&gt;         &gt;         &gt; Ahh, but under m2eclipse (at least under the<br>
&gt;         version I&#39;m<br>
&gt;         &gt;         running,<br>
&gt;         &gt;         &gt; 0.9.8.200905041414), the project dependency isn&#39;t<br>
&gt;         under the<br>
&gt;         &gt;         project<br>
&gt;         &gt;         &gt; tab.  It&#39;s under Libraries -&gt; Maven Dependencies,<br>
&gt;         and it&#39;s<br>
&gt;         &gt;         not<br>
&gt;         &gt;         &gt; editable.  So AFAICT the only way to eliminate the<br>
&gt;         runner -&gt;<br>
&gt;         &gt;         tck-impl<br>
&gt;         &gt;         &gt; dependency is to keep a local edit to the pom.<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         Oh, sorry to hear that.  Somehow it was editable a<br>
&gt;         few months<br>
&gt;         &gt;         back.  I<br>
&gt;         &gt;         quit using it due to a bug, so it&#39;s been a while<br>
&gt;         now.<br>
&gt;         &gt;<br>
&gt;         &gt;         Hmm, ok, you could do the following, albeit not very<br>
&gt;         elegant.<br>
&gt;         &gt;<br>
&gt;         &gt;         1.  Copy the original POM to some new file name of<br>
&gt;         your<br>
&gt;         &gt;         choice.<br>
&gt;         &gt;         2.  Edit pom.xml and remove the tck-impl dependency<br>
&gt;         and use<br>
&gt;         &gt;         Eclipse.<br>
&gt;         &gt;         3.  Use the POM saved in (1) with the command line<br>
&gt;         &quot;mvn -f<br>
&gt;         &gt;         &lt;my-saved-pom&gt;.xml&quot; when you want to run all the<br>
&gt;         tests.<br>
&gt;         &gt;         4.  And never check-in the edited POM in (2).  :)<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; -Clint<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; On Mon, Jun 1, 2009 at 12:50 PM, David Allen<br>
&gt;         &gt;         &lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.com</a>&gt;<br>
&gt;         &gt;         &gt; wrote:<br>
&gt;         &gt;         &gt;         If it helps, I do have IM too.  :)<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         But basically:<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         1.  Keep m2eclipse.<br>
&gt;         &gt;         &gt;         2.  Don&#39;t modify any POM.<br>
&gt;         &gt;         &gt;         3.  Modify the Java  Build Path for<br>
&gt;         jboss-tck-runner<br>
&gt;         &gt;         -- delete<br>
&gt;         &gt;         &gt;         the<br>
&gt;         &gt;         &gt;         tck-impl from the Projects tab.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         On Mon, 2009-06-01 at 12:38 -0500, Clint<br>
&gt;         Popetz<br>
&gt;         &gt;         wrote:<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt; m2eclipse doesn&#39;t generate jar<br>
&gt;         dependencies, it<br>
&gt;         &gt;         generates<br>
&gt;         &gt;         &gt;         &gt; project-to-project dependencies if the<br>
&gt;         dependent<br>
&gt;         &gt;         artifact is<br>
&gt;         &gt;         &gt;         already a<br>
&gt;         &gt;         &gt;         &gt; project in the workspace.  So it<br>
&gt;         generates a<br>
&gt;         &gt;         &gt;         project-to-project<br>
&gt;         &gt;         &gt;         &gt; dependency between the runner and<br>
&gt;         tck-impl in both<br>
&gt;         &gt;         &gt;         directions, and<br>
&gt;         &gt;         &gt;         &gt; eclipse refuses to build either.<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt; -Clint<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt; On Mon, Jun 1, 2009 at 12:34 PM, David<br>
&gt;         Allen<br>
&gt;         &gt;         &gt;         &lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.com</a>&gt;<br>
&gt;         &gt;         &gt;         &gt; wrote:<br>
&gt;         &gt;         &gt;         &gt;         On Mon, 2009-06-01 at 12:16<br>
&gt;         -0500, Clint<br>
&gt;         &gt;         Popetz<br>
&gt;         &gt;         &gt;         wrote:<br>
&gt;         &gt;         &gt;         &gt;         &gt; Does eclipse:eclipse not<br>
&gt;         generate a<br>
&gt;         &gt;         dependency<br>
&gt;         &gt;         &gt;         from the<br>
&gt;         &gt;         &gt;         &gt;         runner to<br>
&gt;         &gt;         &gt;         &gt;         &gt; tck-impl?  Because m2eclipse<br>
&gt;         does, based<br>
&gt;         &gt;         on the<br>
&gt;         &gt;         &gt;         pom, and<br>
&gt;         &gt;         &gt;         &gt;         then I have a<br>
&gt;         &gt;         &gt;         &gt;         &gt; circular dependency in<br>
&gt;         eclipse.<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         Yes it does generate that<br>
&gt;         dependency, but<br>
&gt;         &gt;         the JAR<br>
&gt;         &gt;         &gt;         dep is later<br>
&gt;         &gt;         &gt;         &gt;         after the<br>
&gt;         &gt;         &gt;         &gt;         project itself (My test runners<br>
&gt;         are always<br>
&gt;         &gt;         based in<br>
&gt;         &gt;         &gt;         the<br>
&gt;         &gt;         &gt;         &gt;         tck-impl<br>
&gt;         &gt;         &gt;         &gt;         project).<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         Yeah, I vaguely remember having<br>
&gt;         problems<br>
&gt;         &gt;         with the<br>
&gt;         &gt;         &gt;         automatic<br>
&gt;         &gt;         &gt;         &gt;         setup from<br>
&gt;         &gt;         &gt;         &gt;         m2eclipse too.  But I usually<br>
&gt;         modify the<br>
&gt;         &gt;         Java build<br>
&gt;         &gt;         &gt;         path<br>
&gt;         &gt;         &gt;         &gt;         directly in<br>
&gt;         &gt;         &gt;         &gt;         Eclipse even with m2eclipse.<br>
&gt;          This usually<br>
&gt;         &gt;         works<br>
&gt;         &gt;         &gt;         fine until a<br>
&gt;         &gt;         &gt;         &gt;         change in<br>
&gt;         &gt;         &gt;         &gt;         the POM conflicts with your<br>
&gt;         manual<br>
&gt;         &gt;         change...but<br>
&gt;         &gt;         &gt;         that&#39;s not all<br>
&gt;         &gt;         &gt;         &gt;         that<br>
&gt;         &gt;         &gt;         &gt;         likely today.<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt; I can modify the runner&#39;s pom<br>
&gt;         to not<br>
&gt;         &gt;         have that<br>
&gt;         &gt;         &gt;         dependency,<br>
&gt;         &gt;         &gt;         &gt;         which makes<br>
&gt;         &gt;         &gt;         &gt;         &gt; eclipse happy, but keeps one<br>
&gt;         from<br>
&gt;         &gt;         running tests<br>
&gt;         &gt;         &gt;         with mvn out<br>
&gt;         &gt;         &gt;         &gt;         of the<br>
&gt;         &gt;         &gt;         &gt;         &gt; runner&#39;s directory on the<br>
&gt;         command line.<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt; -Clint<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt; On Mon, Jun 1, 2009 at 12:08<br>
&gt;         PM, David<br>
&gt;         &gt;         Allen<br>
&gt;         &gt;         &gt;         &gt;         &lt;<a href="mailto:drallendc@gmail.com" target="_blank">drallendc@gmail.com</a>&gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt; wrote:<br>
&gt;         &gt;         &gt;         &gt;         &gt;         On Mon, 2009-06-01 at<br>
&gt;         12:00<br>
&gt;         &gt;         -0500, Clint<br>
&gt;         &gt;         &gt;         Popetz<br>
&gt;         &gt;         &gt;         &gt;         wrote:<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; Hi,<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; I&#39;ve tried running<br>
&gt;         the tck<br>
&gt;         &gt;         from within<br>
&gt;         &gt;         &gt;         eclipse by<br>
&gt;         &gt;         &gt;         &gt;         following<br>
&gt;         &gt;         &gt;         &gt;         &gt;         the<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; instructions here:<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         <a href="http://seamframework.org/WebBeans/JSR299TCKHarness" target="_blank">http://seamframework.org/WebBeans/JSR299TCKHarness</a><br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; but I&#39;m having no<br>
&gt;         luck; it<br>
&gt;         &gt;         can&#39;t find an<br>
&gt;         &gt;         &gt;         &gt;         implementation of<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         StandaloneContainers, although<br>
&gt;         &gt;         I&#39;ve<br>
&gt;         &gt;         &gt;         manually added<br>
&gt;         &gt;         &gt;         &gt;         the<br>
&gt;         &gt;         &gt;         &gt;         &gt;         runner to the<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; tck-impl project&#39;s<br>
&gt;         &gt;         dependencies.<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; Before I dive<br>
&gt;         deeper, are<br>
&gt;         &gt;         those<br>
&gt;         &gt;         &gt;         directions up to<br>
&gt;         &gt;         &gt;         &gt;         date?<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         I think they are up to<br>
&gt;         date, but<br>
&gt;         &gt;         we can<br>
&gt;         &gt;         &gt;         certainly<br>
&gt;         &gt;         &gt;         &gt;         improve them<br>
&gt;         &gt;         &gt;         &gt;         &gt;         too.  It<br>
&gt;         &gt;         &gt;         &gt;         &gt;         varies a bit depending<br>
&gt;         on what<br>
&gt;         &gt;         tools are<br>
&gt;         &gt;         &gt;         actually<br>
&gt;         &gt;         &gt;         &gt;         used.<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;  Is anyone running<br>
&gt;         the tck<br>
&gt;         &gt;         from within<br>
&gt;         &gt;         &gt;         eclipse?<br>
&gt;         &gt;         &gt;         &gt;          If so, are<br>
&gt;         &gt;         &gt;         &gt;         &gt;         you<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; generating projects<br>
&gt;         with<br>
&gt;         &gt;         eclipse:eclipse<br>
&gt;         &gt;         &gt;         or with<br>
&gt;         &gt;         &gt;         &gt;         m2eclipse?<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         Most of us are<br>
&gt;         currently using<br>
&gt;         &gt;         &gt;         eclipse:eclipse right<br>
&gt;         &gt;         &gt;         &gt;         now.  But<br>
&gt;         &gt;         &gt;         &gt;         &gt;         here are<br>
&gt;         &gt;         &gt;         &gt;         &gt;         a couple things I<br>
&gt;         usually do to<br>
&gt;         &gt;         get any<br>
&gt;         &gt;         &gt;         TCK test<br>
&gt;         &gt;         &gt;         &gt;         (not an<br>
&gt;         &gt;         &gt;         &gt;         &gt;         in-container<br>
&gt;         &gt;         &gt;         &gt;         &gt;         only test) running:<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         1.  Modify the build<br>
&gt;         path of the<br>
&gt;         &gt;         &gt;         jboss-tck-runner<br>
&gt;         &gt;         &gt;         &gt;         project so<br>
&gt;         &gt;         &gt;         &gt;         &gt;         that all of<br>
&gt;         &gt;         &gt;         &gt;         &gt;         its dependent<br>
&gt;         projects/libraries<br>
&gt;         &gt;         are<br>
&gt;         &gt;         &gt;         exported<br>
&gt;         &gt;         &gt;         &gt;         (select all).<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         2.  Choose &quot;Run as TNG<br>
&gt;         test&quot; to<br>
&gt;         &gt;         get most<br>
&gt;         &gt;         &gt;         of the<br>
&gt;         &gt;         &gt;         &gt;         runner setup<br>
&gt;         &gt;         &gt;         &gt;         &gt;         correctly,<br>
&gt;         &gt;         &gt;         &gt;         &gt;         but the tests will<br>
&gt;         fail to run<br>
&gt;         &gt;         at first.<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         3.  Modify the runner<br>
&gt;         by going<br>
&gt;         &gt;         to the<br>
&gt;         &gt;         &gt;         Classpath tab<br>
&gt;         &gt;         &gt;         &gt;         and press<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &quot;Add<br>
&gt;         &gt;         &gt;         &gt;         &gt;         projects&quot; button and<br>
&gt;         add the<br>
&gt;         &gt;         &gt;         jboss-tck-runner<br>
&gt;         &gt;         &gt;         &gt;         project.  With 1<br>
&gt;         &gt;         &gt;         &gt;         &gt;         above,<br>
&gt;         &gt;         &gt;         &gt;         &gt;         this should include<br>
&gt;         everything<br>
&gt;         &gt;         else that<br>
&gt;         &gt;         &gt;         is needed<br>
&gt;         &gt;         &gt;         &gt;         too<br>
&gt;         &gt;         &gt;         &gt;         &gt;         automatically.<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         4.  Run it<br>
&gt;         again...this time it<br>
&gt;         &gt;         should<br>
&gt;         &gt;         &gt;         work.<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; Thanks,<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; -Clint<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; Clint Popetz<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; Scalable Web<br>
&gt;         Application<br>
&gt;         &gt;         Development<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         _______________________________________________<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt; webbeans-dev mailing<br>
&gt;         list<br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         <a href="mailto:webbeans-dev@lists.jboss.org" target="_blank">webbeans-dev@lists.jboss.org</a><br>
&gt;         &gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         <a href="https://lists.jboss.org/mailman/listinfo/webbeans-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/webbeans-dev</a><br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt;         &gt;         &gt; Clint Popetz<br>
&gt;         &gt;         &gt;         &gt;         &gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt;         &gt;         &gt;         &gt;         &gt; Scalable Web Application<br>
&gt;         Development<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt;         &gt; Clint Popetz<br>
&gt;         &gt;         &gt;         &gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt;         &gt;         &gt;         &gt; Scalable Web Application Development<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt; Clint Popetz<br>
&gt;         &gt;         &gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt;         &gt;         &gt; Scalable Web Application Development<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; --<br>
&gt;         &gt; Clint Popetz<br>
&gt;         &gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt;         &gt; Scalable Web Application Development<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Clint Popetz<br>
&gt; <a href="http://42lines.net" target="_blank">http://42lines.net</a><br>
&gt; Scalable Web Application Development<br>
&gt; _______________________________________________<br>
&gt; webbeans-dev mailing list<br>
&gt; <a href="mailto:webbeans-dev@lists.jboss.org" target="_blank">webbeans-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/webbeans-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/webbeans-dev</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Clint Popetz<br><a href="http://42lines.net" target="_blank">http://42lines.net</a><br>Scalable Web Application Development<br>