You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/07/13 09:47:15 UTC

[jira] Created: (SYNAPSE-562) SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK

SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK
-----------------------------------------------------------------------------

                 Key: SYNAPSE-562
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-562
             Project: Synapse
          Issue Type: Bug
          Components: Core
         Environment: java version "1.6.0"
Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_lHdSMr
JIT  - r9_20080721_1330ifx2
GC   - 20080724_AA)
JCL  - 20080808_02
            Reporter: Andreas Veithen
             Fix For: 1.3


SynapseConfigUtils uses sun.net.www.protocol.https.HttpsURLConnectionImpl, which is not available on IBM JDKs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-562) SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

indika priyantha kumara resolved SYNAPSE-562.
---------------------------------------------

    Resolution: Fixed

Compile error now fix . if there are any run time issue , I will check and create a new JIRA 

> SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK
> -----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-562
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-562
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
> J9VM - 20080816_022093_lHdSMr
> JIT  - r9_20080721_1330ifx2
> GC   - 20080724_AA)
> JCL  - 20080808_02
>            Reporter: Andreas Veithen
>            Assignee: indika priyantha kumara
>             Fix For: 1.3
>
>
> SynapseConfigUtils uses sun.net.www.protocol.https.HttpsURLConnectionImpl, which is not available on IBM JDKs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Assigned: (SYNAPSE-562) SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

indika priyantha kumara reassigned SYNAPSE-562:
-----------------------------------------------

    Assignee: indika priyantha kumara

> SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK
> -----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-562
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-562
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
> J9VM - 20080816_022093_lHdSMr
> JIT  - r9_20080721_1330ifx2
> GC   - 20080724_AA)
> JCL  - 20080808_02
>            Reporter: Andreas Veithen
>            Assignee: indika priyantha kumara
>             Fix For: 1.3
>
>
> SynapseConfigUtils uses sun.net.www.protocol.https.HttpsURLConnectionImpl, which is not available on IBM JDKs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-562) SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732370#action_12732370 ] 

indika priyantha kumara commented on SYNAPSE-562:
-------------------------------------------------

Remove concrete class HttpsURLConnectionImpl with abstract class HttpsURLConnection  . I hope url.openConnection() will return correct implementation for correct JDK  

> SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK
> -----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-562
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-562
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
> J9VM - 20080816_022093_lHdSMr
> JIT  - r9_20080721_1330ifx2
> GC   - 20080724_AA)
> JCL  - 20080808_02
>            Reporter: Andreas Veithen
>            Assignee: indika priyantha kumara
>             Fix For: 1.3
>
>
> SynapseConfigUtils uses sun.net.www.protocol.https.HttpsURLConnectionImpl, which is not available on IBM JDKs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-562) SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732349#action_12732349 ] 

indika priyantha kumara commented on SYNAPSE-562:
-------------------------------------------------

 Hi ,  Andreas , Thanks for finding out issue. This is due to my careless .
This was used for load wsdl of proxy service , wsdl of wsdl endpoint , etc , from  Https URI - Https URL connection. 

I can remove compilation error yet still make it works in sun JDK, 

Do you know anyway of make it works in both IBM and SUN JDKs.? I mean  are there any library ? 

Thanks 
Indika  

> SynapseConfigUtils depends on Sun proprietary API; doesn't compile on IBM JDK
> -----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-562
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-562
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
> J9VM - 20080816_022093_lHdSMr
> JIT  - r9_20080721_1330ifx2
> GC   - 20080724_AA)
> JCL  - 20080808_02
>            Reporter: Andreas Veithen
>            Assignee: indika priyantha kumara
>             Fix For: 1.3
>
>
> SynapseConfigUtils uses sun.net.www.protocol.https.HttpsURLConnectionImpl, which is not available on IBM JDKs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org