I'm progressing slowly towards merlinization.  Generally pleased with
how things will work once I get there... it's getting there that's
tough!

One major problem is getting feedback about problems with the .xinfo
files.  I haven't pinned it down yet, but it appears that an error in
the xml that prevents parsing will not be reported.  Instead I get the
generic message that no resource can be found.  I've been modifying bits
of code to report more exceptions and it's helping a bit.

The current struggle is with pooling.  After converting an
IllegalStateException that only included the exception message to a
CascadingRuntimeException (in DefaultLifestyleManager.getHandler()), I
found that the PooledLifestyleHandler is being called with a null
poolManager argument.  I take it this code is known to work, indicating
that the problem is in my stuff somewhere?

In general I'm pleased with the amount of information available from
merlin with everything set to DEBUG.  Still, more is better this early
in the learning curve!

        Gary


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to