Project:
View Revisions: Issue #40246 | [ Back to Issue ] | ||
Summary | 0040246: It is not needed to include the woodstox library in the runtime classpath | ||
Revision | 2019-02-20 17:58 by caristu | ||
Description | When deploying the context, all the libraries inside "src-db/database/lib" are deployed into WEB-INF/lib. This is because it is needed to have some of them included in the runtime classpath because they are required by some features: - Installing a module from an obx file using the MMC - Easy Extensible Attributes[1] module But the woodstox library (wstx-asl-3.0.2.jar) is not required at runtime by any feature in particular. Note that the StaxXMLEntityConverter[2] can retrieve any other available XML reader for its processing. [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Easy-Extensible-Attributes [^] [2] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/dal/xml/StaxXMLEntityConverter.java#l252 [^] |
||
Revision | 2019-02-20 17:49 by caristu | ||
Description | When deploying the context, all the libraries inside "src-db/database/lib" are deployed into WEB-INF/lib. This is because it is needed to have some of them included in the runtime classpath because they are required by some features: - Installing a module from an obx file using the MMC - Easy Extensible Attributes[1] module But the woodstox library (wstx-asl-3.0.2.jar) is not required at runtime by any feature in particular. [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Easy-Extensible-Attributes [^] |
||
Revision | 2019-02-20 17:07 by caristu | ||
Description | When deploying the context, all the libraries inside "src-db/database/lib" are deployed into WEB-INF/lib. This is because it is needed to have some of them included in the runtime classpath because they are required by some features: - Installing a module from an obx file using the MMC - Easy Extensible Attributes[1] module But the woodstox library (wstx-asl-3.0.2.jar) is not required by any feature in particular. [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Easy-Extensible-Attributes [^] |
||
Revision | 2019-02-20 17:05 by caristu | ||
Description | When deploying the context, all the libraries inside "src-db/database/lib" are deployed into WEB-INF/lib. This is because it is needed to have some of them included in the runtime classpath because they are required by some features: - Installing a module from an obx file using the MMC - Easy Extensible Attributes[1] module But it seems that it is not necessary to deploy the woodstox library (wstx-asl-3.0.2.jar) [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Easy-Extensible-Attributes [^] |
Copyright © 2000 - 2009 MantisBT Group |