cxf2.2.5 and cxf 2.2.9:
WadlGenerator.java line 225:
if (isFormRequest(ori)) {
handleRepresentation(sb, jaxbTypes, jaxbProxy, clsMap, ori,
null, false);
} else {
for (Parameter p : ori.getParameters()) {
handleParame
Hi,
I want to implement the CXF web service security "Pass authentication
tokens between services" can any one provide me working example or any
resource from which i can study
Thanks ..
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-WS-security-tp1843114p1843114.h
OK, since there are (at least) two types of client<->STS validation options,
I kept the upper one at UsernameToken and the lower at X.509 so readers will
have two examples, and also fattened up the documentation a bit. You can
add in the ActAs documentation elements once 2.3 is ready (or when you
http://www.jroller.com/gmazza/entry/cxf_x509_profile
http://cxf.apache.org/docs/ws-security.html
devkatiyar wrote:
>
> Hi,
> I want to implement the CXF web service security "Pass authentication
> tokens between services" can any one provide me working example or any
> resource from which i
Oops--forgot to mention, please use the CXF user's list for these types of
questions. The same developers are on both lists, it just keeps the
archives clean that way.
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-WS-security-tp1843114p1843396.html
Sent from the cxf-dev
There's no content length in the response in
testAddBookCustomFailureStatus, so it can't or won't read the response
object, and it fails.
Sorry I'm not helping there at all. Barely finding the time at the moment to
reply to the questions in the evening and can't even do the GSOC mentoring
job properly this week :-). Will have to catch up on weekends
Sergey
On Fri, Jul 23, 2010 at 5:58 PM, Benson Margulies wrote:
> There's no conte
On Friday 23 July 2010 12:58:03 pm Benson Margulies wrote:
> There's no content length in the response in
> testAddBookCustomFailureStatus, so it can't or won't read the response
> object, and it fails.
My latest commit seems to have fixed the rest of the tests on the jetty7
branch. Can you giv
+1
Looks good to me.
Dan
On Wednesday 21 July 2010 2:45:39 am Eoghan Glynn wrote:
> Folks,
>
> Now that the release notes are all fixed up, I'm calling a second vote to
> release
> CXF Distributed OSGi 1.2.
>
> The release notes contain a description of new features and bugs fixed
> in this r
Actually, since all the tests pass, I would say we could merge it to trunk and
fix the samples from there. Any objections?
I've checked the legal files in the distribution as well as the WHICH_JARS
file and I think we're OK there now. Thus, it's just the samples.
Dan
On Friday 23 July 201
In the branch where we're working on jetty 7, I've started to set up
the use of the new-ish 'failsafe' plugin to run integrations tests.
It occurs to me that we could probably use this to include all the
samples in the build.
Rough proposal:
1: we want to run builds on the samples with cxf.versi
On Friday 23 July 2010 4:52:41 pm Benson Margulies wrote:
> In the branch where we're working on jetty 7, I've started to set up
> the use of the new-ish 'failsafe' plugin to run integrations tests.
>
> It occurs to me that we could probably use this to include all the
> samples in the build.
>
>
I've checked a new top level directory into the trunk: test-samples.
This uses the invoker plugin to build all the samples. A bit of config
causes them to consume the snapshot version just built, instead of
respecting the cxf.version setting in all of those poms.
I've repaired the two samples that
You have to use the surefire option instead of MAVEN_OPTS.
-Dmaven.surefire.debug=true
On Fri, Jul 23, 2010 at 6:23 PM, Gary Gregory (JIRA) wrote:
>
> [
> https://issues.apache.org/jira/browse/CXF-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12
" handleRepresentation(sb, jaxbTypes, jaxbProxy, clsMap, ori, null, false);"
should be
"handleRepresentation(sb, jaxbTypes, jaxbProxy, clsMap, ori, null, true);" ?
--
View this message in context:
http://cxf.547215.n5.nabble.com/Re-A-WADL-Representation-bug-tp1842811p1896987.html
Sent from the
15 matches
Mail list logo