Re: Using a mysql db in sling trunk

2010-03-17 Thread Michael Yin
I rebuilt the embedded server jar with an optional import for com.mysql.jdbc, and that seemed to have done the trick. On Wed, Mar 17, 2010 at 5:56 PM, Michael Yin yincr...@gmail.com wrote: I am trying to use the trunk sling to run on a clustered db config of jackrabbit on mysql. I did it for

Re: Using a mysql db in sling trunk

2010-03-17 Thread Eric Norman
We should probably add optional imports for all the common jdbc drivers to the embedded server bundle so updating/rebuilding it would not be necessary. Would you mind filing a new issue in JIRA for tracking? Thanks, Eric On Mar 17, 2010 3:44 PM, Michael Yin yincr...@gmail.com wrote: I rebuilt

Re: Using a mysql db in sling trunk

2010-03-17 Thread Justin Edelson
done in r924557. On 3/17/10 7:41 PM, Eric Norman wrote: Even better. Thanks justin. On Mar 17, 2010 4:38 PM, Justin Edelson justinedel...@gmail.com mailto:justinedel...@gmail.com wrote: Well, this is a regression. Pre r911430, the Jackrabbit Server bundle had a dynamic import. But I