1 Reply Latest reply on Oct 21, 2010 10:45 AM by rareddy

    EJB3 Entity Beans to access Teiid Server

    vplanat

      Hi,

       

      Are they any known limitation of using Entity Beans (EJB3) to access Teiid Server VDB ?

      I can't find any Googlery warming up me on this point /

       

      Thanks for your support

       

      Regards

       

      vp

        • 1. Re: EJB3 Entity Beans to access Teiid Server
          rareddy

          Vincent,

           

          It will be no different than accessing any other database like Oracle. If your EJB is in remote server, you can use socket based connection to create datasource, if it is in the same JBoss AS, then you can use "Local Connection" to create the datasource to the Teiid's VDB.

           

          Ramesh..