Hi guys:

I am trying to figure out the exact purpose of this function call.
Should it list all the services of all packages or just the packages
that are installed?

Either way, we need to be able to pass an argument to it to specify
that we are only interested in services of installed packages.

This function call is currently used in lib/OSCAR/DelNode.pm such that
services can be stopped and restarted appropriately when a client is
deleted.  However, it doesn't make much sense when the function
returns services of packages that are not installed (thus it will try
to stop non-existing services).

You probably want to check whether the package is installed or not by
using the Group_Packages table.

Thanks,

Bernard

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to