The build should ok. What you are seeing is an attempt to generates SQL
update scripts based on an existing 3.2.2 schema. I suppose you don't
have a 3.2.2 sybase schema that you can point to when doing the build.
Julian Coleman wrote:
Hi,
> I am testing a build with the fix from JBPM-1109 applied to:
Looking through the jBPM build and the logs in the area related to the DB
schemas, I see:
[exec] update-schema:
...
[exec] [jbpmschema] java.sql.SQLException: Illegal connection port value
'${jdbc.mysql.port}'
...
[exec] [jbpmschema] java.sql.SQLException: The syntax of the connection URL
'jdbc:jtds:sybase://${jdbc.sybase.server}:${jdbc.sybase.port}/jbpm322' is
invalid.
so something is going wrong here too. Unfortunately, it doesn't stop the
build (I didn't notice it until I looked through the build log).
Thanks,
J