Hi, yes i used Session.getNodeByIdentifier(), but now it's work correctly... I'm trying to reply the error, and I'll post logs asap.
I hope that the cause of error is that I run my application (dynamic web project) by eclipse's tomcat. Sometimes it hasn't automatic refreshing of project's data Thank you Daniele 2010/10/21 Jukka Zitting <[email protected]> > Hi, > > On Thu, Oct 21, 2010 at 1:34 AM, Daniele Cherchi <[email protected]> > wrote: > > Where is the problem? Is lucene the problem? Is node identifier a strong > > solution to get always the nodes? > > You're using Session.getNodeByIdentifier(), right? Its implementation > is no tied to the search index, and it should always give you the node > you're looking for as long as the node actually exists. If not, it's a > bug in either Jackrabbit or your code. > > Can you reproduce the problem with a simple test case? > > BR, > > Jukka Zitting >
