Hello everyone, I'd like to know how to make Magnolia detect content changed on repository level.
Scenario: I use Magnolia 3.0.2 (Bundle) with mySQL as the backing store. My goal is to add valid JCR nodes to the "website" repository, while Magnolia detects these changes during runtime. I successfully connect to the repository (author instance) using JackRabbit/JCR, and add / persist a node to an existing one, but I still must restart Magnolia to see the added node listed in the AdminInterface. This is quite irritating because Boolean.parseBoolean(repository.getDescriptor(Repository.OPTION_OBSERVATION_SUPPORTED)) returns true. info.magnolia.module.admininterface.Engine also adds some EventListeners to the ObservationManager. What do I miss? Regards, Wan-Hi Joh P.S: Sorry for double posting. It was a long day. ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
