Re: iBatis 6x slower, what am I overlooking?

2009-03-24 Thread Jeff P
Let me first say THANK YOU. I've been puzzling with iBatis, and while I don't mind finding stuff out for myself, the effort you made for my question was very kind of you and beyond what I would've expected. I've ran your version and can confirm that ibatis and JDBC are practically just as fast.

signer information does not match signer...

2009-03-24 Thread Jeremy Cowgar
Hello, I am getting an error when trying to use lazy loading. The root cause seems to be this exception: signer information does not match signer information of other classes in the same package Does anyone have an idea how I can fix this problem or what is actually wrong? Below is the

Re: signer information does not match signer...

2009-03-24 Thread Larry Meadors
Sounds like you have some sort of security policy in place, maybe? Google gives me about 9000 pages for signer information does not match signer information of other classes in the same package. I'd start there. :-) Larry On Tue, Mar 24, 2009 at 9:47 AM, Jeremy Cowgar jer...@cowgar.com wrote:

Re: signer information does not match signer...

2009-03-24 Thread Jeremy Cowgar
It's really confusing as the this problem just started. The application is already deployed to many users and has been for a few months now. Now, when making a change to it, this starts happening. The change was unrelated, actually a fix in spelling of a dialog box. An SVN diff shows that

Re: signer information does not match signer...

2009-03-24 Thread Jeremy Cowgar
I have to sign the .jar files that I develop because they are launched via webstart. It seems that the classes (in the same package) that iBatis is creating are not signed, therefore I am getting this error. Does anyone know how to correct this problem? Jeremy Jeremy Cowgar wrote: Hello,

Re: signer information does not match signer...

2009-03-24 Thread Larry Meadors
Hm, it's using cglib to do this, so I'd start looking there - sorry, I don't mean to be obtuse, I just don't have an answer for you. :-/ The quick fix is to turn off lazy loading... Larry On Tue, Mar 24, 2009 at 1:59 PM, Jeremy Cowgar jer...@cowgar.com wrote: I have to sign the .jar files

Re: signer information does not match signer...

2009-03-24 Thread Jeff Butler
Here's a link to a Hibernate forum thread with the same problem. I don't work with signed jars so this is a bit beyond me, but this does at least claim to have an answer. http://forum.hibernate.org/viewtopic.php?t=946925start=0 Jeff Butler On Tue, Mar 24, 2009 at 2:59 PM, Jeremy Cowgar

Re: signer information does not match signer...

2009-03-24 Thread Jeremy Cowgar
Jeff Butler wrote: Here's a link to a Hibernate forum thread with the same problem. I don't work with signed jars so this is a bit beyond me, but this does at least claim to have an answer. http://forum.hibernate.org/viewtopic.php?t=946925start=0 Jeff, Thank you that looks like exactly

Re: iBatis 6x slower, what am I overlooking?

2009-03-24 Thread Jeff P
Also, a detail that might be of interest is the following: Supersmack allows the user to specify the amount of connections. When I configure 1 user to stresstest, the queries per second are arround 50K. When I configure 2 users to stresstest, the queries per second go to 70-80K. This is logical,

IbatorConfig.xml and properties

2009-03-24 Thread Ivan Bojer
Hi folks 2 quick questions if someone can offer resolution: 1. How do I specify properties tag in IBatis? I don't want to use absolute paths because of the con't integration systemsit might not be possible though... 2. Can I use system properties in ibatorConfig.xml?? (e.g. classPathEntry