Ignore:
Timestamp:
10/01/06 12:01:26 (6 years ago)
Author:
sys
Message:

Nettoyage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_FW/com/scenari/s/fw/properties/loaders/xml/HInitAppSaxHandler.java

    r1702 r6725  
    6969        public static final String TAG_DECLARETAG_ATT_PARSER = "classParser"; 
    7070         
    71          
    72         public static final String TAG_KSP = "ksp"; 
    7371        public static final String TAG_BOOT = "boot"; 
    7472        public static final String TAG_BOOT_ATT_CLASS = "class"; 
     
    259257                } 
    260258 
    261                 //Paramétrage des KSP 
    262                 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  
    274259                //Paramétrage d'un pool de connection 
    275260                else if (pLocalName.equals(TAG_POOLJDBC)) { 
Note: See TracChangeset for help on using the changeset viewer.