I had considered using a gbean to handle the conditional bits, but
David Jencks meta-advised against it... basically saying he did not
like it. That and adding the attribute to <module> was soo easy.
--jason
On Oct 2, 2006, at 12:49 PM, Paul McMahan wrote:
On 10/2/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Short of adding some warnings if modules are not loaded due to not
satisfying a condition... I don't see anything else in that thread
that is terrible useful. But maybe I missed something.
Yeah, I think you got the crux of it. The main points of that idea
were:
- unsatisfied conditions can issue a warning or throw an error
- implement the runtime check in a reusable gbean
- allow conditionals to reference system properties
Maybe you'll find something salvageable in that list.
Best wishes,
Paul