FavoriteKukudala Pravallika (ETG Global Services)Feb 6, 2024, 9:08 AMWhen i am trying to do the munit testing I got the below error for the mule flow which contains the http listerner, db select and transform message.Cannot get connection for URL jdbc:h2:tcp://localhost/mem:TestDB : Version mismatch, driver version is "0" but server version is "11"3 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...MuleSoft Community Forum Member (Inactive) (Salesforce)Feb 9, 2024, 6:39 PMWhen I changed the version of com.h2database in the pom to '1.3.166', it seems to work.Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
MuleSoft Community Forum Member (Inactive) (Salesforce)Feb 9, 2024, 6:39 PMWhen I changed the version of com.h2database in the pom to '1.3.166', it seems to work.