Re: Sharing a eh cache manager

2014-06-14 Thread Jason Pell
Never mind - I managed to introduce the changes slightly differently into 3.0.x. I did however submit a small patch to wss4j in aforementioned wss-503 that calls cacheManager.removeCache(cache.getName()) which is useful for cases where using a global cache manager. But this code has also been add

Re: Sharing a eh cache manager

2014-06-14 Thread Jason Pell
https://issues.apache.org/jira/browse/WSS-503 On Sun, Jun 15, 2014 at 1:58 PM, Jason Pell wrote: > Colm, > > My solution does not work for CXF 3.0.x as the code I changed no longer > exists. Its been moved into wss4j. Any chance I can contribute a patch > for wss4j that would be released bef

Re: Sharing a eh cache manager

2014-06-14 Thread Jason Pell
Colm, My solution does not work for CXF 3.0.x as the code I changed no longer exists. Its been moved into wss4j. Any chance I can contribute a patch for wss4j that would be released before CXF 3.0.1? https://fisheye6.atlassian.com/changelog/cxf?cs=5c3be52b14609cae3548f5f0cb24dac391b7de86

Re: How to get the spring WebApplicationContext created in CXFServlet?

2014-06-14 Thread Jason Pell
Its WebApplicationContextUtils A good article which covers its use http://www.mkyong.com/spring/spring-how-to-do-dependency-injection-in-your-session-listener/ On Sun, Jun 15, 2014 at 3:45 AM, David Karlsen wrote: > Spring provides a static method to get it. Don't have it at hand now. > S

default behaviour of cxf on base64 encoded message

2014-06-14 Thread Ravindra Kondiparthi
Hi, I am trying to understand the behaviour of cxf for element http://www.w3.org/2005/05/xmlmime"/> Payload element is unmarshalled to a DataHandlerObject . looks like cxf is decoding the base64 encoded message is this the default behaviour? Thanks Ravi

Re: How to get the spring WebApplicationContext created in CXFServlet?

2014-06-14 Thread David Karlsen
Spring provides a static method to get it. Don't have it at hand now. Something utils. 14. Juni 2014 11:05 skrev "Rice Yeh" følgende: > Hi, > I have a need to get the WebApplicationContext created in CXFServlet > thru config-location parameter. How do I do it? > > Rice >

DOSGi Registered Web Service Cannot be Updated

2014-06-14 Thread Erwin Hogeweg
Hi, I ran into an issue where a registered web service cannot be updated. The scenario is as follows: 1. Register a services as shown below. Implementation and interface are defined in separate bundles. 2. Verify that http:///MyInterfaceService?wsdl returns the correct interface. 3. Stop de ru

Re: How to get the spring WebApplicationContext created in CXFServlet?

2014-06-14 Thread Rice Yeh
I know I can implement a ApplicationContextAware bean to do this. However, I like to know if there is API provided by cxf? On Sat, Jun 14, 2014 at 5:04 PM, Rice Yeh wrote: > Hi, > I have a need to get the WebApplicationContext created in CXFServlet > thru config-location parameter. How do I

How to get the spring WebApplicationContext created in CXFServlet?

2014-06-14 Thread Rice Yeh
Hi, I have a need to get the WebApplicationContext created in CXFServlet thru config-location parameter. How do I do it? Rice