On 8/9/06, John Martin <[EMAIL PROTECTED]> wrote:
Hi Jacopo,

I ended up adding the entity source to my client app so I could walk
through and see the problem.  I've narrowed it down to the
GenericEntity is attempting to access a delegator (default) from the
pool but the pool is empty.

try {
                        delegator = new GenericDelegator(delegatorName);
                    } catch (GenericEntityException e) {
                        Debug.logError(e, "Error creating delegator", module);
                    }

sorry - Gmail can send emails before you want...

Being that this is a remote client attempting to access an object
passed over the wire, my thought is that something in the entity
classes was not properly initialized.  Any thoughts?

Thanks,

John

Reply via email to