Hi,
After the upgrade from 9.1 to 10.0 I run into the following errors when publishing from within the Service Definer.
- Class not found: javax.ws.rs.container.ContainerRequestFilter
- Annotation 'javax.ws.rs.container.PreMatching' could not be resolved. Check if you have the right annotation name or use the fully qualified name.
- Annotation 'javax.ws.rs.container.Priority' could not be resolved. Check if you have the right annotation name or use the fully qualified name.
- method 'filter': source error] no such class javax.ws.rs.container.ContainerRequestContext
errors:
- method 'a':asource error] no such class: javax.ws.rs.core.Response
- method 'b':'source error] no such class: javax.ws.rs.core.Response
- method 'c': source error] no such class: javax.ws.rs.core.Response
It looks that USoft 10 comes with some JAVA package changes. All errors seem to be related to the javax package. Please assist.
Thank you advance.