Re: programmatic way to shutdown cxf jaxrs bus or endpoint?

2014-06-09 Thread Daniel Kulp
On Jun 9, 2014, at 1:25 PM, Sonam Samdupkhangsar wrote: > I have a cxf jaxrs application configured using java config similar to this > post > http://stackoverflow.com/questions/13520821/autodiscover-jax-rs-resources-with-cxf-in-a-spring-application. > > However, I have my code in a Maven ba

RE: CXF & OCSP Signers - SOLVED

2014-06-09 Thread Stephen.CTR.Chappell
Well I solved both my issues. The latter issue - getting "Unable to verify OCSP Responder's signature" exception no matter what signing certificate I had used - was a responder issue, not a Java, CXF, or WSS4J issue at all. So that's solved. The original issue I had was that I needed to be able

programmatic way to shutdown cxf jaxrs bus or endpoint?

2014-06-09 Thread Sonam Samdupkhangsar
I have a cxf jaxrs application configured using java config similar to this post http://stackoverflow.com/questions/13520821/autodiscover-jax-rs-resources-with-cxf-in-a-spring-application. However, I have my code in a Maven based project that has Cobertura code coverage. The test cases are ru

Re: marshalling issues

2014-06-09 Thread Sergey Beryozkin
Hi Mike On 09/06/14 12:42, Lambert, Michael wrote: Thanks Sergey! The suggestions to use dropCollectionWrapperElement and dropRootElement worked. I apologize if the tone in my email sounded confrontational; it was not meant to be. I LOVE the tool. No problems at all. In fact your messages is a si

Re: marshalling issues

2014-06-09 Thread Lambert, Michael
Thanks Sergey! The suggestions to use dropCollectionWrapperElement and dropRootElement worked. I apologize if the tone in my email sounded confrontational; it was not meant to be. I LOVE the tool. I was however struggling to find a catalog of all the common parameters used to "tweek" the marshallin

Re: marshalling issues

2014-06-09 Thread Sergey Beryozkin
On 09/06/14 10:53, Sergey Beryozkin wrote: On 08/06/14 21:56, Lambert, Michael wrote: I take that back. Its now encapsulating the payload in a wrapper object. There should not be a "userDataType" object wrapped around the object: {"userDataType":{"id":11,"createDate":"2014-06-08T12:39:19.284-0

Re: marshalling issues

2014-06-09 Thread Sergey Beryozkin
On 08/06/14 21:56, Lambert, Michael wrote: I take that back. Its now encapsulating the payload in a wrapper object. There should not be a "userDataType" object wrapped around the object: {"userDataType":{"id":11,"createDate":"2014-06-08T12:39:19.284-04:00","updateDate":"2014-06-08T12:39:19.284-

Re: marshalling issues

2014-06-09 Thread Sergey Beryozkin
Hi On 08/06/14 19:44, Lambert, Michael wrote: I solved it but its non intuitive. I used the following block in my beans.xml content file: application/xml text/xml application/*+xml application/vnd.com.healthmedia.user-data-collection+xml;version=1.0 application/vnd.com.healthmedia.use