Re: RFR [9] 8080502: Changing accessing module resources

2015-05-29 Thread Alan Bateman
On 26/05/2015 13:24, Miroslav Kos wrote: Thanks, you are correct. Changed to try-catch with resources, the some code moved to SchemaCache. Refernced resources found by com.sun.tools.internal.xjc.SchemaCache.ResourceResolver added to collection and closed after parsing. updated webrev: http:

Re: RFR [9] 8080502: Changing accessing module resources

2015-05-26 Thread Miroslav Kos
On 21/05/15 14:34, Alan Bateman wrote: On 19/05/2015 10:38, Miroslav Kos wrote: : JBS: https://bugs.openjdk.java.net/browse/JDK-8080502 webrev: http://cr.openjdk.java.net/~mkos/8080502/jaxws.01/index.html testing: JAX-WS unit test; basically it is fix for existing tests (JCK, ...) One thing th

Re: RFR [9] 8080502: Changing accessing module resources

2015-05-21 Thread Alan Bateman
On 19/05/2015 10:38, Miroslav Kos wrote: : JBS: https://bugs.openjdk.java.net/browse/JDK-8080502 webrev: http://cr.openjdk.java.net/~mkos/8080502/jaxws.01/index.html testing: JAX-WS unit test; basically it is fix for existing tests (JCK, ...) One thing that isn't obvious in this code is where t

RFR [9] 8080502: Changing accessing module resources

2015-05-19 Thread Miroslav Kos
Hi everybody, this is a review request for 8080502: Changing accessing module resources. This change adapts to Jigsaw JDK runtime - it isn't possible to access module resource using Class::getResource() any more. JBS: https://bugs.openjdk.java.net/browse/JDK-8080502 webrev: http://cr.openjdk.