Using the jsp editors in a setup with Oracle, the relations part is not displayed properly. E.g. the relations of a selected node are not displayed, and it is not possible to add relations, using the editor. The problem is caused by a few lines in relations.jsp, that use a hardcoded database fieldname "name" in a constraint, which does not work for database that require "name" to be mapped to a different fieldname - like Oracle.
Note that this is not specifically an Oracle problem. Hardcoding fieldnames in list contstraints is always unsafe when intended for use with different databases. The Database Search Query project will eventually deal with this. I fixed this in CVS, both head and 1.5 branch. Rob van Maris Developer Finalist IT Group Java Specialists ------------------------------------------------------------- Amsterdam, The Netherlands Office: +31 20 5962321 (Direct) Mobile: +31 651444006 Fax: +31 20 5962331 -------------------------------------------------------------
