[jboss-user] [JBoss Seam] - Re: Can Seam work with no ejb3 but with Hibernate ORM?

gavin.king@jboss.com do-not-reply at jboss.com
Wed Dec 13 16:19:04 EST 2006


<component name="customerDao" class="com.mydomain.myapp.CustomerDao">
  |     <property name="session">#{mySession}</property>
  |     <property name="productId">#{product.id}</property>
  | </component>

Or, if that still does not work for you, use the "manager component pattern", ie. @Unwrap

http://docs.jboss.com/seam/1.1GA/reference/en/html/concepts.html#d0e2884

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993603#3993603

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993603



More information about the jboss-user mailing list