[jboss-user] [JBoss Seam] - Re: Hibernate : insertion in DataBase with java code.

dustismo do-not-reply at jboss.com
Wed Aug 29 12:25:08 EDT 2007


ChargeCollaborateuraffecteHome chargeCollaborateuraffecteHome = new ChargeCollaborateuraffecteHome()
  | ;

is wrong, should be:
ChargeCollaborateuraffecteHome chargeCollaborateuraffecteHome = (ChargeCollaborateuraffecteHome)Component.getInstance("chargeCollaborateuraffecteHome",true);
  | 

-Dustin

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

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



More information about the jboss-user mailing list