I have problems maven-downloading the "org.springframework:se-jcr:pom:0.9" artifact. Nevertheless, your code seems ok, but I think, that's something behind the scene in the springframework (perhaps some caching). If the save() method is a "Session.save()" then your changes must be seen in other JCR-sessions, because this is a 'workspace-write' operation (see specification), it these one are persisted immediately.
My "research" ends up at "ObjectContentManager". If you have the sources for this class, try to step through it. Also the hint from Woonsan Ko is very likely... -----Ursprüngliche Nachricht----- Von: pradeepkudale [mailto:[email protected]] Gesendet: Montag, 3. Mai 2010 14:52 An: [email protected] Betreff: Re: AW: AW: OCM : Not able to get the list of nodes added in current session Thanks for your reply, Could you please review my code, I am not able to get why i am not able to persist object. http://n4.nabble.com/file/n2123922/jackrabbit-sample.zip jackrabbit-sample.zip ----- Regards Pradeep Kudale -- View this message in context: http://jackrabbit.510166.n4.nabble.com/OCM-Not-able-to-get-the-list-of-nodes-added-in-current-session-tp2076858p2123922.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
