Hello, I have a custom condition, and I would like it to support body text. Is such a thing possible? I tried just adding an "addText" method to my Condition implementation, but I get an ExceptionInInitializationError.
This is what I would like to do: <waitfor> <noresults> select * from sometable </noresults> </waitfor> Is such a thing possible? -Brian O'Rourke