Error: changeSet -> preConditions and tagDatabase
I can not use changeSet > preConditions and tagDatabase! I do not understand why not use ! <?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog...
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
What command(s) did you use?What did you expect to happen?What actually happened?Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
What command(s) did you use?liquibase.bat --changeLogFile=schema/latest.xml updateWhat did you expect to happen?I hope to set a tagDatabase using changeSet and preconditionsWhat actually...
View ArticleRe : 3.5.0 release date
Also, I brought in a different pull request that affects the ResourceLocator logic. Could you make sure the current master branch is still working with your OSGi environment?Nathan
View ArticleJenkins Liquibase Runner Plugin
I thought the liquibase community might like to know that I've just released the Jenkins Liquibase Runner Plugin (wiki page). It provides a builder that evaluates a changelog, and presents details...
View ArticleLiquibase call procedure without database specification
Is the way to call stored procedure without database specification? For example:<changeSet author="name" id="id1" dbms="mysql"> <sql> EXEC procedure_name('some_string_value') </sql>...
View ArticleRe : Create travis build
I have created jira regarding travis-ci CORE-2695. We can very quickly setup it. There is also good integration in pull requests. Let me know if you will need any assistance with setup or bamboo...
View ArticleRe : Liquibase call procedure without database specification
Looks like this has been answered on the StackOverflow post:http://stackoverflow.com/questions/35913633/liquibase-call-procedure-without-database-specificationSteve DoniePrincipal Software...
View ArticleRe : Create travis build
Bamboo has been working fine and has the advantage that it is maintained as part of the hosted jira studio so that keeps my (or whoever sets it up) workload less and there is no additional hosting to...
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
It appears that liquibase is saying there is an XML syntax error in your changelog. It says the error is on line 17, but it doesn't look like your changelog is 17 lines long. Steve DoniePrincipal...
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
Sorry, the error message was another file. Now, correct trace ... INFO 10/03/16 15:15: liquibase: Successfully released change log lock Unexpected error running Liquibase: Error parsing line 15 column...
View ArticleRe : 3.5.0 release date
Tested the master branch. Works perfect. Can't wait for the release :).Thank you very much, Nathan!
View ArticleRe : Create travis build
Looks like this bamboo plugin can help with PR:https://marketplace.atlassian.com/plugins/com.mhackner.bamboo-github-status/server/overviewConfiguration should be simple. Sorry, no experience with it.
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
OK - as with your previous stack trace, this is telling you what the problem is.Error parsing line 15 column 51 of schema/sgrusr01_seq.xml You haven't included the file, so I can't tell you any more...
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
The file is in the first post ...
View ArticleRe : Error: changeSet -> preConditions and tagDatabase
OK. So google translate says that this message:"Foi detectado um conteúdo inválido começando com o elemento 'createSequence'. Era esperado um dos...
View ArticleRe : 3.5.0 release date
I ended up having to move the code in your CORE-1887 pull request again. It was causing problems with labels/contexts when generateCheckSum isn't valid because it isn't expected to run.I moved the...
View Article