Hi,
Given that it works find on Tomcat and Jetty I suspect this is an
Oracle IAS issue.
One way you can try to verify if this is the case is to add logging of
the request that Jersey receives:
https://jersey.dev.java.net/nonav/apidocs/latest/jersey/com/sun/jersey/api/container/filter/LoggingFilter.html
and see if the request URI is as you expect.
Paul.
On Mar 11, 2010, at 2:29 PM, Barrio Martin, Jose David wrote:
> Hi,
>
> we are using Jersey for a new REST application over Oracle IAS
> 10.1.3.3 and everything is working fine.
>
> The only problem is that we are having and issue with matrix
> parameters that always return a "null" value.
>
> We have tested it using @MatrixParam, PathSegment and @Context and
> non of them returns any value.
>
> By the way, we have deployed the same app in both Tomcat and Jetty
> and it works flawlessly.
>
> Is there any issue with matrix parameters with Oracle IAS?
>
>
> Thanks in advance.
>