You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by danir <na...@gmail.com> on 2014/02/04 15:54:56 UTC

EventListener on WebDAV session

Hi,
Please can somebody tell me:
   how the EventListener work on jackrabbit?
   I connect to my repository from linux or mac by mounting the file system
(mount.davfs:// .....) ---> ok
   I have set my defaultHandler  and add it to to the IOManger, -----> ok

      In my defaultHandler I would like to After importContent is success, I
get the identifier of the new nodes   
      with name (context.getSystemId) and persist it in my MySql database
(for My busness).
      To get this Identifier I suppose I can do it only when jackrabbit
store it in the Data source. So To do this I must set an  
       EventListener who listren when adding node within webDav session, how
can I set this ?
       By using OberverManager? how can I set the session ? how I can get
the repository for the session ?

       Thank you in advance
        Danir



--
View this message in context: http://jackrabbit.510166.n4.nabble.com/EventListener-on-WebDAV-session-tp4660226.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.