How to configure the HTTPS in the jax-rs restful webservice based on tomcat ans spring

2010-10-12 Thread Panpan Ju
Hi all: This is a problem. Are there any solution for How to configure the HTTPS in the jax-rs restful webservice based on tomcat ans spring. Please give your comments or some guide or docs Thanks. --pan

Re: Dug myself into a pit switching from Simple to JAX-WS

2010-10-12 Thread Benson Margulies
This is all writing. The original Aegis implementation had a boolean, initialized at setup of the binding, to control whether it wrote MTOM. I didn't disturb that. I don't have any problem in principle with making it look at a contextual property, give or take the fact that the code in question

Creating branch for 2.3.x fixes....

2010-10-12 Thread Daniel Kulp
I plan on creating a branch for 2.3.x fixes fairly shortly so that we can start pushing new things onto trunk. Any objections, speak up quickly? -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Schema oddity

2010-10-12 Thread Benson Margulies
One of our test schemas says: element name=inHeader complexType sequence element name= type=xsd:string/ /sequence

Re: Schema oddity

2010-10-12 Thread Daniel Kulp
On Tuesday 12 October 2010 5:49:31 pm Benson Margulies wrote: One of our test schemas says: element name=inHeader complexType sequence element name= type=xsd:string/

Re: Schema oddity

2010-10-12 Thread Benson Margulies
Not this particular test. I can't even figure out why the test has this in the schema. I gave the element a name. On Tue, Oct 12, 2010 at 5:57 PM, Daniel Kulp dk...@apache.org wrote: On Tuesday 12 October 2010 5:49:31 pm Benson Margulies wrote: One of our test schemas says:  element

XmlSchema 2.0 status report

2010-10-12 Thread Benson Margulies
Hello All, I thought I'd drop a line to make sure that all interested parties know what's creeping down the stem toward them with my current effort. I've wired the trunk of the XmlSchema project (the nascent 2.0) to a private (as in, in my local git repo) branch of CXF. I'm slowing working

XmlSchema, error checking, RFSB, hmm?

2010-10-12 Thread Benson Margulies
Line 1250 of RFSB sets an element's qname to a message part qname. The thing is, in the situation at hand, that message part lives in a different namespace than the schema of the element. And, so far as I've understood it, all the elements of schema 'x' have to live in the namespace of schema

CXF-3062 Discsion (WS-A Message ID Header Requirement Enforcement)

2010-10-12 Thread David Valeri
I mistakenly posted a question about this issue in the user forum yesterday [1]. I have since created a JIRA ticket and attached a patch for discussion [2]. If anyone out there is a WS-A expert, or even just familiar with it, I'd like to get a second opinion before putting it in the trunk.

Re: XmlSchema, error checking, RFSB, hmm?

2010-10-12 Thread Daniel Kulp
On Tuesday 12 October 2010 7:26:49 pm Benson Margulies wrote: Line 1250 of RFSB sets an element's qname to a message part qname. I think your RFSB has mods. Line 1250 doesn't line up with anything useful. The thing is, in the situation at hand, that message part lives in a different