Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Visual Builder hanging

    I’m a newbie to SmartGWT. I’m evaluating it for use on our program.

    I have one problem and one question:

    Problem:
    I’ve been through the GWT walkthroughs without a problem. I’ve played with the SmartGWT samples (builtinds, customds) and there doesn’t appear to be a problem. However, when I add the code to start up the visual builder in either of those sample projects it renders it, but hangs. I try clicking on something and there is no feedback.

    Question:
    I played with the VB off of the SmartClient showcase and it doesn’t seem like all the components are available. For example, I went looking for the Calendar and didn’t find it. As I evaluate this I want to make sure my expectations are set appropriately.

    Version Information:

    Windows 7 32-bit
    FF 7.0.1
    GWT 2.4, running in hosted-mode
    Eclipse Indigo
    SmartClient Version: SC_SNAPSHOT-2012-02-20_v8.2p/EVAL Development Only (expires 2012.04.20_05.26.28) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
    Last edited by p27939; 28 Feb 2012, 15:27.

    #2
    Take a look at the FAQ in the SmartGWT forums to understand what Visual Builder is for. For a developer, it's not the right starting point - use the QuickStart Guide instead.

    If you want to troubleshoot your installation, the first thing we need is your server-side log. But if Visual Builder is the only thing not working you're better offer proceeding with the QuickStart Guide now, and coming back to this if it matters later.

    Comment


      #3
      I forgot to mention in my original post that I have already gone through the Quickstart guide.

      As for the Visual Builder purpose, I do understand it, but that doesn't answer my question of what it contains. It would be helpful to hear or read that the VB only contains a subset of the available widgets, if that's an accurate statement.

      As for the problem, I was planning on attaching the logs, but I saw no button or way to attach them. So I'm just including the server-side log below:
      Code:
      [WARN] Server class 'org.hsqldb.Server' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/hsqldb-1.8.0.10.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      [Server@35c4af]: [Thread[main,5,main]]: checkRunning(false) entered
      [Server@35c4af]: [Thread[main,5,main]]: checkRunning(false) exited
      [Server@35c4af]: Startup sequence initiated from main() method
      [Server@35c4af]: Loaded properties from [C:\smartgwtee-3.0p\samples\custom-ds\war\server.properties]
      [Server@35c4af]: Initiating startup sequence...
      [Server@35c4af]: Server socket opened successfully in 0 ms.
      [Server@35c4af]: Database [index=0, id=0, db=file:C:\smartgwtee-3.0p\samples\custom-ds\war\WEB-INF\db\hsqldb\isomorphic, alias=isomorphic] opened sucessfully in 2468 ms.
      [Server@35c4af]: Startup sequence completed in 2468 ms.
      [Server@35c4af]: 2012-02-29 10:13:27.247 HSQLDB server 1.8.0 is online
      [Server@35c4af]: To close normally, connect and execute SHUTDOWN SQL
      [Server@35c4af]: From command line, use [Ctrl]+[C] to abort abruptly
      [WARN] Server class 'com.isomorphic.servlet.CompressionFilter' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isomorphic_core_rpc.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      ISC: Configuring log4j from: file:/C:/smartgwtee-3.0p/samples/custom-ds/war/WEB-INF/classes/log4j.isc.config.xml
      [WARN] Server class 'org.apache.commons.collections.map.LinkedMap' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-collections-3.2.1.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:13:27,437 [main] INFO  ISCInit - Isomorphic SmartClient Framework - Initializing
      === 2012-02-29 10:13:27,437 [main] INFO  ConfigLoader - Attempting to load framework.properties from CLASSPATH
      [WARN] Server class 'isc.org.apache.oro.text.perl.Perl5Util' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isc-jakarta-oro-2.0.6.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Successfully loaded framework.properties from CLASSPATH at location: jar:file:/C:/smartgwtee-3.0p/lib/isomorphic_core_rpc.jar!/framework.properties
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Attempting to load project.properties from CLASSPATH
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Unable to locate project.properties in CLASSPATH
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Successfully loaded isc_interfaces.properties from CLASSPATH at location: jar:file:/C:/smartgwtee-3.0p/lib/isomorphic_core_rpc.jar!/isc_interfaces.properties
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Attempting to load server.properties from CLASSPATH
      === 2012-02-29 10:13:27,531 [main] INFO  ConfigLoader - Successfully loaded server.properties from CLASSPATH at location: file:/C:/smartgwtee-3.0p/samples/custom-ds/war/WEB-INF/classes/server.properties
      === 2012-02-29 10:13:27,531 [main] INFO  Logger - Logging system started.
      === 2012-02-29 10:13:27,531 [main] INFO  ISCInit - Isomorphic SmartClient Framework (SC_SNAPSHOT-2012-02-20_v8.2p/EVAL Deployment 2012-02-20) - Initialization Complete
      === 2012-02-29 10:13:27,531 [main] INFO  ISCInit - Auto-detected webRoot - using: C:\smartgwtee-3.0p\samples\custom-ds\war
      [WARN] Server class 'com.isomorphic.compression.ServletCompression' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isomorphic_compression.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      log4j:WARN No appenders could be found for logger (org.apache.jasper.compiler.JspRuntimeContext).
      log4j:WARN Please initialize the log4j system properly.
      [WARN] Server class 'org.springframework.web.servlet.DispatcherServlet' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/spring-2.0.8.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      [WARN] Server class 'org.apache.commons.fileupload.FileItemFactory' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-fileupload-1.2.1.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:17,641 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\skins\Enterprise\load_skin.js
      === 2012-02-29 10:16:17,657 [l0-0] INFO  Compression - /customds/sc/modules/ISC_Core.js: 711018 -> 184243 bytes
      === 2012-02-29 10:16:24,328 [l0-0] INFO  RequestContext - URL: '/customds//supplyItemOperations.rpc', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
      [WARN] Server class 'org.apache.commons.codec.net.URLCodec' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-codec-1.3.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:24,422 [l0-0] DEBUG XML - Parsed XML from (in memory stream): 0ms
      [WARN] Server class 'org.apache.commons.jxpath.AbstractFactory' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-jxpath-1.3.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:24,456 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\builtinTypes.xml: 15ms
      [WARN] Server class 'org.apache.commons.pool.impl.GenericKeyedObjectPool' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-pool-1.4.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:24,488 [l0-0] INFO  PoolManager - SmartClient pooling disabled for 'simpleTypes' objects
      [WARN] Server class 'org.apache.velocity.context.Context' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/velocity-1.6.1.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:24,644 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\List.ds.xml: 0ms
      === 2012-02-29 10:16:24,644 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DataSource.ds.xml: 0ms
      === 2012-02-29 10:16:24,691 [l0-0] DEBUG RPCManager - Processing 1 requests.
      === 2012-02-29 10:16:24,706 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\ds\supplyItem.ds.xml: 0ms
      === 2012-02-29 10:16:24,722 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DataSourceField.ds.xml: 16ms
      === 2012-02-29 10:16:24,769 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ValueMap.ds.xml: 16ms
      === 2012-02-29 10:16:24,769 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Validator.ds.xml: 0ms
      [WARN] Server class 'com.isomorphic.sql.SQLDataSource' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isomorphic_sql.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:24,816 [l0-0] DEBUG RPCManager - Request #1 (DSRequest) payload: {
          criteria:{
          },
          operationConfig:{
              dataSource:"supplyItem",
              operationType:"fetch",
              textMatchStyle:"substring"
          },
          startRow:0,
          endRow:75,
          componentId:"isc_ListGrid_0",
          appID:"builtinApplication",
          operation:"supplyItem_fetch",
          oldValues:{
          }
      }
      === 2012-02-29 10:16:24,863 [l0-0] DEBUG AppBase - [builtinApplication.null] No userTypes defined, allowing anyone access to all operations for this application
      === 2012-02-29 10:16:24,863 [l0-0] DEBUG AppBase - [builtinApplication.null] No public zero-argument method named '_null' found, performing generic datasource operation
      === 2012-02-29 10:16:24,863 [l0-0] INFO  SQLDataSource - [builtinApplication.null] Performing fetch operation with
      	criteria: {}	values: {}
      === 2012-02-29 10:16:24,863 [l0-0] INFO  SQLWhereClause - [builtinApplication.null] empty condition
      === 2012-02-29 10:16:24,878 [l0-0] INFO  SQLDataSource - [builtinApplication.null] derived query: SELECT $defaultSelectClause FROM $defaultTableClause WHERE $defaultWhereClause
      [WARN] Server class 'org.apache.commons.lang.StringUtils' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-lang-2.4.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:25,003 [l0-0] INFO  SQLDataSource - [builtinApplication.null] Executing SQL query on 'HSQLDB': SELECT supplyItem.SKU, supplyItem.category, supplyItem.description, supplyItem.inStock, supplyItem.itemID, supplyItem.itemName, supplyItem.nextShipment, supplyItem.unitCost, supplyItem.units FROM supplyItem WHERE ('1'='1')
      [WARN] Server class 'com.isomorphic.hibernate.HibernateDataSource' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isomorphic_hibernate.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      [WARN] Server class 'org.hibernate.Session' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/hibernate3.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:25,066 [l0-0] INFO  PoolManager - [builtinApplication.null] SmartClient pooling disabled for 'HSQLDB' objects
      === 2012-02-29 10:16:25,066 [l0-0] DEBUG PoolableSQLConnectionFactory - [builtinApplication.null] Initializing SQL config for 'HSQLDB' from system config - using DriverManager:  org.hsqldb.jdbcDriver
      === 2012-02-29 10:16:25,066 [l0-0] DEBUG PoolableSQLConnectionFactory - [builtinApplication.null] org.hsqldb.jdbcDriver lookup successful
      === 2012-02-29 10:16:25,066 [l0-0] DEBUG PoolableSQLConnectionFactory - [builtinApplication.null] DriverManager fetching connection for HSQLDB via jdbc url jdbc:hsqldb:hsql://localhost/isomorphic
      === 2012-02-29 10:16:25,066 [l0-0] DEBUG PoolableSQLConnectionFactory - [builtinApplication.null] Passing JDBC URL only to getConnection
      === 2012-02-29 10:16:25,081 [l0-0] DEBUG PoolableSQLConnectionFactory - [builtinApplication.null] Returning unpooled Connection
      === 2012-02-29 10:16:25,081 [l0-0] INFO  SQLDriver - [builtinApplication.null] Executing SQL query on 'HSQLDB': SELECT supplyItem.SKU, supplyItem.category, supplyItem.description, supplyItem.inStock, supplyItem.itemID, supplyItem.itemName, supplyItem.nextShipment, supplyItem.unitCost, supplyItem.units FROM supplyItem WHERE ('1'='1')
      === 2012-02-29 10:16:25,222 [l0-0] INFO  DSResponse - [builtinApplication.null] DSResponse: List with 3959 items
      [WARN] Server class 'org.apache.commons.dbcp.PoolableConnection' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-dbcp-1.2.2.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:25,269 [l0-0] INFO  DSResponse - DSResponse: List with 75 items
      === 2012-02-29 10:16:25,269 [l0-0] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
      === 2012-02-29 10:16:25,269 [l0-0] WARN  DSResponse - Attempted to call getRecord() on a DSResponse with null DataSource
      === 2012-02-29 10:16:25,269 [l0-0] DEBUG RPCManager - non-DMI response, dropExtraFields: false
      === 2012-02-29 10:16:25,300 [l0-0] INFO  Compression - /customds//supplyItemOperations.rpc: 15020 -> 2854 bytes
      === 2012-02-29 10:16:33,691 [l0-0] INFO  RequestContext - URL: '/customds/tools/visualBuilder/index.jsp', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
      === 2012-02-29 10:16:35,384 [l0-0] DEBUG LoadISCTag - isomorphicURI not specified in tag, defaulting to: ../../../customds/sc/
      === 2012-02-29 10:16:35,384 [l0-0] WARN  LoadISCTag - isc.moduleLoadOrder does not include user-selected modules: [DBConsole] - placing these modules last in the load order.
      === 2012-02-29 10:16:35,384 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Action.ds.xml: 0ms
      === 2012-02-29 10:16:35,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ActionDeclaration.ds.xml: 1ms
      === 2012-02-29 10:16:35,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ActiveXControl.ds.xml: 0ms
      === 2012-02-29 10:16:35,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\BrowserPlugin.ds.xml: 0ms
      === 2012-02-29 10:16:35,416 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Canvas.ds.xml: 0ms
      === 2012-02-29 10:16:35,463 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MethodDeclaration.ds.xml: 0ms
      === 2012-02-29 10:16:35,510 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\AdvancedCriteria.ds.xml: 0ms
      === 2012-02-29 10:16:35,510 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Criterion.ds.xml: 0ms
      === 2012-02-29 10:16:35,510 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Applet.ds.xml: 0ms
      === 2012-02-29 10:16:35,510 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Application.ds.xml: 0ms
      === 2012-02-29 10:16:35,526 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Array.ds.xml: 0ms
      === 2012-02-29 10:16:35,541 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\AutoFitButton.ds.xml: 0ms
      === 2012-02-29 10:16:35,541 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Button.ds.xml: 0ms
      === 2012-02-29 10:16:35,541 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\StatefulCanvas.ds.xml: 0ms
      === 2012-02-29 10:16:35,557 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\BlurbItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,573 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FormItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,588 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Border.ds.xml: 0ms
      === 2012-02-29 10:16:35,604 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ButtonItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,604 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CanvasItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,619 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ButtonTable.ds.xml: 15ms
      === 2012-02-29 10:16:35,619 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Calendar.ds.xml: 0ms
      === 2012-02-29 10:16:35,651 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CancelItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,651 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CellRecord.ds.xml: 0ms
      === 2012-02-29 10:16:35,666 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CheckboxItem.ds.xml: 15ms
      === 2012-02-29 10:16:35,666 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CycleItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,666 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ComboBoxItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,682 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TextItem.ds.xml: 16ms
      === 2012-02-29 10:16:35,682 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CompoundEditor.ds.xml: 0ms
      === 2012-02-29 10:16:35,698 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ParamsDeclaration.ds.xml: 0ms
      === 2012-02-29 10:16:35,698 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HLayout.ds.xml: 0ms
      === 2012-02-29 10:16:35,713 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Layout.ds.xml: 0ms
      === 2012-02-29 10:16:35,729 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ContainerItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,729 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ContainsValidator.ds.xml: 0ms
      === 2012-02-29 10:16:35,729 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\CubeGrid.ds.xml: 0ms
      === 2012-02-29 10:16:35,744 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListGrid.ds.xml: 0ms
      === 2012-02-29 10:16:35,776 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DataSourceStore.ds.xml: 0ms
      === 2012-02-29 10:16:35,776 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\OperationBinding.ds.xml: 0ms
      === 2012-02-29 10:16:35,791 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DataView.ds.xml: 0ms
      === 2012-02-29 10:16:35,807 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\VLayout.ds.xml: 16ms
      === 2012-02-29 10:16:35,807 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DateChooser.ds.xml: 0ms
      === 2012-02-29 10:16:35,807 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DateItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,823 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DateRangeValidator.ds.xml: 0ms
      === 2012-02-29 10:16:35,838 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DateTimeItem.ds.xml: 0ms
      === 2012-02-29 10:16:35,838 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DBListDS.ds.xml: 0ms
      === 2012-02-29 10:16:35,869 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DBSchema.ds.xml: 0ms
      === 2012-02-29 10:16:35,869 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DecisionGateway.ds.xml: 0ms
      === 2012-02-29 10:16:35,869 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ProcessElement.ds.xml: 0ms
      === 2012-02-29 10:16:35,869 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DefineClass.ds.xml: 0ms
      === 2012-02-29 10:16:35,885 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DetailViewer.ds.xml: 0ms
      === 2012-02-29 10:16:35,885 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DetailViewerField.ds.xml: 0ms
      === 2012-02-29 10:16:35,885 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DetailViewerRecord.ds.xml: 0ms
      === 2012-02-29 10:16:35,901 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Dialog.ds.xml: 16ms
      === 2012-02-29 10:16:35,901 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Window.ds.xml: 0ms
      === 2012-02-29 10:16:35,901 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DoesntContainValidator.ds.xml: 0ms
      === 2012-02-29 10:16:35,916 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DOMGrid.ds.xml: 15ms
      === 2012-02-29 10:16:35,916 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TreeGrid.ds.xml: 0ms
      === 2012-02-29 10:16:35,916 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DSRegistryListDS.ds.xml: 0ms
      === 2012-02-29 10:16:35,932 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\DynamicForm.ds.xml: 0ms
      === 2012-02-29 10:16:35,948 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\EdgedCanvas.ds.xml: 0ms
      === 2012-02-29 10:16:35,948 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\EdgeSizes.ds.xml: 0ms
      === 2012-02-29 10:16:35,948 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\EditPane.ds.xml: 0ms
      === 2012-02-29 10:16:35,948 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Example.ds.xml: 0ms
      === 2012-02-29 10:16:35,963 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TreeNode.ds.xml: 0ms
      === 2012-02-29 10:16:35,963 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListGridRecord.ds.xml: 0ms
      === 2012-02-29 10:16:35,963 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Record.ds.xml: 0ms
      === 2012-02-29 10:16:35,963 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ExampleFolder.ds.xml: 0ms
      === 2012-02-29 10:16:35,979 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ExampleTree.ds.xml: 0ms
      === 2012-02-29 10:16:35,979 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Tree.ds.xml: 0ms
      === 2012-02-29 10:16:35,979 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Explorer.ds.xml: 0ms
      === 2012-02-29 10:16:35,994 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ExplorerList.ds.xml: 0ms
      === 2012-02-29 10:16:35,994 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Facet.ds.xml: 0ms
      === 2012-02-29 10:16:36,010 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FacetChart.ds.xml: 16ms
      === 2012-02-29 10:16:36,010 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FacetValue.ds.xml: 0ms
      === 2012-02-29 10:16:36,026 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FacetValueGroup.ds.xml: 0ms
      === 2012-02-29 10:16:36,026 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FileItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,041 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Filter.ds.xml: 0ms
      === 2012-02-29 10:16:36,041 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Finder.ds.xml: 0ms
      === 2012-02-29 10:16:36,057 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Flashlet.ds.xml: 0ms
      === 2012-02-29 10:16:36,057 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FloatLimitValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,057 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FloatPrecisionValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,057 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FloatRangeValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,073 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FlowLayout.ds.xml: 0ms
      === 2012-02-29 10:16:36,073 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TileLayout.ds.xml: 0ms
      === 2012-02-29 10:16:36,073 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FormItemIcon.ds.xml: 0ms
      === 2012-02-29 10:16:36,088 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\FormLayout.ds.xml: 0ms
      === 2012-02-29 10:16:36,088 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\GridHilite.ds.xml: 0ms
      === 2012-02-29 10:16:36,088 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\GroupItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,104 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SectionItem.ds.xml: 16ms
      === 2012-02-29 10:16:36,104 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HasRelatedRecordValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,119 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HeaderItem.ds.xml: 15ms
      === 2012-02-29 10:16:36,119 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HiddenItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,135 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HStack.ds.xml: 16ms
      === 2012-02-29 10:16:36,135 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HTMLFlow.ds.xml: 0ms
      === 2012-02-29 10:16:36,135 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\HTMLPane.ds.xml: 0ms
      === 2012-02-29 10:16:36,151 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IButton.ds.xml: 16ms
      === 2012-02-29 10:16:36,151 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\StretchImgButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,151 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\StretchImg.ds.xml: 0ms
      === 2012-02-29 10:16:36,166 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IDAOperation.ds.xml: 15ms
      === 2012-02-29 10:16:36,166 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IDAPage.ds.xml: 0ms
      === 2012-02-29 10:16:36,166 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IDAUserType.ds.xml: 0ms
      === 2012-02-29 10:16:36,166 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IMenuButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,182 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Img.ds.xml: 0ms
      === 2012-02-29 10:16:36,182 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ImgButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,182 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ImgProperties.ds.xml: 0ms
      === 2012-02-29 10:16:36,198 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ImgSectionHeader.ds.xml: 0ms
      === 2012-02-29 10:16:36,198 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SectionHeader.ds.xml: 0ms
      === 2012-02-29 10:16:36,213 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Label.ds.xml: 0ms
      === 2012-02-29 10:16:36,229 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ImgSplitbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,229 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ImgTab.ds.xml: 0ms
      === 2012-02-29 10:16:36,244 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\InlineFormItem.ds.xml: 15ms
      === 2012-02-29 10:16:36,244 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\InstantDataApp.ds.xml: 0ms
      === 2012-02-29 10:16:36,244 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IntegerRangeValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,244 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsBooleanValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsFloatValidator.ds.xml: 16ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsFunctionValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsIntegerValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\isomorphicXML.ds.xml: 0ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsOneOfValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,260 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsStringValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,276 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\IsUniqueValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,276 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\JS.ds.xml: 0ms
      === 2012-02-29 10:16:36,276 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\JSExpression.ds.xml: 0ms
      === 2012-02-29 10:16:36,276 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\JVMClassTreeDS.ds.xml: 0ms
      === 2012-02-29 10:16:36,291 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\LayoutSpacer.ds.xml: 15ms
      === 2012-02-29 10:16:36,291 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\LengthRangeValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,291 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\LineEditor.ds.xml: 0ms
      === 2012-02-29 10:16:36,307 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\LinkItem.ds.xml: 16ms
      === 2012-02-29 10:16:36,307 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\StaticTextItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,307 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListBar.ds.xml: 0ms
      === 2012-02-29 10:16:36,307 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SectionStack.ds.xml: 0ms
      === 2012-02-29 10:16:36,354 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListBarGroup.ds.xml: 0ms
      === 2012-02-29 10:16:36,354 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SectionStackSection.ds.xml: 0ms
      === 2012-02-29 10:16:36,369 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListGridField.ds.xml: 0ms
      === 2012-02-29 10:16:36,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ListViewer.ds.xml: 0ms
      === 2012-02-29 10:16:36,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\LoginDialog.ds.xml: 0ms
      === 2012-02-29 10:16:36,401 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Mail.ds.xml: 0ms
      === 2012-02-29 10:16:36,418 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MaskValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,418 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MasterDetail.ds.xml: 0ms
      === 2012-02-29 10:16:36,418 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MatchesFieldValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,418 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Menu.ds.xml: 0ms
      === 2012-02-29 10:16:36,434 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MenuBar.ds.xml: 0ms
      === 2012-02-29 10:16:36,434 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Toolbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,434 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MenuButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,450 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MenuItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,450 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MessageRule.ds.xml: 0ms
      === 2012-02-29 10:16:36,450 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Rule.ds.xml: 0ms
      === 2012-02-29 10:16:36,450 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MessageValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,465 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Method.ds.xml: 0ms
      === 2012-02-29 10:16:36,465 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MockDataSource.ds.xml: 0ms
      === 2012-02-29 10:16:36,465 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MockupElement.ds.xml: 0ms
      === 2012-02-29 10:16:36,481 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MultiFileItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,481 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RelationItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,481 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\MultiView.ds.xml: 0ms
      === 2012-02-29 10:16:36,496 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\NativeCheckboxItem.ds.xml: 15ms
      === 2012-02-29 10:16:36,496 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PageHeader.ds.xml: 0ms
      === 2012-02-29 10:16:36,496 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PaneContainer.ds.xml: 0ms
      === 2012-02-29 10:16:36,496 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PasswordItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,496 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PickListMenu.ds.xml: 0ms
      === 2012-02-29 10:16:36,512 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ScrollingMenu.ds.xml: 0ms
      === 2012-02-29 10:16:36,512 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PickTreeItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,512 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PopulateRule.ds.xml: 0ms
      === 2012-02-29 10:16:36,528 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PopulateValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,528 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PortalColumn.ds.xml: 0ms
      === 2012-02-29 10:16:36,528 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PortalColumnBody.ds.xml: 0ms
      === 2012-02-29 10:16:36,543 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PortalLayout.ds.xml: 0ms
      === 2012-02-29 10:16:36,559 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PortalRow.ds.xml: 16ms
      === 2012-02-29 10:16:36,559 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Portlet.ds.xml: 0ms
      === 2012-02-29 10:16:36,575 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Process.ds.xml: 0ms
      === 2012-02-29 10:16:36,575 [l0-0] WARN  BasicDataSource - DataSource Process declared to inherit from DataSource Task which could not be loaded
      === 2012-02-29 10:16:36,575 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ProcessSequence.ds.xml: 0ms
      === 2012-02-29 10:16:36,575 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Progressbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,575 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\PropertySheet.ds.xml: 0ms
      === 2012-02-29 10:16:36,590 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RadioGroupItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,590 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RadioItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,590 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Rangebar.ds.xml: 0ms
      === 2012-02-29 10:16:36,590 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ReadOnlyRule.ds.xml: 0ms
      === 2012-02-29 10:16:36,606 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ReadOnlyValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,606 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RegExpValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,606 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ReportViewer.ds.xml: 0ms
      === 2012-02-29 10:16:36,606 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RequiredIfValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,637 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RequiredValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,637 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ResetItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,653 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RestDataSource.ds.xml: 0ms
      === 2012-02-29 10:16:36,653 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ResultSet.ds.xml: 0ms
      === 2012-02-29 10:16:36,653 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ResultTree.ds.xml: 0ms
      === 2012-02-29 10:16:36,653 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RichTextEditor.ds.xml: 0ms
      === 2012-02-29 10:16:36,668 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RichTextItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,684 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RowSpacerItem.ds.xml: 16ms
      === 2012-02-29 10:16:36,684 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SpacerItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,700 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\RulesEngine.ds.xml: 0ms
      === 2012-02-29 10:16:36,700 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SchemaSet.ds.xml: 0ms
      === 2012-02-29 10:16:36,700 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ScriptTask.ds.xml: 0ms
      === 2012-02-29 10:16:36,700 [l0-0] WARN  BasicDataSource - DataSource ScriptTask declared to inherit from DataSource Task which could not be loaded
      === 2012-02-29 10:16:36,700 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Scrollbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,715 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SearchForm.ds.xml: 15ms
      === 2012-02-29 10:16:36,715 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SelectItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,715 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SelectOtherItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,715 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ServerCustomValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,731 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ServerObject.ds.xml: 0ms
      === 2012-02-29 10:16:36,731 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ServiceOperation.ds.xml: 0ms
      === 2012-02-29 10:16:36,746 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ServiceTask.ds.xml: 0ms
      === 2012-02-29 10:16:36,746 [l0-0] WARN  BasicDataSource - DataSource ServiceTask declared to inherit from DataSource Task which could not be loaded
      === 2012-02-29 10:16:36,746 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SetRequiredRule.ds.xml: 0ms
      === 2012-02-29 10:16:36,746 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SimpleTabButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,746 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SimpleType.ds.xml: 0ms
      === 2012-02-29 10:16:36,778 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Slider.ds.xml: 0ms
      === 2012-02-29 10:16:36,778 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SliderItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,778 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Snapbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,778 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Splitbar.ds.xml: 0ms
      === 2012-02-29 10:16:36,793 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Spacer.ds.xml: 0ms
      === 2012-02-29 10:16:36,793 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SpinnerItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,793 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SubmitItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,809 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SubstringCountValidator.ds.xml: 0ms
      === 2012-02-29 10:16:36,809 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\SVG.ds.xml: 0ms
      === 2012-02-29 10:16:36,809 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\Tab.ds.xml: 0ms
      === 2012-02-29 10:16:36,809 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TabBar.ds.xml: 0ms
      === 2012-02-29 10:16:36,825 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TabSet.ds.xml: 0ms
      === 2012-02-29 10:16:36,825 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TextAreaItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,825 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TileGrid.ds.xml: 0ms
      === 2012-02-29 10:16:36,840 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TileGridField.ds.xml: 0ms
      === 2012-02-29 10:16:36,840 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TileRecord.ds.xml: 0ms
      === 2012-02-29 10:16:36,840 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TimeItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,856 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolbarItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,856 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolStrip.ds.xml: 0ms
      === 2012-02-29 10:16:36,856 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolStripButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,871 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolStripMenuButton.ds.xml: 0ms
      === 2012-02-29 10:16:36,871 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolStripResizer.ds.xml: 0ms
      === 2012-02-29 10:16:36,871 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ToolStripSeparator.ds.xml: 0ms
      === 2012-02-29 10:16:36,887 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TreeGridField.ds.xml: 0ms
      === 2012-02-29 10:16:36,887 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\TreeViewer.ds.xml: 0ms
      === 2012-02-29 10:16:36,887 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\UploadItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,887 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\UserTask.ds.xml: 0ms
      === 2012-02-29 10:16:36,887 [l0-0] WARN  BasicDataSource - DataSource UserTask declared to inherit from DataSource Task which could not be loaded
      === 2012-02-29 10:16:36,903 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ValueMapItem.ds.xml: 0ms
      === 2012-02-29 10:16:36,903 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ValuesManager.ds.xml: 0ms
      === 2012-02-29 10:16:36,903 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\ViewLoader.ds.xml: 0ms
      === 2012-02-29 10:16:36,903 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\VStack.ds.xml: 0ms
      === 2012-02-29 10:16:36,918 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\WebService.ds.xml: 0ms
      === 2012-02-29 10:16:36,918 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\WebServiceOperation.ds.xml: 0ms
      === 2012-02-29 10:16:36,918 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\WSDataSource.ds.xml: 0ms
      === 2012-02-29 10:16:36,934 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\WSDLMessage.ds.xml: 0ms
      === 2012-02-29 10:16:36,950 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\WSOperationHeader.ds.xml: 16ms
      === 2012-02-29 10:16:36,950 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\XJSONDataSource.ds.xml: 0ms
      === 2012-02-29 10:16:36,950 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\XORGateway.ds.xml: 0ms
      === 2012-02-29 10:16:36,950 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\XSComplexType.ds.xml: 0ms
      === 2012-02-29 10:16:36,950 [l0-0] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\schema\XSElement.ds.xml: 0ms
      === 2012-02-29 10:16:36,965 [l0-0] INFO  Compression - /customds/tools/visualBuilder/index.jsp: 290584 -> 30507 bytes
      === 2012-02-29 10:16:37,012 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_FileLoader.js
      === 2012-02-29 10:16:37,012 [l0-2] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/development/ISC_Core.js
      === 2012-02-29 10:16:37,075 [l0-3] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Foundation.js
      === 2012-02-29 10:16:37,090 [l0-2] INFO  Compression - /customds/sc/system/development/ISC_Core.js: 714576 -> 184982 bytes
      === 2012-02-29 10:16:37,106 [l0-3] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Containers.js
      === 2012-02-29 10:16:37,278 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Grids.js
      === 2012-02-29 10:16:37,403 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Forms.js
      === 2012-02-29 10:16:37,508 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_DataBinding.js
      === 2012-02-29 10:16:37,602 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_PluginBridges.js
      === 2012-02-29 10:16:37,602 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Drawing.js
      === 2012-02-29 10:16:37,617 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Charts.js
      === 2012-02-29 10:16:37,649 [l0-2] INFO  RequestContext - URL: '/customds/sc/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
      === 2012-02-29 10:16:37,649 [l0-2] INFO  Download - File C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/development/ISC_Analytics.js not found, sending 404
      [WARN] 404 - GET /customds/sc/system/development/ISC_Analytics.js?isc_version=SC_SNAPSHOT-2012-02-20_v8.2p.js (127.0.0.1) 1433 bytes
         Request headers
            Host: 127.0.0.1:8888
            User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
            Accept: */*
            Accept-Language: en-us,en;q=0.5
            Accept-Encoding: gzip, deflate
            Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
            Connection: keep-alive
            Referer: http://127.0.0.1:8888/customds/tools/visualBuilder/index.jsp
            Cookie: GLog=%7B%0D%20%20%20%20left%3A27%2C%20%0D%20%20%20%20top%3A21%2C%20%0D%20%20%20%20width%3A1012%2C%20%0D%20%20%20%20height%3A901%2C%20%0D%20%20%20%20priorityDefaults%3A%7B%0D%20%20%20%20%20%20%20%20Log%3A4%0D%20%20%20%20%7D%2C%20%0D%20%20%20%20defaultPriority%3A3%2C%20%0D%20%20%20%20trackRPC%3Atrue%0D%7D; isc_cState=ready; JSESSIONID=a99z6811jjhb
         Response headers
            X-Included-Test2: true
            X-Included-Test: true
            Content-Length: 1433
            Content-Type: text/html; charset=iso-8859-1
      === 2012-02-29 10:16:37,649 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_DocViewer.js
      === 2012-02-29 10:16:37,664 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_FileBrowser.js
      === 2012-02-29 10:16:37,664 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_DBConsole.js
      === 2012-02-29 10:16:37,680 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\skins\Enterprise\load_skin.js
      === 2012-02-29 10:16:37,727 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_Tools.js
      === 2012-02-29 10:16:37,742 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\skins\ToolSkin\load_skin.js
      === 2012-02-29 10:16:37,758 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_SalesForce.js
      === 2012-02-29 10:16:37,774 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\custom-ds\war\customds\sc\system\development\ISC_VisualBuilder.js
      === 2012-02-29 10:16:38,524 [l0-2] INFO  RequestContext - URL: '/customds/tools/visualBuilder/vbOperations.jsp', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
      === 2012-02-29 10:16:39,118 [l0-2] DEBUG XML - Parsed XML from (in memory stream): 0ms
      === 2012-02-29 10:16:39,118 [l0-2] DEBUG RPCManager - Processing 1 requests.
      === 2012-02-29 10:16:39,118 [l0-2] DEBUG RPCManager - Request #1 (RPCRequest) data: {
          appID:"isc_builtin",
          className:"com.isomorphic.tools.BuiltinRPC",
          methodName:"getDefinedDataSources",
          args:[
          ],
          arguments:[
          ],
          is_ISC_RPC_DMI:true
      }
      === 2012-02-29 10:16:39,134 [l0-2] DEBUG XML - Parsed XML from jar:file:/C:/smartgwtee-3.0p/lib/isomorphic_core_rpc.jar!/isc_builtin.app.xml: 0ms
      === 2012-02-29 10:16:39,134 [l0-2] DEBUG RPCDMI - appConfig: isc.Application.create({
          rpcBindings:[
              {
                  ID:"builtin",
                  className:"com.isomorphic.rpc.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"downloadWSDL"
                      },
                      {
                          name:"downloadClientContent"
                      },
                      {
                          name:"downloadClientExport"
                      },
                      {
                          name:"xmlToJS"
                      },
                      {
                          name:"uploadProgressCheck"
                      },
                      {
                          name:"saveFile"
                      },
                      {
                          name:"appendToFile"
                      },
                      {
                          name:"loadFile"
                      },
                      {
                          name:"deleteFile"
                      },
                      {
                          name:"loadSharedXML"
                      },
                      {
                          name:"saveSharedXML"
                      },
                      {
                          name:"getAvailableScriptEngines"
                      },
                      {
                          name:"devConsoleEvalServerScript"
                      },
                      {
                          name:"evalJava"
                      },
                      {
                          name:"getLogNames"
                      },
                      {
                          name:"getLogEntries"
                      },
                      {
                          name:"getLogThresholds"
                      },
                      {
                          name:"setLogThreshold"
                      },
                      {
                          name:"getPdfObject"
                      }
                  ]
              },
              {
                  ID:"builtin_tools",
                  className:"com.isomorphic.tools.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"getDataSourceFromTable"
                      },
                      {
                          name:"getDataSourceJSONFromTable"
                      },
                      {
                          name:"getDataSourceFromHibernateMapping"
                      },
                      {
                          name:"getDataSourceJSONFromHibernateMapping"
                      },
                      {
                          name:"getTables"
                      },
                      {
                          name:"getFieldsFromTable"
                      },
                      {
                          name:"getBeanFields"
                      },
                      {
                          name:"getHibernateBeans"
                      },
                      {
                          name:"getDatabaseProductNameAndVersion"
                      },
                      {
                          name:"getDatabaseTableTypes"
                      },
                      {
                          name:"setAttributes"
                      },
                      {
                          name:"clearAttributes"
                      },
                      {
                          name:"getAttributes"
                      },
                      {
                          name:"getAttribute"
                      },
                      {
                          name:"getDataSourceConfigFromJavaClass"
                      },
                      {
                          args:"cName",
                          language:"groovy",
                          name:"getJavaSource",
                          script:"\n                    if (!com.isomorphic.auth.DevModeAuthFilter.devModeAuthorized(request)) throw new Exception(\"Not Authorized\");                    \n                    //import org.apache.bcel.Repository;\n\n                    try {\n                        return org.apache.bcel.Repository.lookupClass(cName).toString();\n                    } catch (Throwable e) {\n                        return \"Unable to reverse engineer class \"+cName+\": \"+e.getMessage();\n                    }\n                "
                      },
                      {
                          name:"loadDataSource"
                      },
                      {
                          name:"dsFromXML"
                      },
                      {
                          name:"dsConfigFromXML"
                      },
                      {
                          name:"getDefinedDataSources"
                      }
                  ]
              },
              {
                  ID:"builtin_adminconsole",
                  className:"com.isomorphic.tools.AdminConsole",
                  visibleMethods:[
                      {
                          name:"getDefinedDatabases"
                      },
                      {
                          name:"testDB"
                      },
                      {
                          name:"saveDBConfig"
                      },
                      {
                          name:"setDefaultDB"
                      },
                      {
                          name:"importDataSources"
                      },
                      {
                          name:"discoverJNDIDatabases"
                      }
                  ]
              }
          ]
      })
      
      [WARN] Server class 'com.isomorphic.tools.BuiltinRPC' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/isomorphic_tools.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      [WARN] Server class 'org.apache.commons.cli.CommandLineParser' could not be found in the web app, but was found on the system classpath
         [WARN] Adding classpath entry 'file:/C:/smartgwtee-3.0p/lib/commons-cli-1.1.jar' to the web app classpath for this session
         For additional info see: file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
      === 2012-02-29 10:16:39,197 [l0-2] DEBUG BuiltinRPC - Loading DS: supplyItem
      === 2012-02-29 10:16:39,197 [l0-2] INFO  DataSource - No test data file for datasource 'supplyItem.  Tried C:/smartgwtee-3.0p/samples/custom-ds/war/examples/shared/ds/test_data/supplyItemLarge.data.xml with extensions .xml, .csv and .js
      === 2012-02-29 10:16:39,197 [l0-2] DEBUG BuiltinRPC - Loading DS: rbCountryTransactions
      === 2012-02-29 10:16:39,197 [l0-2] WARN  DataStructCache - File rbCountryTransactions.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/transactions/rollback, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: rbCountryTransactions
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: supplyItemWithOps
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File supplyItemWithOps.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/grids/ds, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemWithOps
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: queuedAdd_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File queuedAdd_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/queuedAdd, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuedAdd_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: flattenedBeans_flatUserHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File flattenedBeans_flatUserHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/flattenedBeans, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: flattenedBeans_flatUserHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: queuing_userHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File queuing_userHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/queuing, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuing_userHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: masterDetail_orderHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File masterDetail_orderHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/masterDetail, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: masterDetail_orderHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: supplyItemJPAAutoDerive
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File supplyItemJPAAutoDerive.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/jpa, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemJPAAutoDerive
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: reusableORMDataSource_supplyItem
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File reusableORMDataSource_supplyItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: reusableORMDataSource_supplyItem
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: countryTransactions
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File countryTransactions.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: countryTransactions
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: queuedAdd_order
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File queuedAdd_order.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/queuedAdd, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuedAdd_order
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: largeValueMap_orderItemHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File largeValueMap_orderItemHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/largeValueMap, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: largeValueMap_orderItemHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: worldHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File worldHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: worldHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: worldJPA2
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File worldJPA2.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/jpa, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: worldJPA2
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: customDataSource_user
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File customDataSource_user.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/other/customDataSource, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: customDataSource_user
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: lastUpdated
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File lastUpdated.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: lastUpdated
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: mediaLibrary
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File mediaLibrary.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/upload, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: mediaLibrary
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: largeValueMap_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File largeValueMap_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/largeValueMap, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: largeValueMap_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: queuing_order
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File queuing_order.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/queuing, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuing_order
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: cartItem
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File cartItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/userSpecificData, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: cartItem
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: mediaLibraryHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File mediaLibraryHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/upload, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: mediaLibraryHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: dynamicReporting_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File dynamicReporting_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/sql/dynamicReporting, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: dynamicReporting_orderItem
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: ormDataSource_country
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File ormDataSource_country.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/other/ormDataSource, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: ormDataSource_country
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: reusableORMDataSource_country
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File reusableORMDataSource_country.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: reusableORMDataSource_country
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: supplyItemHBAutoDerive
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File supplyItemHBAutoDerive.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/autoDerivation, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemHBAutoDerive
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG BuiltinRPC - Loading DS: masterDetail_orderItemHB
      === 2012-02-29 10:16:39,212 [l0-2] WARN  DataStructCache - File masterDetail_orderItemHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/custom-ds/war/customds/sc/system/reference/inlineExamples/serverExamples/hibernate/masterDetail, checking project-wide area
      === 2012-02-29 10:16:39,212 [l0-2] WARN  BuiltinRPC - Couldn't load config-defined datasource: masterDetail_orderItemHB
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG RPCDMI - rpc returned RPCResponse
      === 2012-02-29 10:16:39,212 [l0-2] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
      === 2012-02-29 10:16:39,228 [l0-2] INFO  Compression - /customds/tools/visualBuilder/vbOperations.jsp: 238 -> 180 bytes
      Last edited by p27939; 1 Mar 2012, 14:39. Reason: wrapping the log file with CODE

      Comment


        #4
        The set of components that appears in Visual Builder's palette is configurable, see the VisualBuilder topic in the docs package. It would be a bit advanced for a non-developer to set up a Calendar in Visual Builder, so it's not there by default.

        As far as VB not responding, it suggests that the request to load the list of DataSources is failing. The server log you've shown completes normally, but the response size seems too small. Can you show what's in that response (use the RPC tab of the Developer Console)?

        Comment


          #5
          How can I add an attachment to this post?

          Comment


            #6
            So I went back today and tried to capture as much as I could.

            Here is the server-side log (I needed to chop off the very beginning to fit the 80k character constraint for posting)

            Code:
            === 2012-03-01 15:40:07,003 [l0-0] WARN  RequestContext - rpcRequest.execute() failed: 
            === 2012-03-01 15:40:07,003 [l0-0] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
            === 2012-03-01 15:40:07,003 [l0-0] INFO  Compression - /builtinds/sc/IDACall: 285 -> 218 bytes
            === 2012-03-01 15:40:39,862 [l0-0] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_ServerLogViewer.js
            === 2012-03-01 15:40:39,894 [l0-0] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:40:39,909 [l0-0] INFO  Compression - /builtinds/sc/IDACall: 81 -> 86 bytes
            === 2012-03-01 15:40:40,106 [l0-0] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:40:40,122 [l0-0] INFO  Compression - /builtinds/sc/IDACall: 15318 -> 2447 bytes
            === 2012-03-01 15:41:17,263 [l0-0] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/button/button_Disabled_start.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,278 [l0-0] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/button/button_Disabled_start.png
            === 2012-03-01 15:41:17,278 [l0-0] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/TreeGrid/folder_open.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,278 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/button/button_Disabled_stretch.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,278 [l0-5] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/button/button_Disabled_stretch.png
            === 2012-03-01 15:41:17,278 [l0-4] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/TreeGrid/file.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,278 [l0-4] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/TreeGrid/file.png
            === 2012-03-01 15:41:17,278 [l0-6] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/ListGrid/sort_ascending.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,278 [l0-6] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/ListGrid/sort_ascending.png
            === 2012-03-01 15:41:17,278 [l0-2] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/button/button_Disabled_end.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:17,296 [l0-2] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/button/button_Disabled_end.png
            === 2012-03-01 15:41:17,344 [l0-0] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/TreeGrid/folder_open.png
            === 2012-03-01 15:41:32,406 [l0-0] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:32,406 [l0-0] INFO  Compression - /builtinds/sc/IDACall: 81 -> 86 bytes
            === 2012-03-01 15:41:32,521 [l0-2] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:32,535 [l0-2] INFO  Compression - /builtinds/sc/IDACall: 19033 -> 2668 bytes
            === 2012-03-01 15:41:40,142 [l0-2] INFO  RequestContext - URL: '/builtinds/tools/visualBuilder/index.jsp', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:41,537 [l0-2] DEBUG LoadISCTag - isomorphicURI not specified in tag, defaulting to: ../../../builtinds/sc/
            === 2012-03-01 15:41:41,537 [l0-2] WARN  LoadISCTag - isc.moduleLoadOrder does not include user-selected modules: [DBConsole] - placing these modules last in the load order.
            === 2012-03-01 15:41:41,537 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Action.ds.xml: 0ms
            === 2012-03-01 15:41:41,553 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ActionDeclaration.ds.xml: 0ms
            === 2012-03-01 15:41:41,553 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ActiveXControl.ds.xml: 0ms
            === 2012-03-01 15:41:41,568 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\BrowserPlugin.ds.xml: 0ms
            === 2012-03-01 15:41:41,632 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Canvas.ds.xml: 64ms
            === 2012-03-01 15:41:41,679 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MethodDeclaration.ds.xml: 0ms
            === 2012-03-01 15:41:41,694 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\AdvancedCriteria.ds.xml: 0ms
            === 2012-03-01 15:41:41,694 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Criterion.ds.xml: 0ms
            === 2012-03-01 15:41:41,726 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Applet.ds.xml: 16ms
            === 2012-03-01 15:41:41,726 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Array.ds.xml: 0ms
            === 2012-03-01 15:41:41,741 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\AutoFitButton.ds.xml: 0ms
            === 2012-03-01 15:41:41,757 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Button.ds.xml: 0ms
            === 2012-03-01 15:41:41,772 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\StatefulCanvas.ds.xml: 15ms
            === 2012-03-01 15:41:41,788 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\BlurbItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,804 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FormItem.ds.xml: 16ms
            === 2012-03-01 15:41:41,835 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Border.ds.xml: 0ms
            === 2012-03-01 15:41:41,835 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ButtonItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,851 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CanvasItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,851 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ButtonTable.ds.xml: 0ms
            === 2012-03-01 15:41:41,866 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Calendar.ds.xml: 0ms
            === 2012-03-01 15:41:41,866 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CancelItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,882 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CellRecord.ds.xml: 16ms
            === 2012-03-01 15:41:41,882 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CheckboxItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,882 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CycleItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,882 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ComboBoxItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,913 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TextItem.ds.xml: 16ms
            === 2012-03-01 15:41:41,913 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CompoundEditor.ds.xml: 0ms
            === 2012-03-01 15:41:41,929 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ParamsDeclaration.ds.xml: 16ms
            === 2012-03-01 15:41:41,929 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HLayout.ds.xml: 0ms
            === 2012-03-01 15:41:41,960 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Layout.ds.xml: 31ms
            === 2012-03-01 15:41:41,960 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ContainerItem.ds.xml: 0ms
            === 2012-03-01 15:41:41,976 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ContainsValidator.ds.xml: 16ms
            === 2012-03-01 15:41:41,976 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\CubeGrid.ds.xml: 0ms
            === 2012-03-01 15:41:41,991 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListGrid.ds.xml: 15ms
            === 2012-03-01 15:41:42,022 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DataSourceStore.ds.xml: 15ms
            === 2012-03-01 15:41:42,038 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\OperationBinding.ds.xml: 16ms
            === 2012-03-01 15:41:42,054 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DataView.ds.xml: 0ms
            === 2012-03-01 15:41:42,054 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\VLayout.ds.xml: 0ms
            === 2012-03-01 15:41:42,085 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DateChooser.ds.xml: 16ms
            === 2012-03-01 15:41:42,101 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DateItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,116 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DateRangeValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,116 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DateTimeItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,132 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DBListDS.ds.xml: 16ms
            === 2012-03-01 15:41:42,132 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DBSchema.ds.xml: 0ms
            === 2012-03-01 15:41:42,147 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DecisionGateway.ds.xml: 15ms
            === 2012-03-01 15:41:42,147 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ProcessElement.ds.xml: 0ms
            === 2012-03-01 15:41:42,147 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DefineClass.ds.xml: 0ms
            === 2012-03-01 15:41:42,147 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DetailViewer.ds.xml: 0ms
            === 2012-03-01 15:41:42,163 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DetailViewerField.ds.xml: 0ms
            === 2012-03-01 15:41:42,163 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DetailViewerRecord.ds.xml: 0ms
            === 2012-03-01 15:41:42,163 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Dialog.ds.xml: 0ms
            === 2012-03-01 15:41:42,194 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Window.ds.xml: 31ms
            === 2012-03-01 15:41:42,210 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DoesntContainValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,210 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DOMGrid.ds.xml: 0ms
            === 2012-03-01 15:41:42,226 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TreeGrid.ds.xml: 16ms
            === 2012-03-01 15:41:42,241 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DSRegistryListDS.ds.xml: 0ms
            === 2012-03-01 15:41:42,272 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\DynamicForm.ds.xml: 31ms
            === 2012-03-01 15:41:42,272 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\EdgedCanvas.ds.xml: 0ms
            === 2012-03-01 15:41:42,288 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\EdgeSizes.ds.xml: 0ms
            === 2012-03-01 15:41:42,288 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\EditPane.ds.xml: 0ms
            === 2012-03-01 15:41:42,288 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Example.ds.xml: 0ms
            === 2012-03-01 15:41:42,304 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TreeNode.ds.xml: 16ms
            === 2012-03-01 15:41:42,304 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListGridRecord.ds.xml: 0ms
            === 2012-03-01 15:41:42,304 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Record.ds.xml: 0ms
            === 2012-03-01 15:41:42,304 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ExampleFolder.ds.xml: 0ms
            === 2012-03-01 15:41:42,319 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ExampleTree.ds.xml: 0ms
            === 2012-03-01 15:41:42,335 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Tree.ds.xml: 16ms
            === 2012-03-01 15:41:42,351 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Explorer.ds.xml: 0ms
            === 2012-03-01 15:41:42,351 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ExplorerList.ds.xml: 0ms
            === 2012-03-01 15:41:42,382 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Facet.ds.xml: 16ms
            === 2012-03-01 15:41:42,397 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FacetChart.ds.xml: 15ms
            === 2012-03-01 15:41:42,397 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FacetValue.ds.xml: 0ms
            === 2012-03-01 15:41:42,397 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FacetValueGroup.ds.xml: 0ms
            === 2012-03-01 15:41:42,413 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FileItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,413 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Filter.ds.xml: 0ms
            === 2012-03-01 15:41:42,413 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Finder.ds.xml: 0ms
            === 2012-03-01 15:41:42,429 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Flashlet.ds.xml: 16ms
            === 2012-03-01 15:41:42,429 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FloatLimitValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,429 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FloatPrecisionValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,429 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FloatRangeValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,444 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FlowLayout.ds.xml: 0ms
            === 2012-03-01 15:41:42,460 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TileLayout.ds.xml: 16ms
            === 2012-03-01 15:41:42,460 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FormItemIcon.ds.xml: 0ms
            === 2012-03-01 15:41:42,476 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\FormLayout.ds.xml: 0ms
            === 2012-03-01 15:41:42,476 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\GridHilite.ds.xml: 0ms
            === 2012-03-01 15:41:42,491 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\GroupItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,507 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SectionItem.ds.xml: 16ms
            === 2012-03-01 15:41:42,522 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HasRelatedRecordValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,522 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HeaderItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,522 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HiddenItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,538 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HStack.ds.xml: 0ms
            === 2012-03-01 15:41:42,538 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HTMLFlow.ds.xml: 0ms
            === 2012-03-01 15:41:42,538 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\HTMLPane.ds.xml: 0ms
            === 2012-03-01 15:41:42,554 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IButton.ds.xml: 16ms
            === 2012-03-01 15:41:42,554 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\StretchImgButton.ds.xml: 0ms
            === 2012-03-01 15:41:42,554 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\StretchImg.ds.xml: 0ms
            === 2012-03-01 15:41:42,569 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IDAOperation.ds.xml: 0ms
            === 2012-03-01 15:41:42,569 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IDAPage.ds.xml: 0ms
            === 2012-03-01 15:41:42,585 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IDAUserType.ds.xml: 16ms
            === 2012-03-01 15:41:42,586 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IMenuButton.ds.xml: 0ms
            === 2012-03-01 15:41:42,586 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Img.ds.xml: 0ms
            === 2012-03-01 15:41:42,586 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ImgButton.ds.xml: 0ms
            === 2012-03-01 15:41:42,602 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ImgProperties.ds.xml: 0ms
            === 2012-03-01 15:41:42,602 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ImgSectionHeader.ds.xml: 0ms
            === 2012-03-01 15:41:42,602 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SectionHeader.ds.xml: 0ms
            === 2012-03-01 15:41:42,617 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Label.ds.xml: 15ms
            === 2012-03-01 15:41:42,633 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ImgSplitbar.ds.xml: 0ms
            === 2012-03-01 15:41:42,648 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ImgTab.ds.xml: 15ms
            === 2012-03-01 15:41:42,648 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\InlineFormItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,680 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\InstantDataApp.ds.xml: 32ms
            === 2012-03-01 15:41:42,680 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IntegerRangeValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,680 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsBooleanValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,695 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsFloatValidator.ds.xml: 15ms
            === 2012-03-01 15:41:42,695 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsFunctionValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,695 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsIntegerValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,695 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\isomorphicXML.ds.xml: 0ms
            === 2012-03-01 15:41:42,711 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsOneOfValidator.ds.xml: 16ms
            === 2012-03-01 15:41:42,711 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsStringValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,711 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\IsUniqueValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,711 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\JS.ds.xml: 0ms
            === 2012-03-01 15:41:42,711 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\JSExpression.ds.xml: 0ms
            === 2012-03-01 15:41:42,727 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\JVMClassTreeDS.ds.xml: 16ms
            === 2012-03-01 15:41:42,727 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\LayoutSpacer.ds.xml: 0ms
            === 2012-03-01 15:41:42,742 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\LengthRangeValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,742 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\LineEditor.ds.xml: 0ms
            === 2012-03-01 15:41:42,742 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\LinkItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,742 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\StaticTextItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,758 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListBar.ds.xml: 0ms
            === 2012-03-01 15:41:42,758 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SectionStack.ds.xml: 0ms
            === 2012-03-01 15:41:42,773 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListBarGroup.ds.xml: 15ms
            === 2012-03-01 15:41:42,773 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SectionStackSection.ds.xml: 0ms
            === 2012-03-01 15:41:42,773 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListGridField.ds.xml: 0ms
            === 2012-03-01 15:41:42,789 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ListViewer.ds.xml: 16ms
            === 2012-03-01 15:41:42,789 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\LoginDialog.ds.xml: 0ms
            === 2012-03-01 15:41:42,789 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Mail.ds.xml: 0ms
            === 2012-03-01 15:41:42,789 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MaskValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,805 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MasterDetail.ds.xml: 0ms
            === 2012-03-01 15:41:42,805 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MatchesFieldValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,805 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Menu.ds.xml: 0ms
            === 2012-03-01 15:41:42,820 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MenuBar.ds.xml: 15ms
            === 2012-03-01 15:41:42,820 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Toolbar.ds.xml: 0ms
            === 2012-03-01 15:41:42,820 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MenuButton.ds.xml: 0ms
            === 2012-03-01 15:41:42,820 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MenuItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,836 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MessageRule.ds.xml: 0ms
            === 2012-03-01 15:41:42,836 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Rule.ds.xml: 0ms
            === 2012-03-01 15:41:42,836 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MessageValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,836 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MockDataSource.ds.xml: 0ms
            === 2012-03-01 15:41:42,852 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MockupElement.ds.xml: 0ms
            === 2012-03-01 15:41:42,852 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MultiFileItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,852 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RelationItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,867 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\MultiView.ds.xml: 0ms
            === 2012-03-01 15:41:42,867 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\NativeCheckboxItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,867 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PageHeader.ds.xml: 0ms
            === 2012-03-01 15:41:42,867 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PaneContainer.ds.xml: 0ms
            === 2012-03-01 15:41:42,883 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PasswordItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,883 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PickListMenu.ds.xml: 0ms
            === 2012-03-01 15:41:42,883 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ScrollingMenu.ds.xml: 0ms
            === 2012-03-01 15:41:42,898 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PickTreeItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,898 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PopulateRule.ds.xml: 0ms
            === 2012-03-01 15:41:42,898 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PopulateValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,914 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PortalColumn.ds.xml: 16ms
            === 2012-03-01 15:41:42,914 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PortalColumnBody.ds.xml: 0ms
            === 2012-03-01 15:41:42,914 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PortalLayout.ds.xml: 0ms
            === 2012-03-01 15:41:42,914 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PortalRow.ds.xml: 0ms
            === 2012-03-01 15:41:42,930 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Portlet.ds.xml: 0ms
            === 2012-03-01 15:41:42,930 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Process.ds.xml: 0ms
            === 2012-03-01 15:41:42,930 [l0-2] WARN  BasicDataSource - DataSource Process declared to inherit from DataSource Task which could not be loaded
            === 2012-03-01 15:41:42,930 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ProcessSequence.ds.xml: 0ms
            === 2012-03-01 15:41:42,930 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Progressbar.ds.xml: 0ms
            === 2012-03-01 15:41:42,945 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\PropertySheet.ds.xml: 0ms
            === 2012-03-01 15:41:42,961 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RadioGroupItem.ds.xml: 16ms
            === 2012-03-01 15:41:42,961 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RadioItem.ds.xml: 0ms
            === 2012-03-01 15:41:42,961 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Rangebar.ds.xml: 0ms
            === 2012-03-01 15:41:42,977 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ReadOnlyRule.ds.xml: 0ms
            === 2012-03-01 15:41:42,977 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ReadOnlyValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,977 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RegExpValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,992 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ReportViewer.ds.xml: 15ms
            === 2012-03-01 15:41:42,992 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RequiredIfValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,992 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RequiredValidator.ds.xml: 0ms
            === 2012-03-01 15:41:42,992 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ResetItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,008 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RestDataSource.ds.xml: 16ms
            === 2012-03-01 15:41:43,008 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ResultSet.ds.xml: 0ms
            === 2012-03-01 15:41:43,039 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ResultTree.ds.xml: 0ms
            === 2012-03-01 15:41:43,039 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RichTextEditor.ds.xml: 0ms
            === 2012-03-01 15:41:43,039 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RichTextItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,055 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RowSpacerItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,070 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SpacerItem.ds.xml: 15ms
            === 2012-03-01 15:41:43,086 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\RulesEngine.ds.xml: 0ms
            === 2012-03-01 15:41:43,086 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SchemaSet.ds.xml: 0ms
            === 2012-03-01 15:41:43,086 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ScriptTask.ds.xml: 0ms
            === 2012-03-01 15:41:43,086 [l0-2] WARN  BasicDataSource - DataSource ScriptTask declared to inherit from DataSource Task which could not be loaded
            === 2012-03-01 15:41:43,102 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Scrollbar.ds.xml: 0ms
            === 2012-03-01 15:41:43,102 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SearchForm.ds.xml: 0ms
            === 2012-03-01 15:41:43,102 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SelectItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,117 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SelectOtherItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,117 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ServerCustomValidator.ds.xml: 0ms
            === 2012-03-01 15:41:43,117 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ServiceOperation.ds.xml: 0ms
            === 2012-03-01 15:41:43,117 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ServiceTask.ds.xml: 0ms
            === 2012-03-01 15:41:43,133 [l0-2] WARN  BasicDataSource - DataSource ServiceTask declared to inherit from DataSource Task which could not be loaded
            === 2012-03-01 15:41:43,133 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SetRequiredRule.ds.xml: 0ms
            === 2012-03-01 15:41:43,133 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SimpleTabButton.ds.xml: 0ms
            === 2012-03-01 15:41:43,133 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SimpleType.ds.xml: 0ms
            === 2012-03-01 15:41:43,133 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Slider.ds.xml: 0ms
            === 2012-03-01 15:41:43,148 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SliderItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,148 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Snapbar.ds.xml: 0ms
            === 2012-03-01 15:41:43,148 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Splitbar.ds.xml: 0ms
            === 2012-03-01 15:41:43,164 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Spacer.ds.xml: 0ms
            === 2012-03-01 15:41:43,164 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SpinnerItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,180 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SubmitItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,180 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SubstringCountValidator.ds.xml: 0ms
            === 2012-03-01 15:41:43,180 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\SVG.ds.xml: 0ms
            === 2012-03-01 15:41:43,195 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\Tab.ds.xml: 0ms
            === 2012-03-01 15:41:43,211 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TabBar.ds.xml: 16ms
            === 2012-03-01 15:41:43,211 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TabSet.ds.xml: 0ms
            === 2012-03-01 15:41:43,211 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TextAreaItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,211 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TileGrid.ds.xml: 0ms
            === 2012-03-01 15:41:43,227 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TileGridField.ds.xml: 0ms
            === 2012-03-01 15:41:43,227 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TileRecord.ds.xml: 0ms
            === 2012-03-01 15:41:43,227 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TimeItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,242 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolbarItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,242 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolStrip.ds.xml: 0ms
            === 2012-03-01 15:41:43,242 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolStripButton.ds.xml: 0ms
            === 2012-03-01 15:41:43,273 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolStripMenuButton.ds.xml: 31ms
            === 2012-03-01 15:41:43,273 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolStripResizer.ds.xml: 0ms
            === 2012-03-01 15:41:43,273 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ToolStripSeparator.ds.xml: 0ms
            === 2012-03-01 15:41:43,273 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TreeGridField.ds.xml: 0ms
            === 2012-03-01 15:41:43,289 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\TreeViewer.ds.xml: 0ms
            === 2012-03-01 15:41:43,289 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\UploadItem.ds.xml: 0ms
            === 2012-03-01 15:41:43,289 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\UserTask.ds.xml: 0ms
            === 2012-03-01 15:41:43,289 [l0-2] WARN  BasicDataSource - DataSource UserTask declared to inherit from DataSource Task which could not be loaded
            === 2012-03-01 15:41:43,305 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ValueMapItem.ds.xml: 16ms
            === 2012-03-01 15:41:43,305 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ValuesManager.ds.xml: 0ms
            === 2012-03-01 15:41:43,305 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\ViewLoader.ds.xml: 0ms
            === 2012-03-01 15:41:43,305 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\VStack.ds.xml: 0ms
            === 2012-03-01 15:41:43,320 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\WebService.ds.xml: 0ms
            === 2012-03-01 15:41:43,320 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\WebServiceOperation.ds.xml: 0ms
            === 2012-03-01 15:41:43,320 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\WSDataSource.ds.xml: 0ms
            === 2012-03-01 15:41:43,320 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\WSDLMessage.ds.xml: 0ms
            === 2012-03-01 15:41:43,320 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\WSOperationHeader.ds.xml: 0ms
            === 2012-03-01 15:41:43,336 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\XJSONDataSource.ds.xml: 0ms
            === 2012-03-01 15:41:43,336 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\XORGateway.ds.xml: 0ms
            === 2012-03-01 15:41:43,336 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\XSComplexType.ds.xml: 0ms
            === 2012-03-01 15:41:43,336 [l0-2] DEBUG XML - Parsed XML from C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\schema\XSElement.ds.xml: 0ms
            === 2012-03-01 15:41:43,352 [l0-2] INFO  Compression - /builtinds/tools/visualBuilder/index.jsp: 290604 -> 30509 bytes
            === 2012-03-01 15:41:43,523 [l0-0] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_PluginBridges.js
            === 2012-03-01 15:41:43,523 [l0-0] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_FileBrowser.js
            === 2012-03-01 15:41:43,523 [l0-0] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_DBConsole.js
            === 2012-03-01 15:41:43,523 [l0-6] INFO  RequestContext - URL: '/builtinds/sc/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:43,523 [l0-6] INFO  Download - File C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/development/ISC_Analytics.js not found, sending 404
            === 2012-03-01 15:41:43,539 [l0-4] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_Drawing.js
            === 2012-03-01 15:41:43,539 [l0-7] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_DocViewer.js
            === 2012-03-01 15:41:43,539 [l0-5] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_Charts.js
            === 2012-03-01 15:41:43,899 [l0-2] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\skins\ToolSkin\load_skin.js
            === 2012-03-01 15:41:43,899 [l0-5] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_VisualBuilder.js
            === 2012-03-01 15:41:43,899 [l0-7] INFO  Download - Returning 304: Not modified on conditional get of: C:\smartgwtee-3.0p\samples\built-in-ds\war\builtinds\sc\system\development\ISC_SalesForce.js
            === 2012-03-01 15:41:43,977 [l0-7] INFO  RequestContext - URL: '/builtinds/sc/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:43,977 [l0-7] INFO  Download - File C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/development/ISC_Analytics.js not found, sending 404
            === 2012-03-01 15:41:44,806 [l0-7] INFO  RequestContext - URL: '/builtinds/tools/visualBuilder/vbOperations.jsp', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:45,338 [l0-7] DEBUG XML - Parsed XML from (in memory stream): 0ms
            === 2012-03-01 15:41:45,338 [l0-7] DEBUG RPCManager - Processing 1 requests.
            === 2012-03-01 15:41:45,338 [l0-7] DEBUG RPCManager - Request #1 (RPCRequest) data: {
                appID:"isc_builtin",
                className:"com.isomorphic.tools.BuiltinRPC",
                methodName:"getDefinedDataSources",
                args:[
                ],
                arguments:[
                ],
                is_ISC_RPC_DMI:true
            }
            === 2012-03-01 15:41:45,338 [l0-7] DEBUG RPCDMI - appConfig: isc.Application.create({
                rpcBindings:[
                    {
                        ID:"builtin",
                        className:"com.isomorphic.rpc.BuiltinRPC",
                        visibleMethods:[
                            {
                                name:"downloadWSDL"
                            },
                            {
                                name:"downloadClientContent"
                            },
                            {
                                name:"downloadClientExport"
                            },
                            {
                                name:"xmlToJS"
                            },
                            {
                                name:"uploadProgressCheck"
                            },
                            {
                                name:"saveFile"
                            },
                            {
                                name:"appendToFile"
                            },
                            {
                                name:"loadFile"
                            },
                            {
                                name:"deleteFile"
                            },
                            {
                                name:"loadSharedXML"
                            },
                            {
                                name:"saveSharedXML"
                            },
                            {
                                name:"getAvailableScriptEngines"
                            },
                            {
                                name:"devConsoleEvalServerScript"
                            },
                            {
                                name:"evalJava"
                            },
                            {
                                name:"getLogNames"
                            },
                            {
                                name:"getLogEntries"
                            },
                            {
                                name:"getLogThresholds"
                            },
                            {
                                name:"setLogThreshold"
                            },
                            {
                                name:"getPdfObject"
                            }
                        ]
                    },
                    {
                        ID:"builtin_tools",
                        className:"com.isomorphic.tools.BuiltinRPC",
                        visibleMethods:[
                            {
                                name:"getDataSourceFromTable"
                            },
                            {
                                name:"getDataSourceJSONFromTable"
                            },
                            {
                                name:"getDataSourceFromHibernateMapping"
                            },
                            {
                                name:"getDataSourceJSONFromHibernateMapping"
                            },
                            {
                                name:"getTables"
                            },
                            {
                                name:"getFieldsFromTable"
                            },
                            {
                                name:"getBeanFields"
                            },
                            {
                                name:"getHibernateBeans"
                            },
                            {
                                name:"getDatabaseProductNameAndVersion"
                            },
                            {
                                name:"getDatabaseTableTypes"
                            },
                            {
                                name:"setAttributes"
                            },
                            {
                                name:"clearAttributes"
                            },
                            {
                                name:"getAttributes"
                            },
                            {
                                name:"getAttribute"
                            },
                            {
                                name:"getDataSourceConfigFromJavaClass"
                            },
                            {
                                args:"cName",
                                language:"groovy",
                                name:"getJavaSource",
                                script:"\n                    if (!com.isomorphic.auth.DevModeAuthFilter.devModeAuthorized(request)) throw new Exception(\"Not Authorized\");                    \n                    //import org.apache.bcel.Repository;\n\n                    try {\n                        return org.apache.bcel.Repository.lookupClass(cName).toString();\n                    } catch (Throwable e) {\n                        return \"Unable to reverse engineer class \"+cName+\": \"+e.getMessage();\n                    }\n                "
                            },
                            {
                                name:"loadDataSource"
                            },
                            {
                                name:"dsFromXML"
                            },
                            {
                                name:"dsConfigFromXML"
                            },
                            {
                                name:"getDefinedDataSources"
                            }
                        ]
                    },
                    {
                        ID:"builtin_adminconsole",
                        className:"com.isomorphic.tools.AdminConsole",
                        visibleMethods:[
                            {
                                name:"getDefinedDatabases"
                            },
                            {
                                name:"testDB"
                            },
                            {
                                name:"saveDBConfig"
                            },
                            {
                                name:"setDefaultDB"
                            },
                            {
                                name:"importDataSources"
                            },
                            {
                                name:"discoverJNDIDatabases"
                            }
                        ]
                    }
                ]
            })
            
            === 2012-03-01 15:41:45,494 [l0-7] DEBUG BuiltinRPC - Loading DS: animals
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: employees
            === 2012-03-01 15:41:45,510 [l0-7] INFO  DataSource - No test data file for datasource 'employees.  Tried C:/smartgwtee-3.0p/samples/built-in-ds/war/examples/shared/ds/test_data/employees.data.xml with extensions .xml, .csv and .js
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: supplyItem
            === 2012-03-01 15:41:45,510 [l0-7] INFO  DataSource - No test data file for datasource 'supplyItem.  Tried C:/smartgwtee-3.0p/samples/built-in-ds/war/examples/shared/ds/test_data/supplyItemLarge.data.xml with extensions .xml, .csv and .js
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: rbCountryTransactions
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File rbCountryTransactions.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/transactions/rollback, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: rbCountryTransactions
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: supplyItemWithOps
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File supplyItemWithOps.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/grids/ds, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemWithOps
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: queuedAdd_orderItem
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File queuedAdd_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/queuedAdd, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuedAdd_orderItem
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: flattenedBeans_flatUserHB
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File flattenedBeans_flatUserHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/flattenedBeans, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: flattenedBeans_flatUserHB
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: queuing_userHB
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File queuing_userHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/queuing, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuing_userHB
            === 2012-03-01 15:41:45,510 [l0-7] DEBUG BuiltinRPC - Loading DS: masterDetail_orderHB
            === 2012-03-01 15:41:45,510 [l0-7] WARN  DataStructCache - File masterDetail_orderHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/masterDetail, checking project-wide area
            === 2012-03-01 15:41:45,510 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: masterDetail_orderHB
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: supplyItemJPAAutoDerive
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File supplyItemJPAAutoDerive.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/jpa, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemJPAAutoDerive
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: reusableORMDataSource_supplyItem
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File reusableORMDataSource_supplyItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: reusableORMDataSource_supplyItem
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: countryTransactions
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File countryTransactions.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: countryTransactions
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: queuedAdd_order
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File queuedAdd_order.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/queuedAdd, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuedAdd_order
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: largeValueMap_orderItemHB
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File largeValueMap_orderItemHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/largeValueMap, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: largeValueMap_orderItemHB
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: worldHB
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File worldHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: worldHB
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: worldJPA2
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File worldJPA2.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/jpa, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: worldJPA2
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: customDataSource_user
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File customDataSource_user.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/other/customDataSource, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: customDataSource_user
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: lastUpdated
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File lastUpdated.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: lastUpdated
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: mediaLibrary
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File mediaLibrary.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/upload, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: mediaLibrary
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: largeValueMap_orderItem
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File largeValueMap_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/largeValueMap, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: largeValueMap_orderItem
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: queuing_order
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File queuing_order.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/queuing, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: queuing_order
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: cartItem
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File cartItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/userSpecificData, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: cartItem
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: mediaLibraryHB
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File mediaLibraryHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/upload, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: mediaLibraryHB
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: dynamicReporting_orderItem
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File dynamicReporting_orderItem.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/sql/dynamicReporting, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: dynamicReporting_orderItem
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: ormDataSource_country
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File ormDataSource_country.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/other/ormDataSource, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: ormDataSource_country
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: reusableORMDataSource_country
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File reusableORMDataSource_country.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: reusableORMDataSource_country
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: supplyItemHBAutoDerive
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File supplyItemHBAutoDerive.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/autoDerivation, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: supplyItemHBAutoDerive
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG BuiltinRPC - Loading DS: masterDetail_orderItemHB
            === 2012-03-01 15:41:45,525 [l0-7] WARN  DataStructCache - File masterDetail_orderItemHB.ds not found at explicitly specified location C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/inlineExamples/serverExamples/hibernate/masterDetail, checking project-wide area
            === 2012-03-01 15:41:45,525 [l0-7] WARN  BuiltinRPC - Couldn't load config-defined datasource: masterDetail_orderItemHB
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG RPCDMI - rpc returned RPCResponse
            === 2012-03-01 15:41:45,525 [l0-7] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
            === 2012-03-01 15:41:45,525 [l0-7] INFO  Compression - /builtinds/tools/visualBuilder/vbOperations.jsp: 615 -> 234 bytes
            === 2012-03-01 15:41:54,666 [l0-7] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:54,682 [l0-7] INFO  Compression - /builtinds/sc/IDACall: 81 -> 86 bytes
            === 2012-03-01 15:41:54,775 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:54,814 [l0-5] INFO  Compression - /builtinds/sc/IDACall: 93727 -> 7734 bytes
            === 2012-03-01 15:41:59,663 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:41:59,663 [l0-5] DEBUG XML - Parsed XML from (in memory stream): 0ms
            === 2012-03-01 15:41:59,663 [l0-5] DEBUG RPCManager - Processing 1 requests.
            === 2012-03-01 15:41:59,663 [l0-5] DEBUG RPCManager - Request #1 (RPCRequest) data: {
                appID:"isc_builtin",
                className:"builtin",
                methodName:"getAvailableScriptEngines",
                arguments:[
                ],
                is_ISC_RPC_DMI:true
            }
            === 2012-03-01 15:41:59,663 [l0-5] INFO  IDACall - Performing 1 operation(s)
            === 2012-03-01 15:41:59,663 [l0-5] DEBUG RPCDMI - appConfig: isc.Application.create({
                rpcBindings:[
                    {
                        ID:"builtin",
                        className:"com.isomorphic.rpc.BuiltinRPC",
                        visibleMethods:[
                            {
                                name:"downloadWSDL"
                            },
                            {
                                name:"downloadClientContent"
                            },
                            {
                                name:"downloadClientExport"
                            },
                            {
                                name:"xmlToJS"
                            },
                            {
                                name:"uploadProgressCheck"
                            },
                            {
                                name:"saveFile"
                            },
                            {
                                name:"appendToFile"
                            },
                            {
                                name:"loadFile"
                            },
                            {
                                name:"deleteFile"
                            },
                            {
                                name:"loadSharedXML"
                            },
                            {
                                name:"saveSharedXML"
                            },
                            {
                                name:"getAvailableScriptEngines"
                            },
                            {
                                name:"devConsoleEvalServerScript"
                            },
                            {
                                name:"evalJava"
                            },
                            {
                                name:"getLogNames"
                            },
                            {
                                name:"getLogEntries"
                            },
                            {
                                name:"getLogThresholds"
                            },
                            {
                                name:"setLogThreshold"
                            },
                            {
                                name:"getPdfObject"
                            }
                        ]
                    },
                    {
                        ID:"builtin_tools",
                        className:"com.isomorphic.tools.BuiltinRPC",
                        visibleMethods:[
                            {
                                name:"getDataSourceFromTable"
                            },
                            {
                                name:"getDataSourceJSONFromTable"
                            },
                            {
                                name:"getDataSourceFromHibernateMapping"
                            },
                            {
                                name:"getDataSourceJSONFromHibernateMapping"
                            },
                            {
                                name:"getTables"
                            },
                            {
                                name:"getFieldsFromTable"
                            },
                            {
                                name:"getBeanFields"
                            },
                            {
                                name:"getHibernateBeans"
                            },
                            {
                                name:"getDatabaseProductNameAndVersion"
                            },
                            {
                                name:"getDatabaseTableTypes"
                            },
                            {
                                name:"setAttributes"
                            },
                            {
                                name:"clearAttributes"
                            },
                            {
                                name:"getAttributes"
                            },
                            {
                                name:"getAttribute"
                            },
                            {
                                name:"getDataSourceConfigFromJavaClass"
                            },
                            {
                                args:"cName",
                                language:"groovy",
                                name:"getJavaSource",
                                script:"\n                    if (!com.isomorphic.auth.DevModeAuthFilter.devModeAuthorized(request)) throw new Exception(\"Not Authorized\");                    \n                    //import org.apache.bcel.Repository;\n\n                    try {\n                        return org.apache.bcel.Repository.lookupClass(cName).toString();\n                    } catch (Throwable e) {\n                        return \"Unable to reverse engineer class \"+cName+\": \"+e.getMessage();\n                    }\n                "
                            },
                            {
                                name:"loadDataSource"
                            },
                            {
                                name:"dsFromXML"
                            },
                            {
                                name:"dsConfigFromXML"
                            },
                            {
                                name:"getDefinedDataSources"
                            }
                        ]
                    },
                    {
                        ID:"builtin_adminconsole",
                        className:"com.isomorphic.tools.AdminConsole",
                        visibleMethods:[
                            {
                                name:"getDefinedDatabases"
                            },
                            {
                                name:"testDB"
                            },
                            {
                                name:"saveDBConfig"
                            },
                            {
                                name:"setDefaultDB"
                            },
                            {
                                name:"importDataSources"
                            },
                            {
                                name:"discoverJNDIDatabases"
                            }
                        ]
                    }
                ]
            })
            
            === 2012-03-01 15:41:59,663 [l0-5] WARN  RequestContext - rpcRequest.execute() failed: 
            === 2012-03-01 15:41:59,663 [l0-5] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
            === 2012-03-01 15:41:59,663 [l0-5] INFO  Compression - /builtinds/sc/IDACall: 285 -> 218 bytes
            === 2012-03-01 15:42:33,790 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/system/reference/skin/images/server_client_exchange.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:42:33,790 [l0-5] INFO  Download - File C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/system/reference/skin/images/server_client_exchange.png not found, sending 404
            === 2012-03-01 15:42:33,790 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/skins/Enterprise/images/DynamicForm/unchecked_Disabled.png', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:42:33,790 [l0-5] INFO  Download - done streaming: C:/smartgwtee-3.0p/samples/built-in-ds/war/builtinds/sc/skins/Enterprise/images/DynamicForm/unchecked_Disabled.png
            === 2012-03-01 15:43:04,697 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header
            === 2012-03-01 15:43:04,697 [l0-5] INFO  Compression - /builtinds/sc/IDACall: 81 -> 86 bytes
            === 2012-03-01 15:43:04,807 [l0-5] INFO  RequestContext - URL: '/builtinds/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1': Moz (Gecko) with Accept-Encoding header

            Comment


              #7
              This isn't what's needed - see post 4.

              Comment


                #8
                Here is some more information:

                From the results tab of the dev console:

                Code:
                15:41:43.498:INFO:Log:initialized
                15:41:43.509:WARN:Log:NOTE: Firebug is enabled. Firebug greatly slows the performance of applications that make heavy use of JavaScript. Isomorphic highly recommends Firebug for troubleshooting, but Firebug and other development tools should be disabled when assessing the real-world performance of SmartClient applications.
                15:41:43.869:WARN:Log:New Class ID: 'EditPane' collides with ID of existing Class object '[DataSource ID:EditPane]'.  Existing object will be replaced.
                This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                15:41:44.807:INFO:Log:isc.Page is loaded
                15:41:45.543:XRP0:WARN:Log:ReferenceError: node is not defined
                    anonymous({Obj}, true, undef)
                    Tree.openFolder(_1=>{Obj})
                    Tree.openFolders(_1=>[object Array])
                    VisualBuilder.openLibraryTree()
                    anonymous({Obj}, [object Array], {Obj})
                    [c]Class.fireCallback(_1=>"isc_VisualBuilder_0.fetchLibraryCompone..."[ 94],  _2=>"dsResponse,data,dsRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>"isc_VisualBuilder_0.fetchLibraryCompone..."[ 94],  _2=>"dsResponse,data,dsRequest",  _3=>[object Array])
                    DataSource.fireResponseCallbacks({Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._completeResponseProcessing({Obj}, {Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._completeHandleXMLReply({Obj}, {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array])
                    DataSource._completeDSResponseFromXML([object Array], {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array])
                    DataSource.recordsFromXML([object Array], {Obj})
                    DataSource.selectRecords({Obj}, {Obj}, {Obj})
                    DataSource.dsResponseFromXML({Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._handleXMLReply({Obj}, "<!-- list of default components for the..."[ 15058], {Obj}, {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"xmlDoc,xmlText,rpcResponse,rpcRequest",  _3=>[object Array])
                    XMLTools._getXMLResponseReply({Obj}, "<!-- list of default components for the..."[ 15058], {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array])
                    [c]RPCManager.fireReplyCallback(_1=>{Obj},  _2=>{Obj},  _3=>{Obj},  _4=>"<!-- list of default components for the..."[ 15058])
                    [c]RPCManager.fireReplyCallbacks(_1=>{Obj},  _2=>{Obj})
                    [c]RPCManager.performOperationReply(_1=>{Obj},  _2=>{Obj})
                    RPCManager._performTransactionReply(2)
                    [c]RPCManager.performTransactionReply(_1=>2,  _2=>"<!-- list of default components for the..."[ 15058],  _3=>undef)
                    anonymous(2, [object XMLHttpRequest])
                    [c]Class.fireCallback(_1=>"isc.RPCManager.performTransactionReply(..."[ 67],  _2=>"transactionNum,results,wd",  _3=>[object Array])
                    [c]Comm.performXmlTransactionReply(_1=>2,  _2=>[object XMLHttpRequest])
                    anonymous([object XMLHttpRequest])
                    [c]Class.fireCallback(_1=>"isc.Comm.performXmlTransactionReply(2, ..."[ 56],  _2=>"xmlHttpRequest",  _3=>[object Array],  _4=>[object Proxy],  _5=>true)
                    Comm._fireXMLCallback([object XMLHttpRequest], "isc.Comm.performXmlTransactionReply(2, ..."[ 56])
                    unnamed([object Event])
                    unnamed() @ 
                
                15:41:45.563:XRP1:WARN:Log:ReferenceError: node is not defined
                    anonymous({Obj}, true, undef)
                    Tree.openFolder(_1=>{Obj})
                    unnamed({Obj}, {Obj}, undef, undef, undef)
                    Class.invokeSuper(_1=>null,  _2=>"addNode")
                    Class.Super(_1=>"addNode",  _2=>[object Arguments])
                    unnamed({Obj}, undef, undef, undef, undef)
                    unnamed({Obj})
                    VisualBuilder.newProject()
                    VisualBuilder.reposLoaded([object Array])
                    anonymous({Obj}, [object Array], {Obj})
                    [c]Class.fireCallback(_1=>"isc_VisualBuilder_0.reposLoaded(data)",  _2=>"dsResponse,data,dsRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>"isc_VisualBuilder_0.reposLoaded(data)",  _2=>"dsResponse,data,dsRequest",  _3=>[object Array])
                    DataSource.fireResponseCallbacks({Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._completeResponseProcessing({Obj}, {Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._completeHandleXMLReply({Obj}, {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array])
                    DataSource._completeDSResponseFromXML([object Array], {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array])
                    DataSource.recordsFromXML([object Array], {Obj})
                    DataSource.selectRecords({Obj}, {Obj}, {Obj})
                    DataSource.dsResponseFromXML({Obj}, {Obj}, {Obj}, {Obj})
                    DataSource._handleXMLReply({Obj}, "<!-- list of Repos that Visual Builder ..."[ 346], {Obj}, {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"xmlDoc,xmlText,rpcResponse,rpcRequest",  _3=>[object Array])
                    XMLTools._getXMLResponseReply({Obj}, "<!-- list of Repos that Visual Builder ..."[ 346], {Obj})
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
                    [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array])
                    [c]RPCManager.fireReplyCallback(_1=>{Obj},  _2=>{Obj},  _3=>{Obj},  _4=>"<!-- list of Repos that Visual Builder ..."[ 346])
                    [c]RPCManager.fireReplyCallbacks(_1=>{Obj},  _2=>{Obj})
                    [c]RPCManager.performOperationReply(_1=>{Obj},  _2=>{Obj})
                    RPCManager._performTransactionReply(5)
                    [c]RPCManager.performTransactionReply(_1=>5,  _2=>"<!-- list of Repos that Visual Builder ..."[ 346],  _3=>undef)
                    anonymous(5, [object XMLHttpRequest])
                    [c]Class.fireCallback(_1=>"isc.RPCManager.performTransactionReply(..."[ 67],  _2=>"transactionNum,results,wd",  _3=>[object Array])
                    [c]Comm.performXmlTransactionReply(_1=>5,  _2=>[object XMLHttpRequest])
                    anonymous([object XMLHttpRequest])
                    [c]Class.fireCallback(_1=>"isc.Comm.performXmlTransactionReply(5, ..."[ 56],  _2=>"xmlHttpRequest",  _3=>[object Array],  _4=>[object Proxy],  _5=>true)
                    Comm._fireXMLCallback([object XMLHttpRequest], "isc.Comm.performXmlTransactionReply(5, ..."[ 56])
                    unnamed([object Event])
                    unnamed() @
                And the last 3 RPCs (Request/Response) (all were successfull)

                Code:
                {
                    "actionURL":"http://127.0.0.1:8888/builtinds/tools/visualBuilder/vbOperations.jsp", 
                    "showPrompt":false, 
                    "transport":"xmlHttpRequest", 
                    "promptStyle":"cursor", 
                    "data":{
                        "appID":"isc_builtin", 
                        "className":"com.isomorphic.tools.BuiltinRPC", 
                        "methodName":"getDefinedDataSources", 
                        "args":[
                        ], 
                        "arguments":[
                        ], 
                        "is_ISC_RPC_DMI":true
                    }
                }
                
                [
                    {
                        status:0, 
                        data:[
                            {
                                filename:"C:\\smartgwtee-3.0p\\samples\\built-in-ds\\war\\ds\\animals.ds.xml", 
                                dsType:"sql", 
                                dsName:"animals", 
                                testDataFilename:"C:\\smartgwtee-3.0p\\samples\\built-in-ds\\war\\ds\\test_data\\animals.data.xml", 
                                testData:"yes"
                            }, 
                            {
                                filename:"C:\\smartgwtee-3.0p\\samples\\built-in-ds\\war\\ds\\employees.ds.xml", 
                                dsType:"sql", 
                                dsName:"employees", 
                                testDataFilename:"N/A", 
                                testData:"no"
                            }, 
                            {
                                filename:"C:\\smartgwtee-3.0p\\samples\\built-in-ds\\war\\ds\\supplyItem.ds.xml", 
                                dsType:"sql", 
                                dsName:"supplyItem", 
                                testDataFilename:"N/A", 
                                testData:"no"
                            }
                        ]
                    }
                ]
                Code:
                {
                    "dataSource":"isc_DataSource_1", 
                    "operationType":"fetch", 
                    "data":null, 
                    "callback":"isc_VisualBuilder_0.globalDependencies.loadDependencies(data)", 
                    "showPrompt":true, 
                    "requestId":"isc_DataSource_1$6272"
                }
                
                
                {
                    "dataSource":"isc_DataSource_1", 
                    "operationType":"fetch", 
                    "data":null, 
                    "callback":"isc_VisualBuilder_0.globalDependencies.loadDependencies(data)", 
                    "showPrompt":true, 
                    "requestId":"isc_DataSource_1$6272"
                }
                Code:
                {
                    "dataSource":"isc_DataSource_2", 
                    "operationType":"fetch", 
                    "data":null, 
                    "callback":"isc_VisualBuilder_0.reposLoaded(data)", 
                    "showPrompt":true, 
                    "requestId":"isc_DataSource_2$6273"
                }
                
                
                <!-- list of Repos that Visual Builder can save forms to -->
                <Repos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                
                <Repo name="fileSystem" title="File System" className="ViewRepo" isDefault="true" >
                </Repo>
                
                <!--
                <Repo name="dataSourceView" title="DataSource" className="DSViewRepo" >
                </Repo>
                -->
                
                </Repos>

                Comment


                  #9
                  The "node is not defined" error is the problem, but this overnight regression is already fixed in the build you're reportedly using. Run a GWT compile to ensure you don't have stale resources. There are also instructions in the SmartGWT FAQ for how to verify you're actually loading files with the right build date.

                  Comment


                    #10
                    I followed those instructions, and I still have the problem. I verified that there are no stale files. So as to eliminate eclipse, I did an “ant clean” and then verified via search that there were no ICS_*.js files in the entire project. I then did an “ant hosted” and got the same problem.

                    Using Firebug, the VB is loading it’s files from here:
                    …/builtinds/sc/system/development/ICS_*.js

                    They all have the build date from Feb 20.

                    Firebug did report that the ISC_Analytics.js was not there (404 not found). Not sure if that’s a problem or not.

                    Comment


                      #11
                      We just ran a sanity check internally and we are unable to reproduce the error you describe, or any other obvious hang with the Visual builder.
                      Explicit steps we took:

                      - we worked with the latest nightly 3.0p build, dated March 5 2012
                      - we imported the "built in dataSource" sample into Eclipse, ensuring that the appropriate set of SmartGWT .jars were being included on the classpath, and that the project had Google Web Toolkit enabled
                      - we modified the entry point class to launch the visual builder on "Ctrl+D" keypress:
                      Code:
                              KeyIdentifier debugKey = new KeyIdentifier();
                              debugKey.setCtrlKey(true);
                              debugKey.setKeyName("D");
                      
                              Page.registerKey(debugKey, new KeyCallback() {
                                  public void execute(String keyName) {
                                      //SC.showConsole();
                                      SCEE.openVisualBuilder();
                                  }
                              });
                      - We launched the embedded Jetty server (right click, run as > Web Application)
                      - We then also ran a "Google > GWT Compile" step (shouldn't strictly be necessary, but will ensure everything under the 'war' dir is up to date)

                      Having done this, we could hit the app, and hit ctrl+d to have the visual builder launch in another window. Interacting with the visual builder seemed fine - some specific tests we tried included dragging a TreeGrid from the palette at the top-right into the project tree, and dragging the "Employees" dataSource onto it.

                      Comment


                        #12
                        I downloaded the following build:
                        SC_SNAPSHOT-2012-03-06_v8.2p/EVAL Development Only (expires 2012.05.05_05.50.10) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)

                        It installed it and it worked just fine.

                        Comment

                        Working...
                        X