vilmos.nagy
12/17/2020, 4:38 PM@Transactional
annotation to one of my spring service's method.
After the annotation is added some classCastException is thrown, see the details here: https://stackoverflow.com/questions/65331458/classcastexception-monoonerrorresume-cannot-be-cast-to-class-io-ebean-query
Is there a howto on how to use the kotlin-coroutines with spring transactions? thanks,sdeleuze
12/17/2020, 4:39 PMspring-boot-starter-web
or spring-boot-starter-webflux
?vilmos.nagy
12/17/2020, 4:42 PMcom.vaadin:vaadin-spring-boot-starter
dependency, 'cause at the end the app is a Vaadin-based app.sdeleuze
12/17/2020, 4:43 PMvilmos.nagy
12/17/2020, 4:43 PMsdeleuze
12/17/2020, 4:43 PMvilmos.nagy
12/17/2020, 4:43 PMsdeleuze
12/17/2020, 4:44 PMsdeleuze
12/17/2020, 4:44 PM@Transactional
you should use Spring Data R2DBC or Spring Data Reactive NoSQL support with Coroutines extensions.vilmos.nagy
12/17/2020, 4:45 PMvilmos.nagy
12/17/2020, 4:49 PMsdeleuze
12/17/2020, 4:50 PMsdeleuze
12/17/2020, 4:50 PMvilmos.nagy
12/17/2020, 4:52 PMvilmos.nagy
12/17/2020, 4:54 PMsdeleuze
12/17/2020, 5:48 PM