Changeset 3118


Ignore:
Timestamp:
07/08/13 12:47:00 (12 years ago)
Author:
mwindhouwer
Message:

urn:org:isocat:schemacat:access:data

  • removed debug dir, let these request bubble higher

urn:org:isocat:schemacat:interface:rest

  • just like log messages the SCHEMAcat debug files go to the outer most modules, i.e.,
    • urn.org.isocat.schemacat.interface.rest/debug (frontend fulcrum)
    • urn.org.isocat.schemacat.access.data/debug (backend fulcrum)
    other modules can have specific debug dirs if appropiate, e.g.,
    • urn.org.basex.rest/debug-basex
Location:
cats/SCHEMAcat/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/module.xml

    r3112 r3118  
    4949            <fileset>
    5050               <regex>res:/access/.*</regex>
    51             </fileset>
    52             <fileset>
    53                <regex>res:/debug/.*</regex>
    54                <mutable/>
    5551            </fileset>
    5652            <import>
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.interface.rest/module.xml

    r3097 r3118  
    161161                           <regex>res:/etc/system/LogConfig.xml</regex>
    162162                        </fileset>
     163                        <fileset>
     164                           <regex>res:/debug/.*</regex>
     165                           <mutable/>
     166                        </fileset>
    163167                        <import>
    164168                           <uri>urn:org:isocat:schemacat:access:data</uri>
Note: See TracChangeset for help on using the changeset viewer.