0 Replies Latest reply on Apr 24, 2002 10:07 AM by hissam

    accessing data base

    hissam

      I programmed an application with BMP session bean with j2ee server of sun, but i want to migrate the application to jboss 2.4.
      With j2ee, I access to a data base by connectig to a javax.sql.DataSource object having a fixed jndi name.
      Can i connect to the data base using javax.sql.DataSource object in Jboss and how must i declare the jndi of the data source in the configuration file of jboss.