Commit Graph

20 Commits

Author SHA1 Message Date
Carlos Ruiz c58e6f00c0 Fix inconsistency in packout - the xml file encoding property is defined as ISO-8859-1 but the file stream is written with utf-8. I had problems importing the generated files, all accents and special characters were imported wrongly. 2011-02-27 00:07:26 -05:00
Heng Sin Low 87a93f946c PiPo2 - don't auto generate uuid during pack out as it is not safe to do so. 2011-02-21 19:16:16 +08:00
Heng Sin Low 02e4d1846a Fixed wrong number of parameters for sql statement. 2011-02-17 11:10:20 +08:00
Heng Sin Low c6eeb2c76e Create uuid during 2pack export. 2011-02-16 15:06:12 +08:00
Heng Sin Low 7470545d87 Fixed pack in does not recognize uuid reference. 2010-12-28 07:26:09 +08:00
Heng Sin Low 3f6be1c60d getTrxName must return null instead of empty string is trx name is not set in context. 2010-12-27 08:44:31 +08:00
Heng Sin Low 1ebc0d87ec Check if the target PO column existing value is different before set it to the value in the xml file. 2010-12-27 08:31:21 +08:00
Heng Sin Low 1fa4f0c384 Export of AD_Element_ID reference is not correct, search column for AD_Element is ColumnName, not Name. 2010-12-27 08:29:31 +08:00
Heng Sin Low f552160532 Fixed a handler's endElement method is call multiple time if there are child elements. Fixed transaction name not use for reference lookup. 2010-12-26 10:19:53 +08:00
Heng Sin Low 43c15413c2 Fixed export of uuid reference. 2010-12-25 09:32:14 +08:00
Heng Sin Low 7d4f9afb08 "reference" is an element attribute, not property. 2010-12-24 10:31:00 +08:00
Heng Sin Low 7623372601 Element type = null should be process the same as element type = ELEMENT_TYPE_PROPERTIES. 2010-12-24 01:37:24 +08:00
Heng Sin Low 25204acf0d Merge patch from red1 - fixed xerces dependency and not calling PackOut.getHandler with the correct handler Id. Rename AbstractElement.getPackOutProcess and getPackInProcess to getPackOut and getPackIn to avoid confusion that the method would return the SvrProcess instance which is not. 2010-12-23 17:27:44 +08:00
Heng Sin Low a29a673fc0 Rename PackRoll to PackRollProcess to be consistent with the new naming convention. Set pipo2 as the default pipo process using the new process loading mechanism. 2010-12-20 12:12:16 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low bdc88c1720 Added default buckminster properties file. 2010-11-03 15:42:52 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00