|
From: Rod J. <rod...@in...> - 2003-07-05 21:18:34
|
Luke, I think you were unlucky enough to check out exactly while I was checking in changes. I did check in StaticListableBeanFactory as part of the same change set. A clean checkout should be fine. If there are any problems, it's my fault so please email me direct and I'll fix it. The changes are fairly minor by the way: removing dead code and improving the test suite. Regards, Rod ----- Original Message ----- From: "Luke Taylor" <ne...@fr...> To: <spr...@li...> Sent: Saturday, July 05, 2003 7:53 PM Subject: Re: [Springframework-developer] JNDI mock move > Hi, > > Is the code in flux at the moment? I'm getting compilation errors from a > fresh checkout: > > StaticListableBeanFactory.java:79: cannot resolve symbol > symbol : constructor NoSuchBeanDefinitionException (java.lang.String) > location: com.interface21.beans.factory.NoSuchBeanDefinitionException > throw new NoSuchBeanDefinitionException(name); > ^ > Luke. > > Rod Johnson wrote: > > > I've moved the JNDI mock package from /src to /test. The reason I've done > > this is that it's artificially lowering test coverage (this _is_ really test > > code), and that I don't think we should encourage people to go down this > > route for JNDI testing. I think the proper way to use Spring is to use it > > to help you avoid doing JNDI lookups in your own code. If you do this, you > > don't need JNDI mocking: you can just expose bean properties for the > > resources that Spring will pull from JNDI. > > > > I'm keen to remove all non-essential code for 1.0 RC1, so I'm using Clover > > to help me sniff it out. > > > > I'm also starting a "play" source tree, in which I'm moving some non-core > > stuff from /src. I think we should be very focused on what we release in > > 1.0. And of course paring back to essentials also helps with test coverage. > > (Suggestions for a better name than "play" welcome.) > > > > The Visitor stuff from com.interface21.core is on its way to the play tree, > > unless there are any objections. > > > > > -- > Luke Taylor. Monkey Machine Ltd. > PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |