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
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
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
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
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
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
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,
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.
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
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
10 matches
Mail list logo