[ 
https://issues.apache.org/jira/browse/CAMEL-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211552#comment-13211552
 ] 

Christian Müller commented on CAMEL-4955:
-----------------------------------------

The error in 
org.apache.camel.converter.jaxp.XmlConverterTest.testToDomSourceByStAXSource() 
is a bug in the JDK, in my opinion. I opened an issue in the openjdk project to 
solve it: https://bugs.openjdk.java.net/show_bug.cgi?id=100228
However, I will also try the official Java 7 version from Oracle on Windows 7...

setting the XML version explicitly solve the problem:
{code:java}
StAXSource source = conv.toStAXSource("<?xml version=\"1.0\" 
encoding=\"UTF-8\"?><foo>bar</foo>", null);
{code}
                
> Camel should run in a Java 7 environment
> ----------------------------------------
>
>                 Key: CAMEL-4955
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4955
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Priority: Critical
>             Fix For: 2.10.0
>
>
> End of life for Java 6 is July 2012.
> If we release Camel 2.10.0 3 month after 2.9.0, it's round about March/April. 
> The next Camel release after 2.10.0 (may be 3.0.0) will be not available 
> before July 2012.
> Because of this, I think Camel 2.10.0 must be able to run in an Java 7 
> environment to give our users the possibility to migrate to Java 7 before it 
> reaches EOL.
> http://www.oracle.com/technetwork/java/eol-135779.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to