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