1. java.io.InvalidClassException forum.hibernate.orgHi, I am querying from JBoss client. The query running on the server side returns a List (of Hibernate returned objects of class Person). The query text is: "from org.rssb.entities.organization.Person per " My Serverside method called from slsb (getting invoked) is: public static List query(String name, Hashtable table) { QueryHelper.getInstance(); Session session = SessionManager.getSession(); Query q1 = null; String queryText = ... |