[ https://jira.terracotta.org/jira//browse/CDV-404?page=comments#action_22745 ] Sreenivasan Iyer commented on CDV-404: --------------------------------------
Yeah one could but it makes the tc-config unnecessarily verbose. Also the documentation creates a certain set of expectations when it says (e.g. in docs\reference.xml): "Specifies the names of non-distributed field references within a Spring bean instance." And this implementation belies those expectations. > spring bean <non-distributed-field> is not applied to super class fields > ------------------------------------------------------------------------ > > Key: CDV-404 > URL: https://jira.terracotta.org/jira//browse/CDV-404 > Project: Community Development > Issue Type: Bug > Reporter: Tim Eck > Assigned To: Issue Review Board > > <beans> > <bean name="myBean"> > <non-distributed-field>log</non-distributed-field> > </bean> > </beans> > If the type of "myBean" is has a class hierarchy where the "log" field is > actually in a superclass, the <non-distributed> aspect will not apply. > Eugene says for this that: "we should be registering transient fields from > the classhierarchy walker" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
