Hi all,
I've finished (i guess) porting the db parts of lokahi to MySql (it can
remain bugs but so far i doesn't see bugs at this level in the logs). I
will make a patch soon.
However i encounter several bugs in the java code and i'm wondering if
the code in svn is up to date. For instance i had to modify the
org.apache.lokahi.core.api.environment.EnvironmentModel.updateEnvironment
method (line 69) because it was always failing, i had to substitute :
if (u.isAllowed(f) && "DeleteEnvironment".equals(f.getCommand())) {
by
if (u.isAllowed(f) && "UpdateEnvironment".equals(f.getCommand())) {
How is it possible that other instances of Lokahi doesn't exhibit this
bug if the source code in svn is the latest? is it a regression and
things was better before ? are you using it to manage systems in
production ?
It's a little bit annoying for the MySql conversion because each time
something fail i'm not sure if this due to bugs in the things i have
modified or if this is because of errors which are already in the code.
But i understand that this is a M1 release :-)
--
Cordialement,
Ludo - http://www.ubik-products.com
---
"L'amour pour principe et l'ordre pour base; le progres pour but" (A.Comte)