Re: question about restricted packages

2014-01-28 Thread Vicente-Arturo Romero-Zaldivar
Hi Sean, Thanks I will try this. Vicente. On 28/01/14 13:18, Sean Mullan wrote: On 01/28/2014 06:36 AM, Vicente-Arturo Romero-Zaldivar wrote: Hi Jeff, On 27/01/14 18:56, Jeff Nisewanger wrote: But be aware that this isn't a static list -- applications or middleware can extend it at runtime

Re: question about restricted packages

2014-01-28 Thread Sean Mullan
On 01/28/2014 06:36 AM, Vicente-Arturo Romero-Zaldivar wrote: Hi Jeff, On 27/01/14 18:56, Jeff Nisewanger wrote: But be aware that this isn't a static list -- applications or middleware can extend it at runtime (generally when they start up). So this means that it's better to use a method to

Re: question about restricted packages

2014-01-28 Thread Vicente-Arturo Romero-Zaldivar
Hi Jeff, On 27/01/14 18:56, Jeff Nisewanger wrote: But be aware that this isn't a static list -- applications or middleware can extend it at runtime (generally when they start up). So this means that it's better to use a method to check if a package is restricted or not. Do you know if there

Re: question about restricted packages

2014-01-27 Thread Vicente-Arturo Romero-Zaldivar
Hi Chris, Thanks for your answer, now I have another question :) Is there any idiom (method) to check if a package is restricted? probably checkPackageAccess()? Thanks, Vicente On 27/01/14 18:34, Chris Hegarty wrote: Take a look at the java.security-XXX files in http://hg.openjdk.java.net

Re: question about restricted packages

2014-01-27 Thread Jeff Nisewanger
But be aware that this isn't a static list -- applications or middleware can extend it at runtime (generally when they start up). Jeff > On Jan 27, 2014, at 10:34 AM, Chris Hegarty wrote: > > Take a look at the java.security-XXX files in > http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/sr

Re: question about restricted packages

2014-01-27 Thread Chris Hegarty
Take a look at the java.security-XXX files in http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/src/share/lib/security/ -Chris. On 27 Jan 2014, at 18:17, Vicente-Arturo Romero-Zaldivar wrote: > Hi, > > Is there a list of restricted packages in JDK 8? Sorry if this isn't the > right place t

question about restricted packages

2014-01-27 Thread Vicente-Arturo Romero-Zaldivar
Hi, Is there a list of restricted packages in JDK 8? Sorry if this isn't the right place to ask for this. Thanks, Vicente