[jboss-user] [JBoss Seam] - Re: @Begin and @End

baz do-not-reply at jboss.com
Tue Jul 25 01:11:12 EDT 2006


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



More information about the jboss-user mailing list