Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache CXF Developers Recent threads

Threads Replies First post Last post
problems with offline BP schema loading under 2.6.x individual bundles setup
By: Aki Yoshida
Hi, doing some offline setup tests, I noticed that those core configuration schemas are in api but the location resolver code CXFCoreNamespaceHandler is in rt/core. I noticed this offline loading problem when I used the 2.6.x individual bundles…
1 May 24 2012
17:15
May 24 2012
21:25
CXF releases soon....
By: Daniel Kulp
The vote for WSS4J 1.6.6 is underway and should be released soon. I'd like to then get 2.6.1/2.5.4/2.4.8/2.3.11 released shortly thereafter. As a reminder, 2.3.11 will be the last for 2.3.x line. Thus, I'm thinking maybe doing the builds…
1 May 24 2012
09:58
May 24 2012
10:16
BP related CXF schema update (Re: svn commit: r1340905 - in /cxf/trunk/rt/features/clustering: ./ src/main/java/org/apache/cxf/clustering/blueprint/ src/main/resources/META-INF/ src/main/resources/OSGI-INF/ src/main/resources/OSGI-INF/blueprint/ src/
By: Aki Yoshida
I updated those schemas and uploaded them to the schema content repo. @Willem, we already have depends-on in beanAttributes of cxf-beans. I was not sure if this is already covering your case or not. While uploading the schemas, I noticed some CXF…
0 May 24 2012
08:25
May 24 2012
08:25
Re: svn commit: r1340905 - in /cxf/trunk/rt/features/clustering: ./ src/main/java/org/apache/cxf/clu
By: Aki Yoshida
Regarding this ID type, I think it's time we move this type into the cxf-beans schema because we now have three schemas (wsrm, http, and cluster) locally defining this ID type. The cxf-beans schema seems to be the right place. If there is no…
1 May 23 2012
16:07
May 23 2012
20:25
Re: svn commit: r1329923 - /cxf/branches/2.5.x-fixes/rt/ws/addr/src/main/java/org/apache/cxf/ws/addr
By: Willem Jiang
I tried to run full test on my box. JDK 1.6 with Maven 3.0.3. I got the a check style error cxf/branches/2.5.x-fixes/rt/ws/addr/src/main/java/org/apache/cxf/ws/ad dressing/ContextUtils.java:492:33: Nested if-else depth is 4 (max allowed is 3).…
2 May 22 2012
02:45
May 23 2012
02:11
Custom X509TokenValidator??
By: semecxf
I have following policy for user authenticating with X509 certificate, but I did not find any interceptor to get user info from certificate. Any idea to deal with X509 certificate authentication? I already tried sign and encrypt they work fine, I…
3 May 21 2012
14:39
May 22 2012
06:24
Re: svn commit: r1340905 - in /cxf/trunk/rt/features/clustering: ./ src/main/java/org/apache/cxf/clu
By: Daniel Kulp
Willem, Can we do this without having separate Blueprint and Spring schemas? Since this is effectively a new schema for both, I'd hate to have 2 schemas when one could do. The configuration/wsrm-manager.xsd did something similar at one…
3 May 21 2012
09:41
May 21 2012
21:56
rebuilding cxf-bundle-jaxrs-2.4.2-sources.jar
By: Biltheria, Ritesh
Hello Group, I would like to change something in CXFServlet.java present in cxf-bundle-jaxrs-2.4.2-sources.jar and rebuild it to create cxf-bundle-jaxrs-2.4.2.jar. Can someone please tell me an easy way? Thanks, -Ritesh
1 May 17 2012
18:09
May 17 2012
23:01
CXF trying to initialize while shutting down.
By: Benson Margulies
2011-04-29 12:04:44,320 [main] WARN org.springframework.web.context.support.XmlWebApplicationContext - Exception thrown from ApplicationListener handling ContextClosedEvent org.springframework.beans.factory.BeanCreationNotAllowedException: Error…
9 Apr 29 2011
11:07
May 17 2012
17:44
Re: svn commit: r1339636 - /cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java
By: Daniel Kulp
I think git svn screwed up..... Not sure what it keeps doing with this file. :-( Dan On Thursday, May 17, 2012 03:16:54 PM dk### @apache.org wrote: > Author: dkulp > Date: Thu May 17 15:16:54 2012 > New Revision: 1339636 > …
0 May 17 2012
10:19
May 17 2012
10:19
SpringBeanLocator and additional ApplicationContext instances
By: Alessio Soldano
Hi, I've an application that creates a Spring Bus and then add a child context (GeneralApplicationContext) to the context that has been created for the bus: BusApplicationContext ctx = bus.getExtension(BusApplicationContext.class);…
1 May 15 2012
09:44
May 16 2012
06:28
Moving the SAML SSO SP code to its own module
By: Sergey Beryozkin
Hi Colm and myself have been working recently on the initial support for the SAML-based Web SSO support on the Service Provider (SP) side. What we've got at the moment is the filters which can enforce the security context and redirect via GET…
2 May 9 2012
16:33
May 15 2012
07:54
Serving Static content...
By: Tony Giaccone
Hi, my first posting and I have looked over the mailing list and a host of other web sites but for the life of me I can't figure out how solve my problem. First a general description, I'm creating a Restful Web Service that manages a…
0 May 14 2012
17:22
May 14 2012
17:22
JAXRSClientServerBookTest.testGetBookXmlWildcard failures...
By: Daniel Kulp
Sergey, The JAXRSClientServerBookTest.testGetBookXmlWildcard test seems to randomly fail for me. Looking into the test, it looks like the URL it's getting can match either: @GET @Path("/books/{bookId}/") …
1 May 14 2012
12:18
May 14 2012
16:36
Minimizing thread usage for asynchronous invocations
By: Seumas Soltysik
It would appear at this point that each async invocation involves a listener thread, waiting for a response from the server. Is there a way to configure the number of listener threads used by a particular client so that 100 async invocations do not…
5 Mar 29 2012
13:37
May 11 2012
10:34
Need help : how to calling web services from Java file
By: Ritesh Rathore
Hi All, I have created CXF Inbound webservices using WSDL2java tool. i want to call this web service from java file. Kindly suggast how to call the CXF web services from Java file. Please provide sample code. Plz reply . Thanks &…
1 May 10 2012
09:06
May 10 2012
14:25
package name for jaxb gen classes in fediz library
By: Oliver Wulff
Hi all jaxb is used to parse an xml configuration file in fediz. Is there any best practise which package name to choose for the generated jaxb classes which are bundled into fediz-core.jar? Thanks Oli ------ Oliver Wulff Blog:…
0 May 9 2012
15:26
May 9 2012
15:26
Maven setup eclipse workspace
By: Oliver Wulff
Hi all When I run "mvn -Psetup.eclipse" and open the newly created eclipse workspace I only see the "CXF Java Conventions" imported under Preferences -> Java -> Code Style -> Formatter. I can manually add the "CleanUp" and "Organize…
0 May 7 2012
08:33
May 7 2012
08:33
Seeing a bunch of Java7 test failures....
By: Daniel Kulp
I'm seeing a bunch of failure while using Java7 right now. I'll try and dig in tomorrow, but I went ahead and setup a Java7 build in Jenkins. Hopefully we can catch things sooner that way. Tests that I see failing: …
4 May 3 2012
16:26
May 4 2012
15:38
JAX-WS ws providers and W3CDOMStreamWriter
By: Alessio Soldano
Hi, I've recently come across a Service.Mode.MESSAGE JAXWS web service provider that was causing the following exception to be thrown when sending responses: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node…
1 May 4 2012
04:37
May 4 2012
15:22