Hi,
I'm currently trying to import my workflow project to Spring 2.0.
I use camunda-7.9.0-alpha3 and camunda-bpm-spring-boot-starter-3.0.0-alpha1
I encountered an error when try to do fresh install.
Field transactionManager in org.camunda.bpm.spring.boot.starter.configuration.impl.DefaultDatasourceConfiguration required a bean of type 'org.springframework.transaction.PlatformTransactionManager' that could not be found.
- Bean method 'transactionManager' not loaded because @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans
- Bean method 'transactionManager' not loaded because @ConditionalOnClass did not find required class 'com.atomikos.icatch.jta.UserTransactionManager'
- Bean method 'transactionManager' not loaded because @ConditionalOnClass did not find required class 'bitronix.tm.jndi.BitronixContext'
- Bean method 'transactionManager' not loaded because @ConditionalOnJndi JNDI environment is not available
- Bean method 'transactionManager' not loaded because @ConditionalOnClass did not find required classes 'com.arjuna.ats.jta.UserTransaction', 'org.jboss.tm.XAResourceRecoveryRegistry'
Shouldn't this be fixed already? I mean, csps-3 is out for 5 month now, and I never heard of such issues again