Cache handling for X509 certificates in XKMS

2013-11-04 Thread Frizz
Hi there, I have doubts regarding the cache handling in XKMS. It seems once a certificate for IssuerSerial is found in the cache, it never checks the XKMS Service (LDAP, etc.) ever again, because the cache never expires. class: XkmsCryptoProvider package: org.apache.cxf.xkms.crypto.impl privat

Re: Cache handling for X509 certificates in XKMS

2013-11-04 Thread Colm O hEigeartaigh
It's up to the cache implementation to handle expiry. For example, look at the "get" method in the default cache based on EhCache: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-client/src/main/java/org/apache/cxf/xkms/cache/EHCacheXKMSClientCache.java?view=markup Colm. On Mon, Nov 4

Re: Cache handling for X509 certificates in XKMS

2013-11-04 Thread Frizz
Ah! I see! My bad. I simply "assumed" get() would operate on a Map - or something like ... Thanks for clarification, Colm On Mon, Nov 4, 2013 at 12:38 PM, Colm O hEigeartaigh wrote: > It's up to the cache implementation to handle expiry. For example, look at > the "get" method in the default ca

[VOTE] Apache CXF Fediz 1.1.0

2013-11-04 Thread Oliver Wulff
It's been a long time since Fediz 1.0.x was first released and thus time for this release :-) We have several new features including new Fediz plugins for Jetty, Websphere and Spring Security 2/3. Th

Re: [VOTE] Apache CXF Fediz 1.1.0

2013-11-04 Thread Sergey Beryozkin
+1 Thanks, Sergey On 04/11/13 22:04, Oliver Wulff wrote: It's been a long time since Fediz 1.0.x was first released and thus time for this release :-) We have several new features including new Fediz plugins for Jetty, Websphere and Spring Security 2/3. Th

cxf-codegen-plugin and integration in eclipse

2013-11-04 Thread Cristiano Costantini
Hi all, I see that whatever I set the value of cxf-codegen-plugin when executing the wsdl2java goal, then in eclipse that folder get added as a source folder. Could someone please tell me how that it is achieved? I would like to have the same behavior in the gwt-mavan-plugin. Thank you, Cristia

Re: cxf-codegen-plugin and integration in eclipse

2013-11-04 Thread Cristiano Costantini
maybe it is these lines of code that do the integration? http://svn.apache.org/repos/asf/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java public void execute() throws MojoExecutionException { // add the generated source into compil