Yes, im sure. I use jaxrs and configure it with spring and deploy on
Apache tomcat 6.x

<jaxrs:server id="cmis" address="/">
                <jaxrs:serviceBeans>
                        <ref bean="abderaResource" />
                        <description>cmis service</description>
                </jaxrs:serviceBeans>
                <jaxrs:providers>
                        <ref bean="abderaResponseProvider" />
                        <description>cmis provider</description>
                </jaxrs:providers>
        </jaxrs:server>

        <bean id="abderaResource"
                
class="org.apache.chemistry.atompub.server.jaxrs.AbderaResource">
                <constructor-arg ref="repoJcrFactory" />
        </bean>
        <bean id="abderaResponseProvider"
                
class="org.apache.chemistry.atompub.server.jaxrs.AbderaResponseProvider" />

Is it possible that Tomcat has problems with %2F ? I ve no idea.
GetObjectByPath in Abderaresource is never called.


On Fri, Jan 8, 2010 at 3:26 PM, Florent Guillaume <[email protected]> wrote:
> It works in my testing. Are you sure you're using the JAX-RS bindings?
> Could you paste the code you use to start the server?
>
> Florent
>
> On Tue, Jan 5, 2010 at 12:40 PM, Flo <[email protected]> wrote:
>> Problem is, that if I set a breakpoint in
>> AbderaResource.doGetObjectByPath(...) it's never reached. So I get a
>> 400. Im running Abdera jaxrs server and test with the TCK. The request
>> url from TCK is
>> http://0.0.0.0:8080/poc-atompub-server-spring/srv/cmis/path/%2FCMISTCK%201262621638852%20-%20testObjectByPath%2FtestObjectByPath
>> . The url until path is ok.
>
>
> --
> Florent Guillaume, Director of R&D, Nuxeo
> Open Source, Java EE based, Enterprise Content Management (ECM)
> http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87
>

Reply via email to