[DAS] MyDas 1.6.7 released - fix to caching bug.

Phil Jones @ EBI pjones at ebi.ac.uk
Fri Oct 26 10:55:50 UTC 2012


Hi,

Announcing a new release of MyDas - version 1.6.7

Please see https://code.google.com/p/mydas/

A new version of MyDAS is now available. In this version the old oscache
framework code has been completely removed, as this was causing problems
for DAS services with a heavy load. The OpenSymphony oscache project is no
longer developed or supported and so it was felt appropriate to remove this
code.

If you wish to upgrade to version 1.6.7, you should remove the following
method from your implementation of
uk.ac.ebi.mydas.datasource.AnnotationDataSource:

// Remove your implementation of this method to upgrade to version 1.6.7
public void registerCacheManager(CacheManager cacheManager);

As a consequence, MyDAS no longer includes any embedded caching mechanism.
If you need caching, we recommend the use of ehcache web page caching (
http://ehcache.org/documentation/recipes/pagecaching) which is extremely
lightweight and reliable, requiring no code changes, just some minor
changes to the web.xml file and the inclusion of a configuration file.

This release is available from the MyDas maven repository - just upgrade
your maven dependency to use version 1.6.7

best regards,

Phil.

-- 
Phil Jones
Software Development Coordinator
InterPro Team
PANDA Group, EMBL-EBI
Wellcome Trust Genome Campus
Hinxton, Cambridge, CB10 1SD
UK.



More information about the DAS mailing list