Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
hCode()! wdyt? LieGrue, strub --- On Thu, 9/23/10, Mark Struberg wrote: > From: Mark Struberg > Subject: Re: [DISCUSS] remove logging for "Calling method on proxy is > restricted except Object.toString()" > To: dev@openwebbeans.apache.org > Date: Thursday, September

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
. I think before we log something, we should make sure that we all have the same understanding about _why_ the invoked call is problematic. LieGrue, strub --- On Thu, 9/23/10, Gurkan Erdogdu wrote: > From: Gurkan Erdogdu > Subject: Re: [DISCUSS] remove logging for "Calling method

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
her thread... LieGrue, strub --- On Thu, 9/23/10, Joseph Bergmark wrote: > From: Joseph Bergmark > Subject: Re: [DISCUSS] remove logging for "Calling method on proxy is > restricted except Object.toString()" > To: dev@openwebbeans.apache.org > Date: Thursday, September 23

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Joseph Bergmark
interception of Object methods", > because equals() and hashCode() are really important to use. > > LieGrue, > strub > > --- On Thu, 9/23/10, Eric Covener wrote: > >> From: Eric Covener >> Subject: Re: [DISCUSS] remove logging for "Calling method on proxy is

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Gurkan Erdogdu
Mark Struberg To: dev@openwebbeans.apache.org Sent: Thu, September 23, 2010 5:14:44 PM Subject: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()" hoi! Just for cleaning this up finally. Our InterceptorHandler contains a log.trace with the fo

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
s "we should not allow the interception of Object methods", because equals() and hashCode() are really important to use. LieGrue, strub --- On Thu, 9/23/10, Eric Covener wrote: > From: Eric Covener > Subject: Re: [DISCUSS] remove logging for "Calling method on proxy is &

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 10:31 AM, Mark Struberg wrote: > I generally doubt that this is undefined/unintended! > I thought this trace message and thread were in regards to this rule on contextual references: 5.4.2. Client proxy invocation Every time a method of the bean is invoked upon a client

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
om: Eric Covener > Subject: Re: [DISCUSS] remove logging for "Calling method on proxy is > restricted except Object.toString()" > To: dev@openwebbeans.apache.org > Date: Thursday, September 23, 2010, 2:25 PM > On Thu, Sep 23, 2010 at 10:14 AM, > Mark Struberg > wrote:

Re: [DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 10:14 AM, Mark Struberg wrote: > hoi! > > Just for cleaning this up finally. > > Our InterceptorHandler contains a log.trace with the following wording: >> logger.trace("Calling method on proxy is restricted except >> Object.toString(), but current method is Object. [{0}]"

[DISCUSS] remove logging for "Calling method on proxy is restricted except Object.toString()"

2010-09-23 Thread Mark Struberg
hoi! Just for cleaning this up finally. Our InterceptorHandler contains a log.trace with the following wording: > logger.trace("Calling method on proxy is restricted except Object.toString(), > but current method is Object. [{0}]", methodName); Is this really a problematic situation? I mean th