- Timestamp:
- 10/01/06 12:01:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_FW/com/scenari/s/fw/properties/loaders/xml/HInitAppSaxHandler.java
r1702 r6725 69 69 public static final String TAG_DECLARETAG_ATT_PARSER = "classParser"; 70 70 71 72 public static final String TAG_KSP = "ksp";73 71 public static final String TAG_BOOT = "boot"; 74 72 public static final String TAG_BOOT_ATT_CLASS = "class"; … … 259 257 } 260 258 261 //Paramétrage des KSP262 else if (pLocalName.equals(TAG_KSP)) {263 try {264 XKspSaxHandler vLogSaxHAndler = new XKspSaxHandler();265 vLogSaxHAndler.hSetTagRoot(TAG_KSP);266 vLogSaxHAndler.hSetXmlReader(fXMLReader);267 vLogSaxHAndler.startElement(pUri, pLocalName, pQName, pAttributes);268 } catch (Exception e) {269 HLogMgr.hPublishException(e, "Ksp properties defined in the xml init file failed.");270 }271 272 }273 274 259 //Paramétrage d'un pool de connection 275 260 else if (pLocalName.equals(TAG_POOLJDBC)) {
Note: See TracChangeset
for help on using the changeset viewer.