Re: recommended caching framework for geronimio 3?

2012-02-24 Thread pif
no I only know ehcache and ObjectGrid from WebSphere eXtreme Scale http://www.ibm.com/developerworks/wikis/display/objectgridprog/ObjectGrid+OpenJPA+cache+plug-in+configuration or more generally http://openjpa.apache.org/docs/latest/manual.html#ref_guide_caching -- View this message in context:

Re: Installing OpenJPA 2 on Geronimo 2.2.1

2012-02-24 Thread pif
have you tried? http://repo1.maven.org/maven2/org/apache/geronimo/configs/openjpa/2.2.1/openjpa-2.2.1.car -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Installing-OpenJPA-2-on-Geronimo-2-2-1-tp3773622p3773660.html Sent from the Users mailing list archive at Nabble

Re: recommended caching framework for geronimio 3?

2012-02-24 Thread pif
it depends what you wanted to cache... For the persistence framework used by geronimo OpenJPA I would recommend EHcache http://ehcache.org/documentation/integrations/openjpa-provider http://ehcache.org/downloads/destination?name=ehcache-openjpa-0.2.0-distribution.tar.gz&bucket=tcdistributions&file

Re: Problems installing ActiveMQ web console

2012-02-24 Thread pif
you can build a whole geronimo-server with tomcat/jetty and ActiveMQ modules(including the new Geronimo plugin activemq-webconsole) see https://cwiki.apache.org/GMOxDOC22/csa-activemq-a-demo-to-assembly-a-server-using-car-maven-plugin.html perhapse you can modify it for jetty http://svn.apache.org