1 Reply Latest reply on May 25, 2012 10:26 AM by jbertram

    Access JBoss as 7.1 datasource remotely

    rjanapala

      Hi,

       

      Can any tell me how to access JBoss as 7.1 datasource remote Java Application. I have tried to access it as how we lookup a remote ejb (with out adding ejb namespace) but. I was failed to access it.

        • 1. Re: Access JBoss as 7.1 datasource remotely
          jbertram

          Are you asking how you can access a JCA JDBC datasource which you've configured in standalone*.xml from an application which is running remote from the server?  If so, you can't.  JCA JDBC datasources should only be accessed from within the application server.  If you want connection pooling in your client then there are other options available.