On Thu, Feb 4, 2010 at 12:27,  <[email protected]> wrote:
>                jcrTemplate.execute(new JcrCallback() {
>            public Object doInJcr(final Session session) throws 
> RepositoryException {
>                ObservationManager observationManager = 
> session.getWorkspace().getObservationManager();

I think this session will be closed immediately after execution by the
spring-modules JcrCallback. An observation listeners is only active as
long as it's session is open.

Regards,
Alex

-- 
Alexander Klimetschek
[email protected]

Reply via email to