[jboss-user] [EJB/JBoss] - How declare java.util.List<myObject>

changemylife do-not-reply at jboss.com
Thu Aug 9 03:57:59 EDT 2007


   Hi all !

   Inside my bean, I use type List<myObject>. Example:
public void createMedicalHistory(List<MedicalHistory> info);.
   After, I declare inside my ejb-jar.xml:
<method-param>java.util.List(mypackage.MedicalHistory)</method-param>

  But, Jboss show:
anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: List(mypackage.MedicalHistory).

  Please, help me to solve this problem! Thanks.

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

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



More information about the jboss-user mailing list