You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for discussion surrounding the general usage and support of the mybatis data mapping framework.
|
|
|
Configuring databaseId provider with Guice?
|
| |
I can't seem to figure out a way to configure the databseId provider via the MyBatis Guice extension. It also looks like I can't mix Guice with XML configuration. Anyone know how to do this?
Thanks,
-- Brian
|
|
Question about MyBatis external dependencies
|
| |
Hi
I am currently using mybatis 3.2.2 and doing some code cleanup as well as thinking ahead. I think I read on this mailing list that asm-3.3.1.jar and cglib-2.2.2.jar were going be to dropped as dependencies in future releases of mybatis, namely 3.2.3 onwards. I checked the archives but could not find any mention of this, am I dreaming this?... more »
|
|
Resultset has more than 10000 records - Its not working
|
| |
Hi All, I am facing some wierd issue , If the records are more than 10000 for below mentioned query then its not processing futher after executing the query but if it is less than 10000 its fetching the data from db ,returning to implementation class. Mapper.xml <select id="getNormalTransactions" resultMap="SLS_TRN_HDR_OPR">... more »
|
|
mybatis.org is now up
|
| |
Hi all,
Thanks to Nathan Maves, the MyBatis.org site is back on its feet.
Depending on your ISP and DNS provider/servers, it may take up to two days
for you to see it. If you can manually flush your DNS cache in your OS and
network infrastructure, then that might speed up the process.
We only have a 1 hour TTL on the DNS records, but that doesn't mean... more »
|
|
DTDs, mybatis.org downtime and you!
|
| |
Hi everyone,
On May 14th mybatis.org stopped responding to web requests. After some
investigation and working with GoDaddy, we've apparently broken their usage
policy for domain hosting due to excessive load against our DTDs. This was
a shared hosting arrangement and our usage threatened the QoS for other... more »
|
|
Why does BatchExecutor only remember one sql/statement
|
| |
hi, we ran into a max open cursor problem on oracle when doing batch inserts (using two different statements) within one sqlsession/transaction. the code did something like this: for (int i=0; i < large-nuber; i++) { batchMapper1.doInsert(); batchMapper2.doAnotherInsert() ; ...it turned out that the problem is related with the BatchExecutor as it only... more »
|
|
|