[teiid-issues] [JBoss JIRA] (TEIID-3215) External Materialization ON_VDB_START_SCRIPT invocation issues

Jan Stastny (JIRA) issues at jboss.org
Thu Nov 13 04:09:29 EST 2014


Jan Stastny created TEIID-3215:
----------------------------------

             Summary: External Materialization ON_VDB_START_SCRIPT invocation issues
                 Key: TEIID-3215
                 URL: https://issues.jboss.org/browse/TEIID-3215
             Project: Teiid
          Issue Type: Bug
    Affects Versions: 8.7
            Reporter: Jan Stastny
            Assignee: Steven Hawkins


With materialized view I have set teiid_rel:ON_VDB_START_SCRIPT property for the external matview table. (Simple query to increment a column in table to count invocations.) 
Invocation of the script is dependent upon the way the vdb is deployed. The first case (A) doesn't invoke the script, the second (B) does.
A - 1. Copy the vdbname-vdb.xml into deployments folder
      2. Start the server
B - 1. Start the server
      2. Copy the vdbname-vdb.xml into deployments folder

That means that after server stop (maintenance) the script is not invoked on start, which can cause problems when the script is used to initialize running environment (clear table, create temporary table natively,...)





--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the teiid-issues mailing list