You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by jeremy jardin <je...@newtec.caisse-epargne.fr> on 2006/06/22 10:00:12 UTC

[datasource] [weblogic 9]

Hi,
 
I want to know if it's possible to connect ibatis to a datasource with
the sql-map configuration file ?
 
I've seen something like that :
         <dataSource type="JNDI">
          <property name="DataSource"
value="datasource.authentification"/> 
   </dataSource>
 
but it doesn't work.
 
How can I do that ?
 
Thx
Jeb.