[ 1921777 ] 2pack do not support import a Dynamic Validation Rule

This commit is contained in:
Heng Sin Low 2008-03-22 01:11:33 +00:00
parent 2ed0d0a2dc
commit da11893959
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ public class PackOut extends SvrProcess
* @throws Exception
*/
public void createDynamicRuleValidation (int AD_Val_Rule_ID,
TransformerHandler packOutDocument) throws Exception
TransformerHandler packOutDocument) throws SAXException
{
Env.setContext(getCtx(), X_AD_Package_Exp_Detail.COLUMNNAME_AD_Val_Rule_ID, AD_Val_Rule_ID);
dynValRuleHandler.create(getCtx(), packOutDocument);