[ 
http://issues.apache.org/jira/browse/DIRMINA-207?page=comments#action_12374303 
] 

Michael Bauroth commented on DIRMINA-207:
-----------------------------------------

The only reason is the introduced version check to handle different version 
here:

<code>
if ( version.startsWith( "1.5" ) || version.startsWith( "5.0" ) )
        {
            // Use reflection here to be able to compile mina with jdk 1.4
            try
</code>

Extending it with <code>version.startsWith( "1.6" ) || </code> fix the issue.

> Charset.getDefaultEncoding doesn't work with JDK 1.6.0-beta2
> ------------------------------------------------------------
>
>          Key: DIRMINA-207
>          URL: http://issues.apache.org/jira/browse/DIRMINA-207
>      Project: Directory MINA
>         Type: Bug

>     Versions: 0.9.3
>     Reporter: Michael Bauroth
>     Priority: Minor

>
> version check doesn't exist ... version.startsWith( "1.6" )

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to