[teiid-users] Dyn VDB always INACTIVE

Charles Simon charles.simon at selectbs.com
Tue Jul 13 14:05:31 EDT 2010


I am having trouble getting past the VDBDeployer.validateServices() tests.

If I add the <vdb> property "preview" as true it skips the 
validateSources test but I don't know if that is the correct thing to do.

My VDB XML file looks like this (line numbers on the left are not int 
the file):

  1) <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2) <vdb name="UQDynamicFilms" version="1">
  3) <property name="UseConnectorMetadata" value="true" />
  4) <property name="preview" value="true" />
  5)
  6) <model name="Films">
  7) <property name="importer.useFullSchemaName" value="false"/>
  8) <property name="uqDBName" value="FILMS"></property>
  9) <source name="Films" translator-name="uquest"/>
10) </model>
11) </vdb>

When I remove line 4 the VDB fails the validateSources() test and is set 
inactive.

-- 

Charles Simon
Principal Software Engineer
Select Business Solutions, Inc.
35 Nutmeg Drive
Trumbull, CT 06611
http://www.selectbs.com
mailto:charles.simon at selectbs.com



More information about the teiid-users mailing list