3 Replies Latest reply on Apr 9, 2015 2:27 AM by bharadwaj

    Fuse with Mybatis and blueprint

    atul.k

      I am trying to create an interface with blueprint and mybatis. All works fine when I was using Spring in place of blueprint. However, with blueprint, I get the below exception:

      Caused by: java.io.FileNotFoundException: class path resource [SqlMapConfig.xml] cannot be opened because it does not exist

      My SqlMapConfig.xml file is present in the OSGI-INF folder. I tried moving this directly under the resources folder, but no luck.

      Can somebody please help.

      Regards

      AK