You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2017/08/23 22:50:00 UTC

[jira] [Created] (OAK-6583) Unable to receive observation events when connecting via DavEx

Robert Munteanu created OAK-6583:
------------------------------------

             Summary: Unable to receive observation events when connecting via DavEx
                 Key: OAK-6583
                 URL: https://issues.apache.org/jira/browse/OAK-6583
             Project: Jackrabbit Oak
          Issue Type: Test
          Components: remoting
    Affects Versions: 1.6.4
            Reporter: Robert Munteanu


When connecting to an Oak repository by DavEx remoting ( via Sling ) event listeners are not notified of events they are registered for.

Tracing down the problem I saw that the returned XML for {{POLL}} calls is invalid: {{::::1:529:-1:The prefix "jcr" for element "jcr:primaryType" is not bound.}}

The raw XML returned is {{noformat}}
<?xml version="1.0" encoding="UTF-8" standalone="no"?><dcr:eventdiscovery xmlns:dcr="http://www.day.com/jcr/webdav/1.0"><dcr:eventbundle><dcr:event><D:href xmlns:D="DAV:">http://localhost:8888/server/default/jcr%3aroot/123d9c7a-9b14-4cc2-8436-3c2ca04e64ac/</D:href><dcr:eventtype><dcr:nodeadded/></dcr:eventtype><dcr:eventuserid>admin</dcr:eventuserid><dcr:eventuserdata/><dcr:eventdate>1503526390002</dcr:eventdate><dcr:eventidentifier>/123d9c7a-9b14-4cc2-8436-3c2ca04e64ac</dcr:eventidentifier><dcr:eventinfo><jcr:primaryType>nt:unstructured</jcr:primaryType></dcr:eventinfo></dcr:event><dcr:event><D:href xmlns:D="DAV:">http://localhost:8888/server/default/jcr%3aroot/123d9c7a-9b14-4cc2-8436-3c2ca04e64ac/jcr%3aprimaryType</D:href><dcr:eventtype><dcr:propertyadded/></dcr:eventtype><dcr:eventuserid>admin</dcr:eventuserid><dcr:eventuserdata/><dcr:eventdate>1503526390002</dcr:eventdate><dcr:eventidentifier>/123d9c7a-9b14-4cc2-8436-3c2ca04e64ac</dcr:eventidentifier><dcr:eventinfo><jcr:primaryType>nt:unstructured</jcr:primaryType><afterValue>nt:unstructured</afterValue></dcr:eventinfo></dcr:event></dcr:eventbundle></dcr:eventdiscovery>
{{noformat}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)