Well, if you&#39;re looking for specific problems I am seeing, the big show stopper I have is HORNETQ-741 &amp; AS7-1271, where object messages are violating classloaders.  I created the HORNETQ one after speaking to stuart a little about it and noted that there was some type of API to be used to fix it.  I haven&#39;t verified it yet, but I believe the maven plugin for jboss:hard-deploy will place files in the wrong location.  I haven&#39;t created an issue for it yet, but since datasources and JMS queues are place in to profileName.xml you can no longer deploy these artifacts with your application, which is a huge paradigm shift (JBoss would now be the only full app server to not allow this); all deployment instructions now have to be rewritten.  <br>
<br>I also seem to be getting told by a lot of people that I just need to switch to the &quot;everything&quot; release to enable JMS.  This is not the case.  JMS by default is disabled in the &quot;everything&quot; download.  Requires some manual changes to standalone.xml to turn it on.  I&#39;m not sure about others, but shouldn&#39;t JMS (and other base services) be on by default in the full EE container.  Granted, it&#39;s not certified (and seeing my first note it seems like it can&#39;t be) but in preparation for being certified, do a little prep work...<br>
<br>- John<br><br><div class="gmail_quote">On Thu, Jul 14, 2011 at 5:44 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
There will be a bug fix release for AS 7.0 in the not-too-distant-future. Ping Shane or me with any issues that you need addressed and we can get them bumped up the priority list.<br>
<div><div></div><div class="h5"><br>
On 14 Jul 2011, at 00:41, John D. Ament wrote:<br>
<br>
&gt; Hey all<br>
&gt;<br>
&gt; So I was testing Seam JMS on AS7 last night.  Now today I saw that the default example container is going to be AS7..  I have an issue with that.  Specifically, JMS doesn&#39;t work correctly on AS7 in general. The web profile deployment does not include hornetq.  The preview release has hornetq, but there are a few issues with it.  Specifically, the classloader architecture does not work correctly with ObjectMessages.  This is pretty crucial for the behavior of Seam JMS (specifically, the CDI events as JMS Messages feature).  I already have an issue open, but no update yet.<br>

&gt;<br>
&gt; John<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; seam-dev mailing list<br>
&gt; <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
<br>
</div></div></blockquote></div><br>