Hi. We face a big problem with the Hibernate 6.1.5 Version which is also part of wildfly 27.0.1 delivery. It seems that this Version does not support SADB/MAXDB dialect. But it''s in the List of the documentation: https://docs.jboss.org/hibernate/orm/6.1/userguide/html_single/Hibernate_User_Guide.html#database-dialect Now we get an exception: Caused by: org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate.dialect.SAPDBDialect] as strategy [org.hibernate.dialect.Dialect] Many years of previous versions of hibernate (f.e. 5.2.28) supports MAXDB. f.y.i SAP HANA is not MAXDB. Perhaps there is only a mistake. Please integrate org.hibernate.dialect.SAPDBDialect again to support SAPDB/MAXDB. Thanks in advance |