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

changemylife do-not-reply at jboss.com
Thu Aug 9 03:53:57 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=4072353#4072353

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



More information about the jboss-user mailing list