Re: [Geotools-devel] [JIRA] (GEOT-5422) jndi fails with jTDS driver

2016-06-06 Thread Mark Prins
Anyone care to comment on my proposed solution in PR https://github.com/geotools/geotools/pull/1198 Right now we have to unwrap the connection and use reflection to get at the user password [1] which is a little nasty... Would be nice to get this into 14.4 if possible [1] https://github.com/B3Part

Re: [Geotools-devel] [JIRA] (GEOT-5422) jndi fails with jTDS driver

2016-05-19 Thread Mark Prins
2016-05-19 14:31 GMT+02:00 Mark Prins : > I'm looking into solving this but would like to hear opinion; my initial > thought is to code a JDTSSQLServerJNDIDataStoreFactory + spi that > extends SQLServerJNDIDataStoreFactory and that > wraps JTDSSqlServerDataStoreFactory... any other opions? > > I'v

[Geotools-devel] [JIRA] (GEOT-5422) jndi fails with jTDS driver

2016-05-19 Thread Mark Prins (JIRA)
Title: Message Title Mark Prins created an