Single driver it is.
org.teiid.jdbc.TeiidDriver is only driver now. This driver can support
connections to "embedded" and "server" modes switching based upon the
different URL formats. (Same with TeiidDataSource)
Teiid still has old code for MMDriver and EmbeddedDriver, these will be
phased out (deleted) soon.
Thanks
Ramesh..
On Tue, 2009-06-30 at 11:18 -0400, Ken Johnson wrote:
I'll pile on. My preference = one driver that handles all
cases.
Ramesh Reddy wrote:
> On the same note the embedded driver
> "com.metamatrix.jdbc.EmbeddedDriver", should be changed to have the
> "org.teiid" package name, so that these represent drivers from the teiid
> project.
>
> However, it is possible that TeiidDriver can be re-factored such that
> single driver can be used for both "embedded" and "server"
profiles
> based on the supplied URL, instead of having two separate drivers.
>
> I do prefer to see these two drivers combined into one, so that it is
> less confusion and less manageability. Do you have any preference?
>
>
> On Wed, 2009-06-24 at 15:48 -0500, Ramesh Reddy wrote:
>
>> Teiid has on its road map to introduce Server platform in 6.2 release.
>> Client applications can access Teiid using a new JDBC driver called
>> "org.teiid.jdbc.TeiidDriver". At the same time we are
>> retiring/deprecating the legacy "com.metamatrix.jdbc.MMDriver" that
is
>> based on old legacy Server from MetaMatrix days. For backward
>> compatibility purposes, this new driver will still support the old URL
>> format.
>>
>>
>> Ramesh..
>>
>> _______________________________________________
>> teiid-dev mailing list
>> teiid-dev(a)lists.jboss.org
>>
https://lists.jboss.org/mailman/listinfo/teiid-dev
>>
>
> _______________________________________________
> teiid-dev mailing list
> teiid-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/teiid-dev
>