Hi Victoria, good too hear that it works now. But I still wonder, how you ran into it, as the applying of the multilingualism patch got nothing to do with it. It does not change this part of the WorkflowManager. Are you sure you started with 1.4 stable release and only applied this patch?
sunny greetings Claudia Jürgen Victoria Rasero schrieb: > Claudia, > thanks for your response. We have DSpace 1.4 and the version patch is 1.32. > We have modified the file: > usr/local/dspace-1.4-source/org/dspace/workflow/WorkflowManager.java > We have changed the method getOwnedTasks(Context c, EPerson e) la > petición TableRowIterator tri = DatabaseManager.queryTable(c, > "workflowitem", myquery,e.getID()), por TableRowIterator tri = > DatabaseManager.query(c, myquery); > > Many thanks. Regards > ------------------------------------------------------------------- > Victoria Rasero > Gestión de Recursos de Información > Biblioteca de la Universidad Carlos III de Madrid > --------------------------------------------------------------------- > > > 2007/3/20, Claudia Jürgen <[EMAIL PROTECTED] >: >> >> Hi Victoria, >> >> >> >> > 2007-03-19 14:21:33,311 DEBUG >> org.dspace.storage.rdbms.DatabaseManager @ >> > Running query "SELECT * FROM WorkflowItem WHERE owner=2" >> > 2007-03-19 14:21:33,324 WARN >> org.dspace.app.webui.servlet.DSpaceServlet@ >> > [EMAIL PROTECTED]:session_id=9AD622FD61B0BF83A7DA168770DDD1AA:ip_addr= >> > 163.117.159.141:database_error:org.postgresql.util.PSQLException: El >> > índice >> > de la columna está fuera de rango: 1, número de columnas: 0. >> >> this query "SELECT * FROM WorkflowItem WHERE owner=2" >> seems odd, if you really do run 1.4 it should be >> "SELECT * FROM WorkflowItem WHERE owner=?" >> The parameter is allready bound and the error occurs on trying to bind a >> parameter (2) which does not exist. >> >> Which version of >> org/dspace/workflow/WorkflowManager.java >> do you use? >> >> Claudia >> >> >> > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

