5 Replies Latest reply on Oct 7, 2013 2:52 PM by gsinghal

    How to update vdb version number with embedded teiid

    gsinghal

      I'm using embedded teiid and when a new model is needed to be added, i'm calling EmbeddedServer.undeployVDB() and then EmbeddedServerdeployVDB() methods to effectively do a redeploy but this is not updating the vdb version number which I need it to do as I trigger other operations when vdb version updates, but those operations are not triggered on every redeploy so I need to keep track of the version number. Is there any other way to achieve the version number increase using Embedded teiid?