facebook

Database Explorer support JNDI Datasource [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #213631 Reply

    Can the the Database explorer be configured to use a JNDI datasource?

    #213639 Reply

    Riyad Kalla
    Member

    Checking on this for you…

    #213689 Reply

    support-jeff
    Member

    Nope. Not really architected for this, and there has not been a big calling for it. Know of more people who want it?

    #213694 Reply

    snpe
    Member

    I think that it isn’t important – database explorer is for development, but JNDI is for deployment (perfomance, connection pooling) – JNDI work in container only and I don’t know how You set it

    regards

    #213700 Reply

    Riyad Kalla
    Member

    Good points snpe

    #213711 Reply

    I tell you why I would like it, is that under the configuration DB2 I have [Mainframe with the a DB2 connect gateway in between me and the actual data] it is hard to get the database configuration working properly. But I have the APP server running correctly. Maybe it is just my configuration that is screwed up. I can live without it.

    #213715 Reply

    Riyad Kalla
    Member

    difranr,
    Just to clarify we aren’t ignoring the request, it just goes on a list of things people want that is ranked by # of requests, so if more people get interested in this, we’ll definately look at it.

    #213722 Reply

    snpe
    Member

    You can easy deploy application on APP server with JNDI – it is one line
    in hibernate configuration
    If You want develop on this configuration you can try find JDBC driver on APP servers (if exists)
    If APP server export JNDI out of container (tomcat don’t ) it is possible make
    driver (alias) with JNDI datasource, but I think that You have to find JDBC
    driver
    regards

    #213784 Reply

    I got it working in 2 different ways. The problem had to do with DB2 being JNI based and they way we have it configured here at my work location.

    I now have it working via the native driver as wellas JDBC-ODBC bridge.

    #213788 Reply

    Riyad Kalla
    Member

    Glad to hear it.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Database Explorer support JNDI Datasource [Closed]

You must be logged in to post in the forum log in