You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Kathey Marsden <km...@sbcglobal.net> on 2008/04/23 15:59:01 UTC

acceptsURL operation for JDBC MBean

The acceptsURL operation for the JDBC MBean accepts embedded url's, but 
not client.  I think that is correct but a little counter intuitive 
since I ran it against network server.  I just want to check that that's 
the expected behavior.

Kathey



Re: acceptsURL operation for JDBC MBean

Posted by Daniel John Debrunner <dj...@apache.org>.
Kathey Marsden wrote:
> The acceptsURL operation for the JDBC MBean accepts embedded url's, but 
> not client.  I think that is correct but a little counter intuitive 
> since I ran it against network server. 

The network server doesn't handle JDBC URL's, that's the role of the 
client driver, so it would be incorrect for any server side code to 
indicate it handled JDBC client URL's.

Dan.


Re: acceptsURL operation for JDBC MBean

Posted by John Embretsen <Jo...@Sun.COM>.
Kathey Marsden wrote:
> The acceptsURL operation for the JDBC MBean accepts embedded url's, but
> not client.  I think that is correct but a little counter intuitive
> since I ran it against network server.  I just want to check that that's
> the expected behavior.

Yes it is. The server is using the embedded driver, and you are connecting to
the server... Well, the JDBCMBean's Javadoc description says "Management and
information for the embedded JDBC driver.", but I agree it is not 100% intuitive.


-- 
John