example-invoice | Example Invoice app written with Redwood | Business library
kandi X-RAY | example-invoice Summary
kandi X-RAY | example-invoice Summary
Example Invoice app written with Redwood
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of example-invoice
example-invoice Key Features
example-invoice Examples and Code Snippets
Community Discussions
Trending Discussions on example-invoice
QUESTION
I have downloaded the Camunda 7.10 (Wildfly full distribution), made some tests using the default H2 (in-memory) database and everything worked fine.
Then I configured the standalone.xml
to use an Oracle 11g database.
As soon as I start the server with the camunda-example-invoice-7.10.0.war
deployed, I got the exception:
ANSWER
Answered 2019-May-16 at 15:46Camunda 7.10 by default uses Jdbc Batch Processing which works with Oracle 12c or newer. Since you are still on Oracle 11g you must set jdbcBatchProcessing=false
:
Another configuration - jdbcBatchProcessing - sets if batch processing mode must be used when sending SQL statements to the database. When switched off, statements are executed one by one. Values: true (default), false.
Known issues with batch processing:
- batch processing is not working for Oracle versions earlier than 12.
- when using batch processing on MariaDB and DB2, jdbcStatementTimeout is being ignored.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install example-invoice
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page