jimma commented on PR #50:
URL: https://github.com/apache/ws-wss4j/pull/50#issuecomment-1106472170

   Thanks the change, @reta  and @coheigea !  This will fix the test failure in 
CXF without the ehcache exclusion for wss4j dependency:
   ```
   Caused by: java.lang.NoClassDefFoundError: 
javax/xml/bind/ValidationEventHandler
        at org.ehcache.xml.XmlConfiguration.<init>(XmlConfiguration.java:114)
        at 
org.apache.cxf.ws.security.tokenstore.EHCacheTokenStore.<init>(EHCacheTokenStore.java:69)
        at 
org.apache.cxf.sts.cache.DefaultInMemoryTokenStore.<init>(DefaultInMemoryTokenStore.java:36)
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method)
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at 
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:206)
        ... 59 more
   
   ```
    I saw this PR until I submitted my PR to do the same thing. I already 
closed mine.   There is a jira for this upgrade: 
https://issues.apache.org/jira/browse/WSS-696.  Feel free to close it if it's 
not needed.  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to