Some time ago I wrote about selfdiagnose-the-world-according-to-my-atg-application.
Since then SelfDiagnose has added some nifty features. The latest release of SelfDiagnose now adds support for OGNL. This gives SelfDiagnose some extra punch. I can now use constructions like:
or constructions like
The ${configList[0].port}
is a typical OGNL construction.
The CheckEndecaService can also return the Endeca com.endeca.navigation.ENEQueryResults
response.
With OGNL you can easily dissect this Endeca response.
This can be extremely handy to query for the latest Forge or pipeline version of an Endeca build in the different ATG environments were you cannot directly access those services! For instance in production.
[…] – bookmarked by 4 members originally found by arimovil on 2008-08-16 SelfDiagnose and OGNL and check your deployment http://blog.pulleman.com/2008/06/16/selfdiagnose-and-ognl-and-check-your-deployment/ – bookmarked […]