Hi,
I use a variable in my change file. As used from Ant like this:
Is there a way to get this variable into Liquibase when I call it from the ServletListener?
I now get:
Reason: liquibase.exception.DatabaseException: Error executing SQL etc…:
Caused By: Error executing SQL CREATE TABLE ${schemaName}.company etc…:
Caused By: Unknown JDBC escape sequence: {: {schemaName}.company (id etc…:
Caused By: Unknown JDBC escape sequence: {: {schemaName}.company (id etc…
at liquibase.integration.servlet.LiquibaseServletListener.contextInitialized(LiquibaseServletListener.java:139)
I used the variable in my xml’s before I discovered the defaultSchemaName attribute of .
I will also test to see if I can remove the variable from the xml, as I only need 1 schema at the moment.
thanks,
Liquiuser