2 Replies Latest reply on Jun 26, 2003 1:11 AM by kbirch

    How to connect from non-EJB application

    cbowditch

      Hi,

      does anyone know if it is possible to connect to a JDBC data source from a standalone Java application.

      I can do this with Weblogic Data sources. The application simply connects to the JNDI, and does a lookup of the Datasource. However, in JBoss, the Data source names are always prefixed java: meaning they are only available within the server VM.

      Any idea would be gratefully received

      Chris