I've never used ibatis, but presumably you'd load its config files via the classpath like you do with hibernate. Hint: load the resources in an exploded AAR as its easier. There's some tips on loading hibernate files in the spring tutorial and a good place to start would be trying the same thing with ibatis.
HTH, Robert On Tue, Apr 15, 2008 at 2:39 PM, Henry Lu <[EMAIL PROTECTED]> wrote: > Are there anyones who are using axis2 with spring and ibatis to access a > database? Could some one show me how to do this in the service (not client) > with an aar file? I don't know how to initialize/load the ibatis map file. > > -Henry > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
