*/
private void createInfoFromProp(Properties createArgs)
throws StandardException
{
// Need a TransactionController to get database/service wide properties.
AccessFactory af = (AccessFactory)
Monitor.getServiceModule(dataFactory, AccessFactory.MODULE);
// RESOLVE: sku defectid 2014
TransactionController tc =
(af == null) ?
null :
af.getTransaction(
ContextService.getFactory().getCurrentContextManager());
pageSize =
PropertyUtil.getServiceInt(tc, createArgs,
Property.PAGE_SIZE_PARAMETER,