rahmanusta / apachecon-na-2013

Demo source code for my presentation at ApacheCon NA 2013. Check out http://na.apachecon.com/schedule/presentation/178/ for details
0 stars 0 forks source link

Notes #1

Open rahmanusta opened 6 years ago

rahmanusta commented 6 years ago

Notes

. Mybatis query cache (executorType=reuse or executorType=batch) .. http://camel.apache.org/mybatis.html . Mybatis batch operation (using aggregator?) . Mybatis second level cache for stored procedures .. http://www.mybatis.org/mybatis-3/sqlmap-xml.html#cache . allowUseOriginalMessage="false" .. https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.1/html/apache_camel_development_guide/ch02s13 . Seda concurrent user (?concurrentConsumers=5) .. http://camel.apache.org/seda.html

rahmanusta commented 6 years ago

Mybatis L2 cache excetion: Cause: org.apache.ibatis.executor.ExecutorException: Caching stored procedures with OUT params is not supported. Please configure useCache=false

rahmanusta commented 6 years ago
String stacktrace = MessageHelper.dumpMessageHistoryStacktrace(exchange, new DefaultExchangeFormatter(), true);
                        System.out.println(stacktrace);