I can hammer on this one too.  I'm seeing this message and have no clue as
to what is causing the problem.  It seems to have no rhyme or reason.

Cheers

-----Original Message-----
From: Aaron Mulder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 11:46 AM
To: jBoss Developer
Subject: [jBoss-Dev] Verifier Messages


        Well, on the user list they just hitting on one of the
deficiencies in the current verifier mechanism - namely, that we aren't
more specific than a message per level of the spec that was violated.
        One thing I'd definitely like to add is some context, which could
perhaps be represented as $1 $2 parameters in the resource message or
something.  Examples of using this could be the name of the offending
class or method.  Or perhaps we could just add a colon on to the end of
the message, followed by any context information - I guess that would be
the easiest.
        The most painful section in my mind is indeed the "valid RMI-IIOP
type" check, since it has to check dozens of things about each class,
recursively to all classes that are referenced.  It's very difficult to
figure out exactly what caused the error.
        BTW - do we prevent circular references causing nasty loops here?

Aaron


Reply via email to