Brad McNaughton
Brad McNaughton
Hi Edwin, Yep - the managed servers have their custom trust set correctly. SOA product uses the javax.net.ssl args for security instead of Weblogic - it's a known "feature" -...
I had a chance to test setting javax.net.ssl.trustStore via the Console's args but no luck, the value in setDomainEnv script does not get overridden by the console value. Sometime I'll...
Hi @alexjfisher It's been a while since I faced this one. I checked my profile and it looks like I just hacked in an exec statement to fix the problem...
For anyone trying @chrisch-hh 's solution for POINT or other geometry (with mysql) such as the one described in the cookbook (https://book.cakephp.org/4/en/orm/database-basics.html#mapping-custom-datatypes-to-sql-expressions) Make the following changes: Add to **TableSchemaInterface.php** ```...
Thanks @markstory, you're correct it looks like the issue I was having was just in the format of the coordinates/point data in the fixture file.