[OS-JIRA] Created: (CAY-397) Update Java Package causes error dialog

From: jira-norepl..bjectstyle.org
Date: Tue Nov 01 2005 - 11:46:37 EST

  • Next message: Kim Limbrick: "Using multiple factories"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-397

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-397
        Summary: Update Java Package causes error dialog
           Type: Bug

         Status: Assigned
       Priority: Major

        Project: Cayenne
     Components:
                 CayenneModeler GUI
       Versions:
                 1.2 [DEV]

       Assignee: Andrus Adamchik
       Reporter: Jeff de Vries

        Created: Tue, 1 Nov 2005 11:45 AM
        Updated: Tue, 1 Nov 2005 11:45 AM
    Environment: Windows XP Pro
    Cayenne Modeler 1.2M6

    Description:
    How to Produce:
    1) Start Modeler
    2) File > New Project
    3) Tools > Reengineer Database Schema
    4) Connect to database and get schema
    5) Enter a class name in "Java Package" ("UntitledMap" is already selected, but not expanded)
    6) Hit "Update..."
    7) Hit "Update" on dialog ("Set/Update Package" radio is already selected")
    8) Error dialog pops up titled "Update" with message "_HANDLE_CONTROL_RUNTIME_ERROR_MSG"

    Additional Info:
    At this point, if you do the following:
    1) Cancel error dialog
    2) Cancel update dialog
    3) Expand the "UntitledMap" in the left pane
    4) Click on any ObjEntity
    5) Click on "UntitledMap" again
    6) Try the update again, and now it works

    Here is the Log Trace from when I start Cayenne to when I exit (just the error version, not the "Additional Info" steps):
    CayenneModeler INFO [main 11-01 08:19:12] org.objectstyle.cayenne.modeler.Main: Starting CayenneModeler.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: Created connection pool: jdbc:hsqldb:file:C:/Documents and Settings/Jeff/.cayenne/prefs/1.1/db
            Driver class: org.hsqldb.jdbcDriver
            Min. connections in the pool: 1
            Max. connections in the pool: 1
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: Opening connection: jdbc:hsqldb:file:C:/Documents and Settings/Jeff/.cayenne/prefs/1.1/db
            Login: sa
            Password: *******
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ Connecting: SUCCESS.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0] - prepared in 100 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 150 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE t0.parent_id = ? [bind: 200]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 9 rows. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0, domain t1 WHERE t0.domain_id = t1.id AND ((t0.key = ?) AND (t0.domain_id = ?)) ORDER BY t1.level DESC [bind: 'saveInterval', 201]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 0 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0 WHERE t0.domain_id = ? [bind: 202]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.scopemvc.util.ScopeConfig: Load custom Scope config from scope.properties
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0, domain t1 WHERE t0.domain_id = t1.id AND ((t0.key = ?) AND (t0.domain_id = ?)) ORDER BY t1.level DESC [bind: 'geometry', 203]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.height, t0.width, t0.x, t0.y, t0.id FROM component_geometry t0 WHERE t0.id = ? [bind: 200]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:19:27] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: UPDATE component_geometry SET y = ?, x = ? WHERE id = ?
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: [bind: 396, 117, 200]
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [Thread-4 11-01 08:19:46] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0, domain t1 WHERE t0.domain_id = t1.id AND ((t0.key = ?) AND (t0.domain_id = ?)) ORDER BY t1.level DESC [bind: 'splitPane.divider', 204]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.height, t0.width, t0.x, t0.y, t0.id FROM component_geometry t0 WHERE t0.id = ? [bind: 201]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:17] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: UPDATE component_geometry SET y = ?, x = ? WHERE id = ?
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: [bind: 32, 425, 200]
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [Thread-4 11-01 08:20:25] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0 WHERE t0.domain_id = ? [bind: 200]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: === returned 2 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.db_adapter, t0.domain_preference_id, t0.jdbc_driver, t0.password, t0.url, t0.user_name, t0.id FROM db_connection_info t0 WHERE t0.id IN (?, ?) [bind: 340, 360] - prepared in 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: === returned 2 rows. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:20:42] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE (t0.name = ?) AND (t0.level = ?) [bind: 'CayenneModeler', 0]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE t0.parent_id = ? [bind: 205]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 24 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 2 queries.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = 'domain'
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: UPDATE AUTO_PK_SUPPORT SET NEXT_ID = NEXT_ID + 20 WHERE TABLE_NAME = 'domain'
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: INSERT INTO domain (description, id, level, name, parent_id, version) VALUES (?, ?, ?, ?, ?, ?)
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: [bind: NULL, 700, 2, '­Uì)':¤( ë1õ7» ', 205, NULL]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE t0.parent_id = ? [bind: 700]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 0 rows. - took 10 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: INSERT INTO domain (description, id, level, name, parent_id, version) VALUES (?, ?, ?, ?, ?, ?)
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: [bind: NULL, 701, 3, 'org.objectstyle.cayenne.access.DataDomain', 700, NULL]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.description, t0.level, t0.name, t0.version, t0.parent_id, t0.id FROM domain t0 WHERE t0.parent_id = ? [bind: 701]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 0 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: INSERT INTO domain (description, id, level, name, parent_id, version) VALUES (?, ?, ?, ?, ?, ?)
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: [bind: NULL, 702, 4, 'UntitledDomain', 701, NULL]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.key, t0.key_value_pairs, t0.domain_id, t0.id FROM domain_preference t0, domain t1 WHERE t0.domain_id = t1.id AND ((t0.key = ?) AND (t0.domain_id = ?)) ORDER BY t1.level DESC [bind: 'UntitledMap', 702]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 0 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 2 queries.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = 'domain_preference'
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 1 row. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: UPDATE AUTO_PK_SUPPORT SET NEXT_ID = NEXT_ID + 20 WHERE TABLE_NAME = 'domain_preference'
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: INSERT INTO domain_preference (domain_id, id, key, key_value_pairs) VALUES (?, ?, ?, ?)
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: [bind: 702, 740, 'UntitledMap', NULL]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: SELECT t0.generate_pairs, t0.output_path, t0.subclass_template, t0.superclass_package_suffix, t0.superclass_template, t0.id FROM data_map_defaults t0 WHERE t0.id = ? [bind: 740]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === returned 0 rows. - took 0 ms.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: INSERT INTO data_map_defaults (generate_pairs, id, output_path, subclass_template, superclass_package_suffix, superclass_template) VALUES (?, ?, ?, ?, ?, ?)
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: [bind: 'true', 740, NULL, NULL, 'auto', NULL]
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [AWT-EventQueue-0 11-01 08:21:36] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler WARN [AWT-EventQueue-0 11-01 08:21:37] org.scopemvc.view.awt.AWTUtilities: findControlIssuer: no Control Issuer for component: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler ERROR [AWT-EventQueue-0 11-01 08:21:37] org.scopemvc.view.swing.SwingUtil: View has no Controller to issue Controls to: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler ERROR [AWT-EventQueue-0 11-01 08:21:39] org.scopemvc.controller.basic.BasicController: Failed to handle Control: Control(cayenne.modeler.datamap.defaultprefs.update.button,null)
    java.lang.ClassCastException
            at org.objectstyle.cayenne.modeler.editor.ObjEntityAttributeTab.objEntityChanged(ObjEntityAttributeTab.java:277)
            at org.objectstyle.cayenne.modeler.ProjectController.fireObjEntityEvent(ProjectController.java:806)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.setClassName(PackageUpdateController.java:158)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.updatePackage(PackageUpdateController.java:121)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.doHandleControl(PackageUpdateController.java:97)
            at org.scopemvc.controller.basic.BasicController.handleControl(Unknown Source)
            at org.scopemvc.view.swing.SwingUtil.issueControl(Unknown Source)
            at org.scopemvc.view.swing.SButton.issueControl(Unknown Source)
            at org.scopemvc.view.swing.SButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
            at java.awt.Component.processMouseEvent(Component.java:5100)
            at java.awt.Component.processEvent(Component.java:4897)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
            at java.awt.Dialog$1.run(Dialog.java:540)
            at java.awt.Dialog.show(Dialog.java:561)
            at java.awt.Component.show(Component.java:1133)
            at java.awt.Component.setVisible(Component.java:1088)
            at org.scopemvc.controller.swing.SwingContext$4.run(Unknown Source)
            at org.scopemvc.view.swing.SwingUtil.runFromSwingEventThread(Unknown Source)
            at org.scopemvc.controller.swing.SwingContext.setupWindow(Unknown Source)
            at org.objectstyle.cayenne.modeler.Application$ModelerContext.showViewInDialog(Application.java:424)
            at org.scopemvc.controller.swing.SwingContext.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.startup(Unknown Source)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.startup(PackageUpdateController.java:92)
            at org.objectstyle.cayenne.modeler.editor.DataMapView.updateDefaultPackage(DataMapView.java:586)
            at org.objectstyle.cayenne.modeler.editor.DataMapView$12.actionPerformed(DataMapView.java:269)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
            at java.awt.Component.processMouseEvent(Component.java:5100)
            at java.awt.Component.processEvent(Component.java:4897)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: UPDATE data_map_defaults SET superclass_package_suffix = ? WHERE id = ?
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: [bind: 'vns.db.auto', 740]
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: === updated 1 row.
    CayenneModeler INFO [Thread-4 11-01 08:21:46] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.
    CayenneModeler WARN [AWT-EventQueue-0 11-01 08:23:02] org.scopemvc.view.awt.AWTUtilities: findControlIssuer: no Control Issuer for component: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler ERROR [AWT-EventQueue-0 11-01 08:23:02] org.scopemvc.view.swing.SwingUtil: View has no Controller to issue Controls to: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler ERROR [AWT-EventQueue-0 11-01 08:23:03] org.scopemvc.controller.basic.BasicController: Failed to handle Control: Control(cayenne.modeler.datamap.defaultprefs.update.button,null)
    java.lang.ClassCastException
            at org.objectstyle.cayenne.modeler.editor.ObjEntityAttributeTab.objEntityChanged(ObjEntityAttributeTab.java:277)
            at org.objectstyle.cayenne.modeler.ProjectController.fireObjEntityEvent(ProjectController.java:806)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.setClassName(PackageUpdateController.java:158)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.updatePackage(PackageUpdateController.java:121)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.doHandleControl(PackageUpdateController.java:97)
            at org.scopemvc.controller.basic.BasicController.handleControl(Unknown Source)
            at org.scopemvc.view.swing.SwingUtil.issueControl(Unknown Source)
            at org.scopemvc.view.swing.SButton.issueControl(Unknown Source)
            at org.scopemvc.view.swing.SButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
            at java.awt.Component.processMouseEvent(Component.java:5100)
            at java.awt.Component.processEvent(Component.java:4897)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
            at java.awt.Dialog$1.run(Dialog.java:540)
            at java.awt.Dialog.show(Dialog.java:561)
            at java.awt.Component.show(Component.java:1133)
            at java.awt.Component.setVisible(Component.java:1088)
            at org.scopemvc.controller.swing.SwingContext$4.run(Unknown Source)
            at org.scopemvc.view.swing.SwingUtil.runFromSwingEventThread(Unknown Source)
            at org.scopemvc.controller.swing.SwingContext.setupWindow(Unknown Source)
            at org.objectstyle.cayenne.modeler.Application$ModelerContext.showViewInDialog(Application.java:424)
            at org.scopemvc.controller.swing.SwingContext.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.showView(Unknown Source)
            at org.scopemvc.controller.basic.BasicController.startup(Unknown Source)
            at org.objectstyle.cayenne.modeler.dialog.datamap.PackageUpdateController.startup(PackageUpdateController.java:92)
            at org.objectstyle.cayenne.modeler.editor.DataMapView.updateDefaultPackage(DataMapView.java:586)
            at org.objectstyle.cayenne.modeler.editor.DataMapView$12.actionPerformed(DataMapView.java:269)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
            at java.awt.Component.processMouseEvent(Component.java:5100)
            at java.awt.Component.processEvent(Component.java:4897)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    CayenneModeler WARN [AWT-EventQueue-0 11-01 08:23:18] org.scopemvc.view.awt.AWTUtilities: findControlIssuer: no Control Issuer for component: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler ERROR [AWT-EventQueue-0 11-01 08:23:18] org.scopemvc.view.swing.SwingUtil: View has no Controller to issue Controls to: org.scopemvc.view.swing.SRadioButton[,0,0,0x0,invalid,layout=javax.swing.OverlayLayout,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.basic.BasicBorders$MarginBorde..2e0e2f,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=0,bottom=2,right=1],paintBorder=false,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Set/update package for all ObjEntities (create default class names if missing)]
    CayenneModeler INFO [CayennePrefrencesService Shutdown 11-01 08:24:12] org.objectstyle.cayenne.access.QueryLogger: --- will run 1 query.
    CayenneModeler INFO [CayennePrefrencesService Shutdown 11-01 08:24:12] org.objectstyle.cayenne.access.QueryLogger: --- transaction started.
    CayenneModeler INFO [CayennePrefrencesService Shutdown 11-01 08:24:12] org.objectstyle.cayenne.access.QueryLogger: SHUTDOWN
    CayenneModeler INFO [CayennePrefrencesService Shutdown 11-01 08:24:13] org.objectstyle.cayenne.access.QueryLogger: === updated 0 rows.
    CayenneModeler INFO [CayennePrefrencesService Shutdown 11-01 08:24:13] org.objectstyle.cayenne.access.QueryLogger: +++ transaction committed.

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Tue Nov 01 2005 - 11:46:42 EST