JacquesLeRoux commented on PR #875: URL: https://github.com/apache/ofbiz-framework/pull/875#issuecomment-2618637119
I still get 4 > Cannot cast object 'org.springframework.mock.web.MockHttpSession@17bf2c15' with class 'org.springframework.mock.web.MockHttpSession' to class 'jakarta.servlet.http.HttpSession' In testInvoicePerShipmentSetFalse testInvoicePerShipmentSetTrue testInvoicePerShipmentSetOrderFalse testInvoicePerShipmentSetOrderTrue And in testProductTag > No signature of method: static org.apache.ofbiz.product.product.ProductEvents.addProductTags() is applicable for argument types: (o.s.m.w.MockHttpServletRequest, o.s.m.w.MockHttpServletResponse) values: [org.springframework.mock.web.MockHttpServletRequest@3aa8ac19, org.springframework.mock.web.MockHttpServletResponse@28a8b3b3] Possible solutions: addProductTags(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) Don't you? I still have also the 3 failures: In limitreached-test > Error running the simple-method: java.lang.IllegalArgumentException: argument type mismatch (argument type mismatch), File#Method = GroupOrderTest.xml#testGroupOrderLimitReached, Element = <call-class-method>, Line 56null In limitnotreached-test >Error running the simple-method: java.lang.IllegalArgumentException: argument type mismatch (argument type mismatch), File#Method = GroupOrderTest.xml#testGroupOrderLimitNotReached, Element = <call-class-method>, Line 178null In configurableServiceOrder-test >Error running the simple-method: java.lang.IllegalArgumentException: argument type mismatch (argument type mismatch), File#Method = ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct, Element = <call-class-method>, Line 594null Could be that since it's on Windows it's due to it. But weird that it's the same exact number (3) than before (I can't remember what they were) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org