Redirecting Hibernate Logs to the CommandBox Console
The ability to send all Hibernate logs to the console has been a pipe dream of mine... until now.
I Still CF
The ability to send all Hibernate logs to the console has been a pipe dream of mine... until now.
In which I found and resolved a fix for an issue with the Hibernate debug logger causing entity relationship saves to fail with a ConcurrentModificationException
.
In which I note a Lucee-compatible, ACF-compatible, Hibernate v3-v5.x method for detecting whether the current code block is inside a transaction.
Finding datasource config online has always bugged me, so I built a searchable CFML cheatsheet website at cfsnippets.com.
Last week I built a small search application using ElasticSearch and ColdBox, and holy cow - it was super easy using the cbElasticSearch module. Here's how to quickly get started using cbElasticSearch for your application.