I set the OperationalStatus in the initalizeCompleted() method to AVAILABLE
as follows:
status.setOperationalStatus(OperationalStatus.AVAILABLE);
this.getLog().info("Apache httpd is " + status.getOperationalStatus());
It displays in the log as AVAILABLE, however when I query it with my test
client as follows:
getOperationalStatus()
I get the following display:
[pfx1:OperationalStatus: null]
Any ideas ???
--
View this message in context:
http://www.nabble.com/OperationalStatus-displays-as-null-tf3945662.html#a11192540
Sent from the Muse User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]