|
From: Thomas R. <tho...@tr...> - 2004-05-22 20:26:35
|
I get an error in Eclipse - can't find javax.resource.Referencable. That's part of JCA I think and it does not seem to be in any of our j2ee libs. Why don't we replace servlet.jar, ejb.jar, jdbc2_0-stdext.jar, jms.jar and jta.jar with the full j2ee.jar. That way we have all the dependencies resolved. What version? I tried 1.3 and with it everything compiles. The new 1.4 seems to have some new methods in some of the interfaces and some of our MockObject implementations did not compile. Thomas jürgen höller [werk3AT] wrote: >Hi everybody, > >I've just finished my final preparations for our upcoming Spring release 1.0.2, scheduled for Sunday night. See the changelog for details; most issues have been discussed on the mailing lists or in JIRA. All remaining issues in JIRA have been addressed but do not incur Spring changes; I plan to close most of them at the time of the 1.0.2 release, resolved as "Won't fix". > >I've also updated our dependencies: FreeMarker 2.3 RC4, Hibernate 2.1.3, iBATIS SQL Maps 2.0 RC4, Velocity Tools 1.1 final, Commons Attributes May 9th snapshot. (Will Commons Attributes ever get out of the Jakarta sandbox?? At least some sort of official beta release would be nice.) BTW, MockObjects is no longer in our libraries, neither in CVS nor in the release distribution, as we don't use it anymore. > >I plan to create the actual release Sunday night. So for all you weekend workhorses out there, there's still a chance to test and review the current CVS head :-) Please no further enhancements, though: As the changelog shows, we've already gathered a lot of minor bugfixes and enhancements, so we should get out 1.0.2 ASAP. Further enhancements should go into 1.0.3, scheduled for late June. > >Juergen > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id149&alloc_id66&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > |