Pavel Rappo
2014-10-14 13:27:16 UTC
Hi,
I can't build jdk9/dev repo after I introduced 4 'META-INF/service/javax.naming.spi.InitialContextFactory' files to support JNDI providers loading as a service [1]. My guess is that 'META-INF/service/javax.naming.spi.InitialContextFactory' files from different modules are being copied into the same jar. What I really need to have is a single concatenated 'META-INF/service/javax.naming.spi.InitialContextFactory' file with 4 lines. It will work fine for now.
Could you please help me to resolve this? Thanks.
---------------------------------------------------------
[1] http://cr.openjdk.java.net/~prappo/8044627/webrev.01/
-Pavel
I can't build jdk9/dev repo after I introduced 4 'META-INF/service/javax.naming.spi.InitialContextFactory' files to support JNDI providers loading as a service [1]. My guess is that 'META-INF/service/javax.naming.spi.InitialContextFactory' files from different modules are being copied into the same jar. What I really need to have is a single concatenated 'META-INF/service/javax.naming.spi.InitialContextFactory' file with 4 lines. It will work fine for now.
Could you please help me to resolve this? Thanks.
---------------------------------------------------------
[1] http://cr.openjdk.java.net/~prappo/8044627/webrev.01/
-Pavel