Databinding interceptor

2007-01-02 Thread Jim Marino
Raymond, maybe you could answer this... I've noticed that the Databinding interceptor seems to be getting added to all wires, regardless of whether it is needed or not. Is this correct? If so, we should change the behavior of the post processor to only add the interceptor when needed

Re: Databinding interceptor

2007-01-02 Thread Raymond Feng
: Tuesday, January 02, 2007 11:18 AM Subject: Databinding interceptor Raymond, maybe you could answer this... I've noticed that the Databinding interceptor seems to be getting added to all wires, regardless of whether it is needed or not. Is this correct? If so, we should change the behavior

Re: Databinding interceptor

2007-01-02 Thread Jim Marino
I think the problem is here: if (sourceDataBinding == null || targetDataBinding == null || !sourceDataBinding.equals(targetDataBinding)) { The databinding interceptor should not be interposed if the databindings are undefined. Jim On Jan 2, 2007, at 11:26 AM