Hi again! :D Knowing that "call-method-rule" and "call-param-rule" dont have a strong association between them, Im facing a problem where although a "call-method-rule" is specified, doesn't actually get called.
Using xml rules I have the following... ------------------------------------------------------- <pattern value="routes/route/ship"> <object-create-rule classname="gr.forthnet.enosis.oli.pojos.OLIShip" /> <bean-property-setter-rule pattern="code" /> <call-method-rule pattern="name" methodname="setEnglishName" paramcount="1" /> <call-param-rule paramnumber="0" pattern="name/english" /> <call-method-rule pattern="name" methodname="setGreekName" paramcount="1" /> <call-param-rule paramnumber="0" pattern="name/greek" /> <set-next-rule methodname="setShip" /> </pattern> ------------------------------------------------------- I noticed that removing either of them, the remaining one works flawlessly... Am I missing smth? Thanks, Markos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]