2 Replies Latest reply on Feb 21, 2004 5:36 AM by pilhuhn

    Standalone client

    luisfsmonteiro

      Hello all,

      I need to lookup a Datasource wich resides in a JBoss 2.4 from a standalone application.
      Is it possible? Do I need to deploy an EJB in JBoss in order to do that?

      Thank´s

      Luis Felipe

        • 1. Re: Standalone client
          luisfsmonteiro

           

          "luisfsmonteiro" wrote:
          Hello all,

          I need to lookup a Datasource wich resides in a JBoss 2.4 from a standalone application.
          Is it possible? Do I need to deploy an EJB in JBoss in order to do that?

          Thank´s

          Luis Felipe


          By the way, my client application resides in a different JVM than JBoss.


          • 2. Re: Standalone client
            pilhuhn

            Datasources are vm local. If you want to access it remotely, then do e.g. via a session bean.