<br><br><div class="gmail_quote">On Tue, Oct 21, 2008 at 9:24 AM, Ales Justin <span dir="ltr">&lt;<a href="mailto:ales.justin@gmail.com">ales.justin@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;">
<div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 &nbsp; &nbsp;I&#39;ve re-applied Seam-int 5.0.0.CR4 to AS_trunk.<br>
 &nbsp; &nbsp;That should take care of war deployment - I tested it yesterday on<br>
 &nbsp; &nbsp;non-reverted trunk and it worked.<br>
<br>
Will this fix any other issues from the previous status besides the war deployment? <br>
</blockquote>
<br></div>
Afaik it&#39;s fixing these issues:<br>
&nbsp;- it recognizes war as possible Seam deployment<br>
&nbsp;- fixes Scanner::getTimestamp<br>
&nbsp;- changes jms TopicConnection</blockquote><div><br>With the latest trunk from about 20 minutes ago I am still getting zip
file exceptions with the JPA and hibernate war files.&nbsp; Perhaps there is
another change needed to use the correct deployer?<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
 &nbsp; &nbsp;But I would still need jboss-seam-jpa.war example in <a href="http://2.1.0.GA" target="_blank">2.1.0.GA</a><br></div>
 &nbsp; &nbsp;&lt;<a href="http://2.1.0.GA" target="_blank">http://2.1.0.GA</a>&gt; version.<div class="Ih2E3d"><br>
 &nbsp; &nbsp; - adding Seam war example to AS testsuite<br>
 &nbsp; &nbsp;As I don&#39;t think we should move Seam testing version to 2.1.1 in<br>
 &nbsp; &nbsp;current AS_trunk.<br></div>
 &nbsp; &nbsp;Unless you guys are sure you can deliver <a href="http://2.1.1.GA" target="_blank">2.1.1.GA</a> &lt;<a href="http://2.1.1.GA" target="_blank">http://2.1.1.GA</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;before JBoss5.GA.<br>
 &nbsp; &nbsp;Which is probably not that hard ... ;-(<br>
<br>
I thought the rough plan for GA was a 2-3 weeks away?<br>
</div></blockquote>
<br>
Yes.<br>
But my guess is plans have changed a bit,<br>
due to yesterday&#39;s full rollback. ;-)<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
 &nbsp; &nbsp;Otherwise I would suggest the following config:<br></div>
 &nbsp; &nbsp; - <a href="http://JBoss5.0.GA" target="_blank">JBoss5.0.GA</a> &lt;<a href="http://JBoss5.0.GA" target="_blank">http://JBoss5.0.GA</a>&gt; + <a href="http://Seam-2.1.0.GA" target="_blank">Seam-2.1.0.GA</a><br>
 &nbsp; &nbsp;&lt;<a href="http://Seam-2.1.0.GA" target="_blank">http://Seam-2.1.0.GA</a>&gt; + <a href="http://Seam-int_5.0.0.GA" target="_blank">Seam-int_5.0.0.GA</a> &lt;<a href="http://Seam-int_5.0.0.GA" target="_blank">http://Seam-int_5.0.0.GA</a>&gt;<br>

 &nbsp; &nbsp; - <a href="http://Seam-2.1.1.GA" target="_blank">Seam-2.1.1.GA</a> &lt;<a href="http://Seam-2.1.1.GA" target="_blank">http://Seam-2.1.1.GA</a>&gt; + <a href="http://Seam-int_5.1.0.GA" target="_blank">Seam-int_5.1.0.GA</a><br>

 &nbsp; &nbsp;&lt;<a href="http://Seam-int_5.1.0.GA" target="_blank">http://Seam-int_5.1.0.GA</a>&gt; + <a href="http://JBoss5.1.GA" target="_blank">JBoss5.1.GA</a> &lt;<a href="http://JBoss5.1.GA" target="_blank">http://JBoss5.1.GA</a>&gt;<br>

 &nbsp; &nbsp; &nbsp;--&gt; or change it yourself in <a href="http://JBoss5.0.GA" target="_blank">JBoss5.0.GA</a> &lt;<a href="http://JBoss5.0.GA" target="_blank">http://JBoss5.0.GA</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp; - Seam_before_2.1 + JBoss5.x --&gt; exclude SeamInt deployer<br>
<br></div>
I&#39;m still not understanding what <a href="http://Seam-int_5.0.0.GA" target="_blank">Seam-int_5.0.0.GA</a> &lt;<a href="http://Seam-int_5.0.0.GA" target="_blank">http://Seam-int_5.0.0.GA</a>&gt; is. Is it a deployer specifically for Seam on AS 5? &nbsp;A sub project that is installed with AS 5 that helps the integration? <br>

</blockquote>
<br>
Both. :-)<br>
<br>
Seam-int is:<br>
1) MC part<br>
&nbsp;- currently Seam specific deployer<br>
&nbsp;- hopefully in the future some other optimization<br>
<br>
2) AS part<br>
&nbsp;- JBossAS custom Seam impl; e.g. VFSScanner instead of URLScanner<br>
&nbsp;- for <a href="http://2.1.1." target="_blank">2.1.1.</a> we&#39;re thinking of optimizing how resources are looked up<br>
 &nbsp; e.g. using JBoss5 existing lookup mechanisms (we already do it for EJB3)<br>
&nbsp;- MC components can be part of Seam components<br>
 &nbsp; e.g. getting underlying TransactionManager from MC<br>
<br>
MC part will not change a lot.<br>
Where AS part will grow with Seam&#39;s changes.<br>
e.g. introduction of hooks for resources lookup optimization<br>
<br>
How this comes into JBossAS project is under the same name = jboss-seam-int.<br>
I then during the JBossAS instance build, place the in the right places:<br>
&nbsp;- MC part goes into JBossAS deployers<br>
&nbsp;- AS part goes into newly created lib-opt directory<br>
<br>
Once you deploy your Seam app,<br>
Seam+MC deployer knows which deployments are Seam deployments,<br>
and adds the Seam+AS part into deployment&#39;s classpath.<br>
Seam has a list of custom classes and if they are present they are loaded.<br>
e.g. VFS Scanner is checked, before you fallback to URLScanner<br>
<br>
Hope this explains it better. ;-)<br>
</blockquote></div><br><br clear="all"><br>-- <br>blog: <a href="http://in.relation.to/Bloggers/Jay">http://in.relation.to/Bloggers/Jay</a><br>