| | |
| | | super(); |
| | | |
| | | /* Do some initialization required to use the administration framework |
| | | * classes. Note that this is not done in the installer code because |
| | | * classes. Note that this is not done in the uninstaller code because |
| | | * when the basic configuration of the server is performed (using |
| | | * ConfigureDS) this initialization is done. |
| | | */ |
| | |
| | | // Bootstrap definition classes. |
| | | try |
| | | { |
| | | if (!ClassLoaderProvider.getInstance().isEnabled()) |
| | | { |
| | | ClassLoaderProvider.getInstance().enable(); |
| | | } |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | LOG.log(Level.WARNING, "Error enabling admin framework class loader: "+t, |