Hi Scott,<div><br></div><div>I&#39;m working on adapting a Seam 2.X app to run on AS7. <div><br></div><div>I&#39;ve run into JSF 2.0 incompatibilities, but no inherent Hibernate 4.0 incompatibilities so far.</div><div>(I did have to fix some custom UserType implementations in my app, but those aren&#39;t Seam-related.)</div>
<div><br></div><div><br></div><div>Actually, I did have one Hiberate/JPA related hangup.  I had one persistence unit that was managed by Seam, not the app server (i.e., I was using a &lt;persistence:entity-manager-factory/&gt;).  This didn&#39;t work on AS7, though I&#39;ve lost the particular stacktrace (something to do with TransactionManagerLookup I think).</div>
<div><br></div><div>I had to switch over this persistence unit to being container-managed, which is the better thing anyway.  I was only using a Seam-managed PU to get around an AS6 issue, and that particular issue doesn&#39;t exist with AS7.</div>
<div><br></div><div>-Matt</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Jun 7, 2011 at 12:13 PM, Scott Marlow <span dir="ltr">&lt;<a href="mailto:smarlow@redhat.com">smarlow@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;">Hi,<br>
<br>
I saw the recent post about testing Seam 2.x on the (upcoming) JBoss AS7<br>
and wanted to ask about Hibernate 4.0 support.<br>
<br>
Currently in AS7, we inject the Hibernate (4.0) module dependencies into<br>
application deployments, if we scan certain (@PersistenceUnit<br>
@PersistenceContext or their equivalent deployment descriptor) )<br>
annotations or a persistence.xml.<br>
<br>
Any idea if Seam 2.x applications will also work with Hibernate 4.0?<br>
<br>
Thanks,<br>
Scott<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote></div><br></div></div>