hmDetails.put("owner",new Integer(ev.getOwner()));
hmDetails.put("module",new Integer(1));
hmDetails.put("recordtype",new Integer(1));
InitialContext ctxl=CVUtility.getInitialContext();
CvAtticLocalHome cahome=(CvAtticLocalHome)ctxl.lookup("local/CvAttic");
CvAtticLocal caremote =cahome.create();
caremote.setDataSource(this.dataSource);
int transactionID=caremote.getAtticTransactionID(individualID,Constants.CV_GARBAGE,hmDetails);
HashMap hmentity=new HashMap();