Rank: Newbie Coder Groups: Member
Joined: 10/12/2010 Posts: 4 Points: 12
|
Hi, I am attempting to build a simple app with Flash builder, WebOrb 4.03, and Oracle 10g. I am able to conenct the the database and see a list of tables, and I am able to see the relation properties for the tables, but the tables are 'empty'. No columns are listed. I have tried the following all with the same result: - different oracle databases on different servers (Oracle XE 10g on local machine, Oracle 10g on dev server) - different weborb instances on different machines (local machine, deployed in jboss server) - new and old weborb for java versions (4.02 and 4.03 I beleive) - different database schemas (from a single table with 1 row, through to our production backup with 50+ tables) Below is a extract from the logs following as I create a new oracle database connection, and add a dable to a data model. No exceptions are thrown but the column names remain unlisted. Quote: [WEBORB INFO, btpool0-6, 10:13:10 12:37:11] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:11] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:11] Java Object Handler handler successfully invoked method GetDatabaseTypes on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:11] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:11] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:24] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Java Object Handler handler successfully invoked method GetDatabases on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:24] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:25] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Java Object Handler handler successfully invoked method CreateDatabaseConnection on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:25] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:27] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Java Object Handler handler successfully invoked method GetTables on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:27] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:28] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Java Object Handler handler successfully invoked method GetTableMeta on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:28] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:29] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Java Object Handler handler successfully invoked method GetServerLanguages on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:29] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:32] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Java Object Handler handler successfully invoked method SaveDataModel on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:32] Starting response serialization [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Received request for /console/weborb.wo [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Content type - application/x-amf [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Session - 1oq9eqvcslux0 [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Request has been successfully parsed. [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Dispatching request. [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Dispatching request processing to V3 Dispatcher [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:33] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Java Object Handler handler successfully invoked method GetDataModelTables on the service weborb.management.datamanagement.DataManagementService [WEBORB SECURITY, btpool0-6, 10:13:10 12:37:33] access allowed. resource name - 'weborb.handler.JavaObjectHandler'. reason - [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Delegating invocation to handler Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Processing method invocation in Java Object Handler [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Java Object Handler handler successfully invoked method AddTableToDataModel on the service weborb.management.datamanagement.DataManagementService [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] V3 Dispatcher successfully handled request processing [WEBORB INFO, btpool0-6, 10:13:10 12:37:33] Starting response serialization
|