[ 
https://issues.apache.org/jira/browse/JCR-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147378#comment-13147378
 ] 

Tobias Bocanegra commented on JCR-3142:
---------------------------------------

thanks, i can apply the patch now. i quickly tried it with my CRX client and 
"mounted" the servlet to /crx/server. but the repository connection fails:

C-0-#000000 -> [REPORT /crx/server/ HTTP/1.1 ]
C-0-#000030 -> [Depth: 0 ]
C-0-#000040 -> [User-Agent: Jakarta Commons-HttpClient/3.0 ]
C-0-#000084 -> [Host: localhost:8888 ]
C-0-#000106 -> [Content-Length: 128 ]
C-0-#000127 -> [Content-Type: text/xml; charset=UTF-8 ]
C-0-#000166 -> [ ]
C-0-#000168 -> [<?xml version="1.0" encoding="UTF-8" 
standalone="no"?><dcr:repositorydescriptors 
xmlns:dcr="http://www.day.com/jcr/webdav/1.0"/>]
S-0-#000000 -> [HTTP/1.1 409 Conflict ]
S-0-#000023 -> [Connection: Close ]
S-0-#000042 -> [Server: Day-Servlet-Engine/4.1.20  ]
S-0-#000078 -> [Content-Type: text/xml;charset=UTF-8 ]
S-0-#000116 -> [Content-Length: 252 ]
S-0-#000137 -> [Date: Thu, 10 Nov 2011 00:02:28 GMT ]
S-0-#000174 -> [ ]
S-0-#000176 -> [<?xml version="1.0" encoding="UTF-8" standalone="no"?><D:error 
xmlns:D="DAV:"><dcr:exception xmlns:dcr="http://www.day.com/jcr/webdav/1.0";><dc]
S-0-#000317 -> 
[r:class>javax.jcr.NoSuchWorkspaceException</dcr:class><dcr:message>crx</dcr:message></dcr:exception></D:error>]
S-0-Finished: 428 bytes (71.0 kb/s)
C-0-Finished: 296 bytes (59.0 kb/s)

Somehow the servlet uses the "/crx" of the request to select a workspace. is 
the path-info correct?
                
> Create OSGi Bundles from jackrabbit-webdav and jackrabbit-jcr-server libraries
> ------------------------------------------------------------------------------
>
>                 Key: JCR-3142
>                 URL: https://issues.apache.org/jira/browse/JCR-3142
>             Project: Jackrabbit Content Repository
>          Issue Type: New Feature
>          Components: jackrabbit-jcr-server, jackrabbit-webdav
>    Affects Versions: 2.3.2
>            Reporter: Felix Meschberger
>         Attachments: bundleize-davex.txt
>
>
> Propose to generate bundles from the jackrabbit-webdav (exporting everything) 
> and jackrabbit-jcr-server (exporting nothing) libraries. In addition a new 
> class is added to the jackrabbit-jcr-server library, which in case of 
> deployment in an OSGi framework will register a Servlet with the OSGi 
> HttpService to expose the JcrRemotingServlet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to