[jboss-user] [EJB/JBoss] - Re: CMP finder method: java.lang.ClassNotFoundException: org

2006-12-12 Thread igpuebla
Never mind. I found the error. It was in antother part of the code. Local interfaces can not be returned over RMI. Thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993183#3993183 Reply to the post :

[jboss-user] [EJB/JBoss] - CMP finder method: java.lang.ClassNotFoundException: org.jbo

2006-12-11 Thread igpuebla
Hello! i have a exception using my finder-methods. The application deploys just fine, i can access my session bean, create and remove entities, findByPrimaryKey(), i can even use one of my finder-methods (that returns just one entity): @ejb.finder query=SELECT OBJECT(e) FROM Entidad as e