Hide Forgot
The SwitchYard BPEL component requires the full dialect name as part of its configuration however it is currently being truncated during installation. The installation ends up with the following when configuring org.switchyard.component.bpel <hibernate.dialect> H2Dialect </hibernate.dialect> whereas it should be <hibernate.dialect> org.hibernate.dialect.H2Dialect </hibernate.dialect> The list of dialects are org.hibernate.dialect.DB2Dialect org.hibernate.dialect.MySQL5InnoDBDialect org.hibernate.dialect.Oracle10gDialect org.hibernate.dialect.H2Dialect org.hibernate.dialect.SQLServer2008Dialect org.hibernate.dialect.PostgreSQLDialect
Verified in ER8: grep hibernate.dialect * standalone-full-ha.xml: <hibernate.dialect> standalone-full-ha.xml: org.hibernate.dialect.H2Dialect standalone-full-ha.xml: </hibernate.dialect> standalone-full.xml: <hibernate.dialect> standalone-full.xml: org.hibernate.dialect.H2Dialect standalone-full.xml: </hibernate.dialect> standalone-ha.xml: <hibernate.dialect> standalone-ha.xml: org.hibernate.dialect.H2Dialect standalone-ha.xml: </hibernate.dialect> standalone-osgi.xml: <hibernate.dialect> standalone-osgi.xml: org.hibernate.dialect.H2Dialect standalone-osgi.xml: </hibernate.dialect> standalone.xml: <hibernate.dialect> standalone.xml: org.hibernate.dialect.H2Dialect standalone.xml: </hibernate.dialect>