yeah - I think that might be the reason ``` val da...
# announcements
t
yeah - I think that might be the reason
Copy code
val date = LocalDate()

date.dayOfMonth = 4 // this does not compile because dayOfMonth only has a getter, and no setter
g
Thanks Adam. Using setConnectionFactory explicitly worked for me 😃