Hi, I need to solve following problem. We have an ivy project deployed as a system application so it is not possible to manage it from the administration window. But it is necessary to change users and global variables. This is possible to do in the system database but this is not a good solution.

Do you have any idea how to do it? Is there any hack like start the administration tool with same parameter etc.?

Thanks

asked 25.06.2014 at 10:24

matej_smetana's gravatar image

matej_smetana
(suspended)
accept rate: 0%


You could adjust the AdminUI project on your own, so that it can handle system applications. Of course this is an evil hack - but as you're already relying on a system app this might does not matter...

Just import AdminUI & IvyCommons from server/applications/System into a Designer. Then you can adjust the code so that it uses system APP compatible API. Maybe it's sufficient to adjust the ApplicationChooser Dialog, so that it displays System APPs.

Replace the applications resolve call to: IApplicationConfigurationManager.html#getApplicationsSortedByName(boolean)

See the sample Screenshot:

adminUi script to adjust

link

answered 26.06.2014 at 13:26

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Thank you for your reply. This works for us but as you said, changes in AdminUI are not a good idea. I thing we will try to design it in a different way to be independent on changes in AdminUI project.

(27.06.2014 at 08:41) matej_smetana matej_smetana's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×15

Asked: 25.06.2014 at 10:24

Seen: 2,218 times

Last updated: 27.06.2014 at 08:41