users@jersey.java.net

Matrix parameters not working with Oracle Application Server

From: Barrio Martin, Jose David <david.barrio_at_tecnocom.es>
Date: Thu, 11 Mar 2010 14:29:29 +0100

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.