[jira] [Commented] (CXF-6296) JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor

2015-05-02 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14525651#comment-14525651 ] Dmitry Kozlov commented on CXF-6296: Oops. Sorry about that. Didn't notice double

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-04-04 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14396046#comment-14396046 ] Dmitry Kozlov commented on CXF-6297: Hi Sergey, I've created bug/improvement item -

[jira] [Created] (CXF-6331) Wrap exceptions in JAXRSBeanValidationInvoker into Fault so that these exceptions are exposed to ExceptionMapper-s

2015-04-04 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6331: -- Summary: Wrap exceptions in JAXRSBeanValidationInvoker into Fault so that these exceptions are exposed to ExceptionMapper-s Key: CXF-6331 URL:

[jira] [Updated] (CXF-6331) Wrap exceptions in JAXRSBeanValidationInvoker into Fault so that these exceptions are exposed to ExceptionMapper-s

2015-04-04 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov updated CXF-6331: --- Description: As of now only {{ConstraintValidationExceptions}} thrown within

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-04-01 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14390558#comment-14390558 ] Dmitry Kozlov commented on CXF-6297: Cool, thanks! Tried invoker, and it does work. So

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-31 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389639#comment-14389639 ] Dmitry Kozlov commented on CXF-6297: Hi Sergey ([~sergey_beryozkin]), I've just figured

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-29 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386154#comment-14386154 ] Dmitry Kozlov commented on CXF-6297: Now with the fix the log looks as follows (for my

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-29 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386152#comment-14386152 ] Dmitry Kozlov commented on CXF-6297: I've created CXF-6321 for filters. I've also

[jira] [Created] (CXF-6321) Make sure global JAX-RS filters are applied once per request even if made to sub-resource

2015-03-29 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6321: -- Summary: Make sure global JAX-RS filters are applied once per request even if made to sub-resource Key: CXF-6321 URL: https://issues.apache.org/jira/browse/CXF-6321

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379808#comment-14379808 ] Dmitry Kozlov commented on CXF-6297: Thanks Sergey, I'll take a look. My quick recent

[jira] [Closed] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov closed CXF-6297. -- Not sure about the process, but just in case: closing as fixed as reporter. JAX-RS BeanValidation feature

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379869#comment-14379869 ] Dmitry Kozlov commented on CXF-6297: Hi, decided to double check to avoid confusion.

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380032#comment-14380032 ] Dmitry Kozlov commented on CXF-6297: Hmm... I tried and results are surprising... and

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380036#comment-14380036 ] Dmitry Kozlov commented on CXF-6297: It may have something to do with the way Jersey

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-25 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380209#comment-14380209 ] Dmitry Kozlov commented on CXF-6297: Ok, will do. Meanwhile, it's great to hear about

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-24 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378023#comment-14378023 ] Dmitry Kozlov commented on CXF-6297: Hi [~sergey_beryozkin], Thank you very much! :) I

[jira] [Commented] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-12 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359798#comment-14359798 ] Dmitry Kozlov commented on CXF-6297: Similar exception report on stackoverflow:

[jira] [Created] (CXF-6297) JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor

2015-03-12 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6297: -- Summary: JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor Key: CXF-6297 URL: https://issues.apache.org/jira/browse/CXF-6297

[jira] [Created] (CXF-6296) JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor

2015-03-12 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6296: -- Summary: JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor Key: CXF-6296 URL: https://issues.apache.org/jira/browse/CXF-6296

[jira] [Updated] (CXF-6297) JAX-RS BeanValidation feature fails with NPE on sub-resource call in JAXRSBeanValidationOutInterceptor

2015-03-12 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov updated CXF-6297: --- Description: With {{JAXRSBeanValidationFeature}} enabled CXF fails to process request to sub-resource

[jira] [Updated] (CXF-6297) JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call

2015-03-12 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov updated CXF-6297: --- Summary: JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on

[jira] [Created] (CXF-6149) ContainerRequestContextImpl hasEntity() always returns true for non-GET requests. Similar for ClientResponseContextImpl

2014-12-09 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6149: -- Summary: ContainerRequestContextImpl hasEntity() always returns true for non-GET requests. Similar for ClientResponseContextImpl Key: CXF-6149 URL:

[jira] [Updated] (CXF-6149) ContainerRequestContextImpl hasEntity() always returns true for non-GET requests. Similar for ClientResponseContextImpl

2014-12-09 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov updated CXF-6149: --- Description: According to [JAX-RS API 2.0

[jira] [Commented] (CXF-6106) ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context

2014-11-17 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14215194#comment-14215194 ] Dmitry Kozlov commented on CXF-6106: Thank you very much! A following up question is:

[jira] [Closed] (CXF-6106) ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context

2014-11-17 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kozlov closed CXF-6106. -- ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as

[jira] [Commented] (CXF-6106) ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context

2014-11-17 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14215316#comment-14215316 ] Dmitry Kozlov commented on CXF-6106: Got it, thanks. ClientResponseFilterInterceptor

[jira] [Created] (CXF-6106) ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context

2014-11-14 Thread Dmitry Kozlov (JIRA)
Dmitry Kozlov created CXF-6106: -- Summary: ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context Key: CXF-6106

[jira] [Commented] (CXF-6106) ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context

2014-11-14 Thread Dmitry Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213279#comment-14213279 ] Dmitry Kozlov commented on CXF-6106: Hi [~sergey_beryozkin], Just a heads up :) Sorry