Re: Mysql Java Connector Alternatives

2011-07-06 Thread Suresh Marru
I agree with Patanachai and Simon's observations. But I see good support for Derby integration. I am fully supportive with an assumption that it will bring down the initial configuration steps. I want to focus on other aspects of Airavata but will add JIRA tasks for the components which will nee

Re: Mysql Java Connector Alternatives

2011-07-05 Thread Raminderjeet Singh
+1 for bundling embedded database. Its really easy to have some samples if we want and easy for someone to evaluate also. Thanks Raminder On Jul 5, 2011, at 1:54 PM, Thilina Gunarathne wrote: > +1 for bundling Derby or something similar which would work out of the box > at least for the simpl

Re: Mysql Java Connector Alternatives

2011-07-05 Thread Thilina Gunarathne
+1 for bundling Derby or something similar which would work out of the box at least for the simple cases. Apache ODE also follows the same path, where they have Derby in-build making the WAR deployment to work out of the box. Looking at how ODE does the config may be a good idea, since Airavata als

Re: Mysql Java Connector Alternatives

2011-07-05 Thread Marlon Pierce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It would still probably be good for things to work "out of the box" with a simple in-memory db. Marlon On 7/5/11 12:46 PM, ptang...@umail.iu.edu wrote: > Hi, > > I agree with Simon. From what I see in the svn, I think there is no > compile-time de

Re: Mysql Java Connector Alternatives

2011-07-05 Thread ptang...@umail.iu.edu
Hi, I agree with Simon. From what I see in the svn, I think there is no compile-time dependency. For all messaging modules, you can just remove MySQL dependency from the POM file. It will not interfere with package building. And as Ross said, we require a user need to download and install MySQL l

Re: Mysql Java Connector Alternatives

2011-07-05 Thread Simon Courtenage
I don't think there is a compile-time dependency. Rather it's a config dependency - JRC, for example, require that an entry to the mysql jdbc library be present in the config file. The config file is read by an attributes class, which can be queried for the name of the jdbc connector. So, as far

Re: Mysql Java Connector Alternatives

2011-07-04 Thread Suresh Marru
On Jul 3, 2011, at 7:28 PM, Ross Gardler wrote: > On 3 July 2011 03:32, Suresh Marru wrote: >> Hi All, >> >> One of our incubation goals [1] is to resolve the the incompatible license >> dependencies. AFAIK, the biggest or only incompatible dependency is the >> mysql-connector-jave which is GP

Re: Mysql Java Connector Alternatives

2011-07-03 Thread Ross Gardler
On 3 July 2011 03:32, Suresh Marru wrote: > Hi All, > > One of our incubation goals [1] is to resolve the the incompatible license > dependencies. AFAIK, the biggest or only incompatible dependency is the > mysql-connector-jave which is GPL. Suggestions for alternatives? Is this the right quest

Re: Mysql Java Connector Alternatives

2011-07-03 Thread Ross Gardler
On 3 July 2011 22:24, Suresh Marru wrote: > On Jul 3, 2011, at 3:23 AM, Simon Courtenage wrote: > >> Quite a few apache projects have dependencies on the official mysql java >> jdbc connector, in the sense that their product requires it to connect to >> mysql databases.  Tomcat is one, for example

Re: Mysql Java Connector Alternatives

2011-07-03 Thread Suresh Marru
On Jul 3, 2011, at 3:23 AM, Simon Courtenage wrote: > Quite a few apache projects have dependencies on the official mysql java > jdbc connector, in the sense that their product requires it to connect to > mysql databases. Tomcat is one, for example, as is, I believe, JRC (the > source code for JR

Re: Mysql Java Connector Alternatives

2011-07-03 Thread Simon Courtenage
Quite a few apache projects have dependencies on the official mysql java jdbc connector, in the sense that their product requires it to connect to mysql databases. Tomcat is one, for example, as is, I believe, JRC (the source code for JRC has a comment that mentions org.gjt.mm.mysql.driver, which

Mysql Java Connector Alternatives

2011-07-02 Thread Suresh Marru
Hi All, One of our incubation goals [1] is to resolve the the incompatible license dependencies. AFAIK, the biggest or only incompatible dependency is the mysql-connector-jave which is GPL. Suggestions for alternatives? Cheers, Suresh [1] - http://wiki.apache.org/incubator/AiravataProposal