[I hope I haven't missed something but I could neither find a mailing
list dedicated to commons-digester nor an issue tracking system for
digester (tried bugzilla, scrab and jira).]

ObjectCreateRule uses the Digester's classloader for loading the class
of the object to be created. This may cause quite some problems in the
J2EE context where Thread.currentThread().contextClassLoader() should be
used for this.

Of course it is easy to derive a Rule that circumvents this.
Nevertheless, I'd consider it nice if Digester had such a rule out of
the box. I'd propose to add new constructors to ObjectCreateRule that
allow to pass a class loader to be used for object creation.

Regards,

    Michael

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

Reply via email to