Hello Everyone, In partyContactMechServices.xml before
<filter-list-by-date list-name="partyContactMechs" to-list-name="validPartyContactMechs"/> statement. I get the log info of partyContactMechs as 2006-10-03 18:08:34,515 (http-0.0.0.0-8080-Processor4) [ Log.java:95 :INFO ] The vali d contact partyContactMech is:[[GenericEntity:PartyContactMech][allowSolicitation,null()][comments,n ull()][contactMechId,10510(java.lang.String)][createdStamp,2006-10-03 18:37:34.156(java.sql.Timestam p)][createdTxStamp,2006-10-03 18:37:33.468(java.sql.Timestamp)][extension,null()][fromDate,2006-10-0 3 18:37:34.156(java.sql.Timestamp)][lastUpdatedStamp,2006-10-03 18:37:34.156(java.sql.Timestamp)][la stUpdatedTxStamp,2006-10-03 18:37:33.468(java.sql.Timestamp)][monthsWithContactMech,null()][partyId, 10510(java.lang.String)][roleTypeId,null()][thruDate,null()][yearsWithContac tMech,null()]] And after the filter statement "validPartyContactMechs" list is an empty list in the log statement. Does someone have any idea on why the list is empty? -----Original Message----- From: Scott Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 3:16 PM To: [email protected] Subject: Re: Error while updating Hi Tushar I get the feeling that the set field below isn't working, I'm not much with miniLang but try from-field="parameters.partyId" or something like that. Also, move the log operation below the set field, that way you can see if it's working. If that doesn't work I'm out of ideas. Regards Scott Tushar Abhyankar wrote: > Scott, > I am calling a service through own code, the code below is part > service(simple method) itself. > > The Code snippet is: > > <log level="info" message="MapIn:${mapIn}"/> > <set field="mapIn.partyId" from-field="partyId"/> >
