Hi, I need to read all the projects where a logged user can work on it. So I need to read the table project_user_rel query example pgAdmin OK select * from project_user_rel where uid=1 when I try to read the data in java I receive the following error java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer my code is
params = new Object[] { "dbname", userId,"pwd", "project.user.rel", "search", new Object[] { "uid", "=", userId } }; Object result = xmlrpcActions.execute("execute", params); Can somebody help me? regards Rinaldo ------------------------ Rinaldo Bonazzo (www.agiletec.it) -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=43585#43585 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
