Samuel Nitsche
Samuel Nitsche
My experience is also that you should just disable Spring Security CSRF protection when using Vaadin4Spring. Since I did, everything seems to work pretty well in my current project.
Good input, thanks to both of you :)
Thanks for the replies - so I guess it would be more reasonable to use the EvenBus and some kind of NavigationEvents to have the components losely coupled in a...
Hey @venkat-kasula - thanks for your patience. The last months have been a bit rough. There is no way to get data about historical runs in utPLSQL or the cli....
After thinking about it I would see that issue as problem of missing examples rather than as problem of the cli implementation. Because as you said, @jgarec, it has to...
I think we should get rid of some dependencies. Too annoying.
Hi @DrErique what happens after the `Detected Oracle driver stuck during Statement initialization`? The expected behavior would be that CLI does an automatic retry (and potentially some error stacks are...
Hm, this is strange - the Stuck is detected but it's not aborted (for whatever reason). Can you try a different OJDBC driver? I use ojdbc8-12.2.0.1.jar currently.
Yeah, this line is strange - didn't notice it so far in any of my runs. Did you use the latest version of cli from the github page? (yes, there's...
For we don't necessarily need a connection pool, I'll try to remove HikariCP completely.