Hi all! I finally solved my previos problem it was that I wrote: * @ejb.finder signature="java.util.Collection findAll()" * @jboss.query * signature="java.util.Collection findAll()" * query="SELECT OBJECT(Agenda) FROM WaAgenda agenda ORDER BY Agenda.serviceId, Agenda.agendaDay" * result-type-mapping="Local"
instead of * @ejb.finder signature="java.util.Collection findAll()" * query="SELECT OBJECT(Agenda) FROM WaAgenda agenda" * result-type-mapping="Local" * @jboss.query * signature="java.util.Collection findAll()" * query="SELECT OBJECT(Agenda) FROM WaAgenda agenda ORDER BY Agenda.serviceId, Agenda.agendaDay" * result-type-mapping="Local" The strange thing is that if only with 1 entity bean it works (in the first form), but it stops working with more then 1 entity. This is common to both 3.0.1 and 3.2.0beta Bye, kiuma ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user