Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Getting CXF to work properly in OSGi By: Isuru Suriarachchi Hi all, I'm trying to bring CXF into my OSGi container (equinox). So
the spring framework is a single bundle and cxf is a separate bundle.
And my web.xml has the following context param. <context-param>
…
|
2 | Feb 8 2012 08:46 |
Feb 9 2012 00:21 |
|
|
webservice with changing response By: fachhoch Can there be a web service whose return type varies based on
parameter client passes. I am talking about a web service whose
returns varies completely , like a webservice when given a parameter
employee return employe object and when…
|
5 | Feb 4 2012 09:44 |
Feb 8 2012 16:36 |
|
|
Refreshing the Spring context leads to NPE By: Jens Borgland Hi, I have a web application that uses Spring and CXF (currently
2.4.2), and runs on Tomcat. The application (not just CXF) is
initialized using the
org.springframework.web.context.ContextLoaderListener. Starting and
shutting the application…
|
1 | Feb 8 2012 10:59 |
Feb 8 2012 15:41 |
|
|
Instantiation of service class -- Are constructor paramters supported? By: Alois Hi all, I'm setting up a web service using JaxWsServerFactoryBean.
How can I make resources available to the service class? Is it
supported that a constructor with parameters is called when
instantiating the service class? What other…
|
1 | Feb 8 2012 11:14 |
Feb 8 2012 15:39 |
|
|
Re: serve static content through jetty By: Sergey Beryozkin Hi On 08/02/12 17:10, matteo rulli wrote: > Dear all, > > I
publish some soap-WS through CXF (v. 2.5.0 - bundled into OSGi
equinox) on > the following URI: > > > >
http://10.0.2.243:8160/Persistence > > > > The…
|
0 | Feb 8 2012 15:25 |
Feb 8 2012 15:25 |
|
|
Add a transport header to a request By: francisco.arnau Dear users: I am doing a client for calling a webservice. I am trying
to add a transport header because the webservice needs this transport
header as a parameter. Can you help me? how can I add a transport
header in my request? I am using cxf-2.4.0…
|
3 | Feb 8 2012 10:41 |
Feb 8 2012 12:41 |
|
|
Distributed OSGi: Maximum number of parallel requests == 24? By: Viehmeier, Sven Hello, I faced another issue with my distributed OSGi application.
My application should handle hundreds of requests per second whereby
each request might need one second or more calculation time. But from
my tests it seems that the OSGi framework…
|
5 | Feb 7 2012 08:09 |
Feb 8 2012 11:48 |
|
|
serve static content through jetty By: matteo rulli Dear all, I publish some soap-WS through CXF (v. 2.5.0 - bundled
into OSGi equinox) on the following URI:
http://10.0.2.243:8160/Persistence The problem is that when a
Silverlight client tries to consume my WS, a "get" request for a…
|
0 | Feb 8 2012 11:10 |
Feb 8 2012 11:10 |
|
|
Jaxb schema validation for Jaxws hand written classes By: David Birch Hi, is there any issue with setting the schemas property of the
jaxb data binding bean manually? i.e. .... <jaxws:dataBinding>
<bean class="org.apache.cxf.jaxb.JAXBDataBinding"> <property
name="schemas" ref="schemaCol"/>…
|
1 | Feb 8 2012 00:13 |
Feb 8 2012 10:25 |
|
|
Signature and encryption in security policy By: Andrei Shakirin Hi, Would like to discuss two topics regarding WS-Policy security
implementation. Signature and encryption of request are controlled by
SignedParts, EncryptedParts policy assertions. But, as far as I can
see, these assertions can be active only…
|
1 | Feb 8 2012 09:43 |
Feb 8 2012 10:03 |
|
|
javax.xml.ws.soap.SOAPFaultException: Marshalling Error By: akira85 Hi all, I created a web service with Apache CXF. When I test it, I
receive this error and I can’t see why. Who can help me? *My test
main is:* / public static void main(String args[]) throws
Exception { JaxWsProxyFactoryBean factory =…
|
0 | Feb 8 2012 09:48 |
Feb 8 2012 09:48 |
|
|
JAXRS: RegEx Jersey vs. CXF (2.5.2) By: Klevenz, Stephan Hi, I have another issue within compatibility between Jersey and CXF
and maybe you can give me a hint. The issue is with the following URL
pattern where CXF doesn't dispatch to the expected handler: …
|
5 | Feb 7 2012 10:46 |
Feb 8 2012 09:14 |
|
|
Re: Good way to add link relations to REST responses By: Sergey Beryozkin >> 4) Knowledge of the media type being returned to the
client. One >> resource can (and often does) support multiple
media types, and each >> media >> type is going to come
with different link relations. >> > >…
|
2 | Feb 8 2012 07:17 |
Feb 8 2012 08:15 |
|
|
samples of Cas ws-security, probably either STS or custom bst By: Jason Pell Hi, I am looking at using CAS (Central Authentication Service -
www.jasig.org/cas) I can see that spring can support in the web layer
I am looking for examples of cxf validating a proxy ticket or are
there better SSO options that I could be…
|
1 | Feb 8 2012 04:40 |
Feb 8 2012 07:17 |
|
|
?wsdl is not being handled by cxf 2.5.x By: Blue Diamond Hello, We are upgrading our CXF from 2.3.x to 2.5.x. We have our
WebServiceProviders implemented. Our components run in OSGi.
Everything is fine in 2.3.x where we used to embed CXF jars in our
OSGi bundle. Now, we want to use CXF bundles from…
|
1 | Feb 8 2012 00:36 |
Feb 8 2012 07:07 |
|
|
DOSGi: service removal not notified By: David Feliot Hi, DOSGi TopologyManager doesn't seem to notify the
EndpointListeners when a service is removed. Is it the expected
behaviour? I use the version 1.2. Regards, David.
|
3 | Nov 28 2011 03:58 |
Feb 8 2012 07:03 |
|
|
STS Token invalidation By: Francisco Serrano Hi list, good morning, What do you think is the correct way to
invalidate the token issued by the STS? Invalidating the session
is not forcing a new basic authentication when we try to access the
secured resource again. Any suggestion? …
|
2 | Feb 8 2012 04:15 |
Feb 8 2012 04:44 |
|
|
Status of CXF DOSGi? By: gaygeek I am interested in using CXF DOSGi and have been doing some POC work
with it, but it has not been updated in over a year and the library
versions are fairly out of date--for example, it still uses the
deprecated Spring DM rather than Gemini…
|
6 | Jan 4 2012 11:08 |
Feb 8 2012 04:14 |
|
|
JavaToWS generating non-working WSDL (in CXF 2.4.3+) By: rouble CXF Gurus, I use JavaToWS to generate the WSDL on my development
box. After migrating to 2.4.3 (from 2.4.1) I noticed that the WSDL
being generated is slightly different (uses references). And any
clients generated using wsdl2java, on that WSDL do…
|
4 | Jan 26 2012 11:17 |
Feb 7 2012 17:01 |
|
|
Re: Mock HTTP Service By: Sergey Beryozkin Hi may be Chandru is more after something like this:
https://issues.apache.org/jira/browse/CXF-3163 which I think is
ultimately to do with the local transport support. CXF-3163 depends
on https://issues.apache.org/jira/browse/CXF-3562 and some…
|
0 | Feb 7 2012 15:50 |
Feb 7 2012 15:50 |