Just an idea: Are you using the Spring JcrTemplate callback thing? A typical problem is that this creates a new session for each callback call, so after this method is called neither the session nor node/property objects fetched through it are valid for use anymore.
Regards, Alex -- Alexander Klimetschek [email protected]
