|
Hi I have tried to add transformedBitIsBoolean=true to the mysql-database-config.cli script:
data-source add --name=UnifiedPushDS --driver-name=mysqlup --jndi-name=java:jboss/datasources/UnifiedPushDS --connection-url="jdbc:mysql://localhost:3306/unifiedpush?transformedBitIsBoolean=true&useUnicode=true&characterEncoding=UTF-8" --user-name=unifiedpush --password=unifiedpush --use-ccm=false --max-pool-size=25 --blocking-timeout-wait-millis=5000
, but I have the same error.
|