chokdee wrote: > I don't want to commit this changes. > I am using Springs AbstractTransactionalSpringContextTests to rollback my > changes after running. > So I need to use the index inside the same transaction. Isn't this possible?
no, this is not possible. jackrabbit only allows you to execute queries against committed changes. regards marcel