[jira] [Resolved] (SYNCOPE-949) Leave WebApplicationException to default processing

2016-09-22 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-949. Resolution: Fixed > Leave WebApplicationException to default processing >

[jira] [Commented] (SYNCOPE-949) Leave WebApplicationException to default processing

2016-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15513397#comment-15513397 ] ASF subversion and git services commented on SYNCOPE-949: - Commit

[jira] [Commented] (SYNCOPE-949) Leave WebApplicationException to default processing

2016-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15513398#comment-15513398 ] ASF subversion and git services commented on SYNCOPE-949: - Commit

[jira] [Updated] (SYNCOPE-949) Leave WebApplicationException to default processing

2016-09-22 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-949: --- Summary: Leave WebApplicationException to default processing (was: Leave

[jira] [Commented] (SYNCOPE-949) Leave WebApplicationException to default processing

2016-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15513323#comment-15513323 ] ASF subversion and git services commented on SYNCOPE-949: - Commit

Re: Managing WebApplicationException

2016-09-22 Thread Francesco Chicchiriccò
On 22/09/2016 14:48, Sergey Beryozkin wrote: Hi Francesco Yes, option a) is the simplest - c) is always available if you'd like to start customizing the WAE mapping using a standard JAX-RS mechanism. FYI I have opened SYNCOPE-949 for going with (a). Regards. On 22/09/16 13:31, Francesco

[jira] [Created] (SYNCOPE-949) Leave WebApplicationException

2016-09-22 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-949: -- Summary: Leave WebApplicationException Key: SYNCOPE-949 URL: https://issues.apache.org/jira/browse/SYNCOPE-949 Project: Syncope Issue

Re: Managing WebApplicationException

2016-09-22 Thread Sergey Beryozkin
Hi Francesco Yes, option a) is the simplest - c) is always available if you'd like to start customizing the WAE mapping using a standard JAX-RS mechanism. Thanks, Sergey On 22/09/16 13:31, Francesco Chicchiriccò wrote: On 22/09/2016 13:31, Sergey Beryozkin wrote: Hi Francesco, Happy to be

Re: Managing WebApplicationException

2016-09-22 Thread Francesco Chicchiriccò
On 22/09/2016 13:31, Sergey Beryozkin wrote: Hi Francesco, Happy to be the good one :-) Of course you are ;-) Please see comments inline Same for me. On 22/09/16 12:07, Francesco Chicchiriccò wrote: Hi all, during a recent chat I had with the good Sergey (on another topic), I have

Re: Managing WebApplicationException

2016-09-22 Thread Sergey Beryozkin
Sorry. meant "WAE superclasses" in the text below On 22/09/16 12:31, Sergey Beryozkin wrote: Hi Francesco, Happy to be the good one :-) Please see comments inline On 22/09/16 12:07, Francesco Chicchiriccò wrote: Hi all, during a recent chat I had with the good Sergey (on another topic), I have

Re: Managing WebApplicationException

2016-09-22 Thread Sergey Beryozkin
Hi Francesco, Happy to be the good one :-) Please see comments inline On 22/09/16 12:07, Francesco Chicchiriccò wrote: Hi all, during a recent chat I had with the good Sergey (on another topic), I have found that the JAX-RS's standard WebApplicationException (and child exceptions) are handled

Managing WebApplicationException

2016-09-22 Thread Francesco Chicchiriccò
Hi all, during a recent chat I had with the good Sergey (on another topic), I have found that the JAX-RS's standard WebApplicationException (and child exceptions) are handled by CXF, according to the specs, via WebApplicationExceptionMapper [1]. Syncope's RestServiceExceptionMapper, however,