Hello Everyone, I am using SpringBoot DbUnit to load data into h2 database using XML files those have datasets in them. When I don't use @Transactional annotation on my test, I could see data being inserted. But, when I use @Transactional annotation, I dont see any data ( but can see tables ) inside h2 database. Does anyone have idea about whats going on here ? I understand I didn't add any code because everything is happening around @Transactional annotation.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/223f7f77-6965-4851-b0b8-7afe0577e0ba%40googlegroups.com.
