[jira] [Created] (CXF-7893) cxf-parent should have guava entry

2018-11-08 Thread Tom Cunningham (JIRA)
Tom Cunningham created CXF-7893:
---

 Summary: cxf-parent should have guava entry
 Key: CXF-7893
 URL: https://issues.apache.org/jira/browse/CXF-7893
 Project: CXF
  Issue Type: Improvement
  Components: Configuration
Reporter: Tom Cunningham


cxf-java2-swagger plugin requires guava 20, and I've found a couple of edge 
cases where guava 18 slips in.    cxf-parent should have a guava 
dependencyManagement entry to prevent this - there's already a guava.version 
specified there, so I don't think adding the dependencyManagement entry is a 
big deal.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (CXF-7777) FastDateFormatTest fails on JDK 1.8 / EDT

2018-07-03 Thread Tom Cunningham (JIRA)


 [ 
https://issues.apache.org/jira/browse/CXF-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom Cunningham closed CXF-.
---
Resolution: Invalid

Meant to file this against Karaf.

> FastDateFormatTest fails on JDK 1.8 / EDT
> -
>
> Key: CXF-
> URL: https://issues.apache.org/jira/browse/CXF-
> Project: CXF
>  Issue Type: Improvement
>Reporter: Tom Cunningham
>Priority: Major
>
> FastDateFormatTest fails on JDK 1.8 / EDT.    It looks like the test case 
> tries to add 5 days to November 5th 2017, but does not account for the fact 
> that November 5, 2017 was a border date for daylight savings time in the US 
> ([https://www.timeanddate.com/time/change/usa)].    
> If we add 5 days and 1 hour, I think this test should work correctly no 
> matter what time zone it is run in.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CXF-7777) FastDateFormatTest fails on JDK 1.8 / EDT

2018-07-03 Thread Tom Cunningham (JIRA)
Tom Cunningham created CXF-:
---

 Summary: FastDateFormatTest fails on JDK 1.8 / EDT
 Key: CXF-
 URL: https://issues.apache.org/jira/browse/CXF-
 Project: CXF
  Issue Type: Improvement
Reporter: Tom Cunningham


FastDateFormatTest fails on JDK 1.8 / EDT.    It looks like the test case tries 
to add 5 days to November 5th 2017, but does not account for the fact that 
November 5, 2017 was a border date for daylight savings time in the US 
([https://www.timeanddate.com/time/change/usa)].    

If we add 5 days and 1 hour, I think this test should work correctly no matter 
what time zone it is run in.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CXF-7750) cxf parent pom should have dependencyManagement entries for cxf artifacts

2018-06-01 Thread Tom Cunningham (JIRA)
Tom Cunningham created CXF-7750:
---

 Summary: cxf parent pom should have dependencyManagement entries 
for cxf artifacts
 Key: CXF-7750
 URL: https://issues.apache.org/jira/browse/CXF-7750
 Project: CXF
  Issue Type: Improvement
  Components: Samples
Reporter: Tom Cunningham


The cxf parent pom should have dependencyManagement entries for all of the cxf 
artifacts.     Other projects like camel 
([https://github.com/apache/camel/blob/18a110cc4e78968b623564fe02484d54af7f906f/parent/pom.xml)]
 include these so that the parent pom can be imported like a BOM and provide 
standard versions of all the artifacts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CXF-6665) ClassCastException in SoapActionInInterceptor

2015-11-04 Thread Tom Cunningham (JIRA)
Tom Cunningham created CXF-6665:
---

 Summary: ClassCastException in SoapActionInInterceptor
 Key: CXF-6665
 URL: https://issues.apache.org/jira/browse/CXF-6665
 Project: CXF
  Issue Type: Bug
  Components: Soap Binding
Affects Versions: 2.7.17
Reporter: Tom Cunningham


Seeing a ClassCastException in SoapActionInInterceptor after upgrading to cxf 
2.7.17.I do not see this error in previous versions of CXF - it looks like 
this is caused by the changes in CXF-6433.

02:54:00,882 WARN  [org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for 
{urn:switchyard-quickstart:soap-attachment:1.0}ImageServiceService has thrown 
exception, unwinding now
java.lang.ClassCastException: javax.mail.internet.InternetHeaders cannot be 
cast to java.util.Map
at 
org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor.getSoapAction(SoapActionInInterceptor.java:86)
at 
org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor.handleMessage(SoapActionInInterceptor.java:121)
at 
org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor.handleMessage(SoapActionInInterceptor.java:45)
at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
at 
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:355)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:319)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:66)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1088)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1024)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at 
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)
at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)