Re: add-opens for dynamically created layers

2020-11-17 Thread Alan Bateman
On 16/11/2020 21:07, Alex Orlov wrote: Hello Alan, Thank you very much for your help. With ModuleLayer.Controller I solved the problem. Do I understand it correctly — it is impossible to get reference to boot layer controller, isn’t it? Yes, that's right. -Alan

Re[2]: add-opens for dynamically created layers

2020-11-16 Thread Alex Orlov
Hello Alan,   Thank you very much for your help. With ModuleLayer.Controller I solved the problem. Do I understand it correctly — it is impossible to get reference to boot layer controller, isn’t it?     -- Best regards, Alex Orlov     >Понедельник, 16 ноября 2020, 22:27 +03:00 от Alan Bateman

add-opens for dynamically created layers

2020-11-16 Thread Alex Orlov
Hello all,   I have the following structure   I want to create the following layer structure:   +++ + Boot Layer + +++        |        +        + Web Server Layer +        +                          |                             

Re: add-opens for dynamically created layers

2020-11-16 Thread Alan Bateman
On 16/11/2020 18:35, Alex Orlov wrote: : When I start my application I get: java.lang.IllegalAccessError: class org.springframework.core.log.CompositeLog (in module spring.core) cannot access class org.apache.commons.logging.impl.NoOpLog (in module org.apache.commons.logging) because