// create and initialize the attributes objects
SupportAttrib supportAttrib = new SupportAttrib();
supportAttrib.setModifiableProperties(getProperty("jtrader.modifiable_properties", true));
supportAttrib.setDynamicProperties(getProperty("jtrader.dynamic_properties",true));
supportAttrib.setProxyOffers(getProperty("jtrader.proxy_offers",true));
supportAttrib.setTypeRepos(traderPOA.servant_to_reference(typeRepos));
ImportAttrib importAttrib = new ImportAttrib();
importAttrib.setDefSearchCard(getProperty("jtrader.def_search_card",Integer.MAX_VALUE));
importAttrib.setMaxSearchCard(getProperty("jtrader.max_search_card",Integer.MAX_VALUE));
importAttrib.setDefMatchCard(getProperty("jtrader.def_match_card",Integer.MAX_VALUE));