Custom Data Binding

2010-07-22 Thread Mina R Waheeb
Hi, I have some custom objects which I can't bind with any of the available data binding providers! I'm trying to implement DataBinding which is straight forward. But I still confused about how runtime works, do i have to register my custom data binding with each factory like below, or there is

Re: Custom Data Binding

2010-07-22 Thread Daniel Kulp
On Thursday 22 July 2010 1:10:14 pm Mina R Waheeb wrote: > Hi, > >I have some custom objects which I can't bind with any of the available > data binding providers! I'm trying to implement DataBinding which is > straight forward. But I still confused about how runtime works, do i have > to regi

JAX-RS HTTP POST missing parameters

2010-07-22 Thread Nandana Mihindukulasooriya
Hi, I have a JAX-RS service (Apache CXF 2.2.9) and I do a HTTP POST to invoke the service. I used the jetty-maven-plugin (7.1.5.v20100705) with "jetty:run-war" option for testing and everything works fine there. But when I deploy the war in Apache Tomcat 5.5.28 / 6.0.26 and use the same client to

Re: Custom Data Binding

2010-07-22 Thread Mina R Waheeb
Thank you, I found it in ReflectionServiceFactoryBean.createDefaultDataBinding() I will extend it to make the binding configuration transparent and fall back to JAXBDataBinding! Thanks again On Thu, Jul 22, 2010 at 5:45 PM, Daniel Kulp wrote: > On Thursday 22 July 2010 1:10:14 pm Mina R Waheeb

Simplify the configuration options on the WS-Trust page?

2010-07-22 Thread Glen Mazza
Team, On the STS client page[1], the property keys configured for the direct and indirect configuration options for an STS client seem unnecessarily different: direct configuration uses: indirect configuration uses: The example would probably be clearer if the configuration we

Re: A WADL Representation bug?

2010-07-22 Thread Sergey Beryozkin
As I replied in the other email, form parameters have to be described as query parameters as per the WADL spec. Realistically, a representation in WADL is an XML instance so that it could be linked to a schema element. A sequence of name/value pairs can't be cheers, Sergey On Thu, Jul 22, 2010 at

RE: Simplify the configuration options on the WS-Trust page?

2010-07-22 Thread David Valeri
ws-security.sts.token.properties is used to provide key material to the STS when you specify a KeyType. I have used this when the STS issues tokens based on PKI credentials. The docs also mention being used to decrypt encrypted tokens. I added another property today ws-security.sts.token.act-as,

JAX-RS systest failures with jetty7

2010-07-22 Thread Benson Margulies
I did a fair amount of debugging, and I am so-far stumped. CXFServlet calls into the JAX-RS thicket, but somehow by the time it has gone around in 15 circles with Futures, it has an empty array list as the thing it is suposed to invoke, so it never invoked anything.

Re: JAX-RS systest failures with jetty7

2010-07-22 Thread Daniel Kulp
On Thursday 22 July 2010 10:26:31 pm Benson Margulies wrote: > I did a fair amount of debugging, and I am so-far stumped. CXFServlet > calls into the JAX-RS thicket, but somehow by the time it has gone > around in 15 circles with Futures, it has an empty array list as the > thing it is suposed to i

Re: JAX-RS systest failures with jetty7

2010-07-22 Thread Daniel Kulp
On Thursday 22 July 2010 10:48:15 pm Daniel Kulp wrote: > On Thursday 22 July 2010 10:26:31 pm Benson Margulies wrote: > > I did a fair amount of debugging, and I am so-far stumped. CXFServlet > > calls into the JAX-RS thicket, but somehow by the time it has gone > > around in 15 circles with Futur