Hello,
after determining that with the current CVS you have to have specify idClass

  |     <component name="bazProject" 
class="org.jboss.seam.core.ManagedHibernateEntity">
  |             <property 
name="entityClass">de.bafz.lims.model.Project</property>
  |             <property name="session">#{bazDatabase}</property>
  |             <property name="id">#{bazProjectID}</property>
  |             <property name="idClass">java.lang.String</property>
  |     </component>
  | 
it works for me. 
In my case, i do not need the new instance. But i can imagine usecases where 
this behaviour is appreciated.
Ciao,
Carsten 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960579
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to