Is the inner class static? Larry
On Tue, Jul 8, 2008 at 7:08 AM, CarloV <[EMAIL PROTECTED]> wrote: > > I tried to use an inner class in a resultMap. > > If i use the full name like it.scscomputers.storpa.model.Prova.AzioneEsito > i've got a ClassNotFoundExcemption. > > Then as reported here > http://www.mail-archive.com/[email protected]/msg02492.html > i used the '$' instead of '.'. > > But i've got another exception: JavaBeansDataExchange could not instantiate > result class. > > What's going wrong? > > Making AzioneEsito (the inner class) a normal class iBATIS work well. > > Thanks for your attention > Carlo > -- > View this message in context: > http://www.nabble.com/inner-class-tp18338841p18338841.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
