I believe it is a show-stopper. Posting messages works fine, but the search functionality is broken out of the box.
On my Mac (OS X 10.6), building the release candidate runs fine with mvn jetty:run, but when I try to use the search functionality I get an error: Message: java.lang.IllegalArgumentException: Could not load JDBC driver class [com.example.jdbc.Driver] This is happening because Compass is attempting to use the configuration in the compass.jdbc.cfg.xml file that comes with the release, which points to a non-existent driver (com.example.jdbc.Driver). http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/props/compass.jdbc.cfg.xml?view=markup&pathrev=906917 I believe that this will happen on any system and I think the fact that search and the API2 doesn't work out of the box will really confuse people. So, unfortunately, I think we have to go through this one more time with a blank default.props file :-( Maybe making this two-line change to one file is small enough that we don't have to revote. I'm not sure. Maybe the mentors can weigh in. Ethan On Sat, Feb 20, 2010 at 1:28 PM, Richard Hirsch <[email protected]> wrote: > OK. > > The question is this issue a "show-stopper?" Any opinions? > > My tests with "mvn jetty:run" didn't show any problems. Of course, I > didn't try to log-off and log-on again. > > If this problems leads to behavior as Sig suggested that the > application doesn't work correctly - posting messages, etc - then we > have to cut a new release. > > I won't be able to test the app until Monday. Can some other people > test the app in Jetty and Tomcat. Logging on and then off to see if > the application without the change in default.props functions > correctly - with the exception of search. > > D. > > On Sat, Feb 20, 2010 at 8:21 PM, Sig Rinde <[email protected]> wrote: >> Yay, that did the trick on my side at least! Works now. >> >> Good work folks... say when if you make more changes ;) >> >> Sig >> >> On 20 February 2010 20:10, Richard Hirsch <[email protected]> wrote: >>> The problem appears to be in the default.props file: >>> compass_config_file=/props/compass.jdbc.cfg.xml >>> >>> If you change it to "compass.filesystem.cfg.xml", it should be fine. >>> >>> D. >>> >>> >>> On Sat, Feb 20, 2010 at 7:42 PM, Ethan Jewett <[email protected]> wrote: >>>> Based on Sig's email I did some testing and it looks to me like search >>>> is broken in this build when using the "mvn jetty:run" command to >>>> launch the server. Can anyone else verify? >>>> >>>> Until we can figure out what the problem is, I'm changing my vote to -1 >>>> >>>> Looking into it now.... >>>> >>>> Ethan >>>> >>>> On Fri, Feb 19, 2010 at 10:29 PM, Richard Hirsch <[email protected]> >>>> wrote: >>>>> @Gianugo did you forget to vote on the release? I didn't see a "+1" >>>>> or a "-1" in your two posts. Or would you rather vote for the release >>>>> when it gets to the "general" mailing list? >>>>> >>>>> D. >>>>> >>>>> On Fri, Feb 19, 2010 at 7:02 PM, Gianugo Rabellino >>>>> <[email protected]> wrote: >>>>>> On Fri, Feb 19, 2010 at 6:46 PM, Richard Hirsch <[email protected]> >>>>>> wrote: >>>>>>> can you try a "mvn site" to see what it is coming from... >>>>>>> >>>>>>> I tried with a empty repository and it worked :-< >>>>>> >>>>>> False alarm - I had some weird settings left in settings.xml. Nuked >>>>>> that one as well, it worked. >>>>>> >>>>>> Sorry for the fuss, >>>>>> >>>>>> -- >>>>>> Gianugo Rabellino >>>>>> M: +44 779 5364 932 / +39 389 44 26 846 >>>>>> Sourcesense - making sense of Open Source: http://www.sourcesense.com >>>>>> >>>>> >>>> >>> >> >
