Re: [digester] ofTypeSpecifiedByAttribute doesnt work

2012-02-02 Thread Simone Tripodi
Hi Adam, thanks for using the Digester :) For what I can see, the rule specifies .ofTypeSpecifiedByAttribute( "typeName" ) when the xml is according to this snippet, the rule should be .ofTypeSpecifiedByAttribute( "type" ) Can you have a look at it? Please let me know! TIA, -Sim

[digester] ofTypeSpecifiedByAttribute doesnt work

2012-02-02 Thread Adam Kudła
Hi, tonight I have spent 5 hours working over one bug in my app. Unfortunately I digged to some place of code where I think I found a bug in Digester It is in: org.apache.commons.digester3.ObjectCreateRule I think this part of code: @Override public void begin( String namespace, String name