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

recommended caching framework for geronimio 3?

2012-02-24 Thread Si Chen
Hi there, What caching framework do you recommend for use with geronimo 3? Thanks. -- Si Chen Open Source Strategies, Inc. sic...@opensourcestrategies.com http://www.OpenSourceStrategies.com LinkedIn: http://www.linkedin.com/in/opentaps Twitter: http://twitter.com/opentaps

Installing OpenJPA 2 on Geronimo 2.2.1

2012-02-24 Thread Josh Abts
Hello all: With a clean fresh install of Geronimo 2.2.1, and then going into Plugins, choosing the apache hosted OpenJPA2 repository and trying to install the appropriate plugins, you receive an error stating the system can't load openjpa-2.0.0-SNAPSHOT. Upon further exploration it seems that

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

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

Re: recommended caching framework for geronimio 3?

2012-02-24 Thread Si Chen
Yes, I was thinking of openJPA. Do you know if memcache is also supported? Thanks so much. On Fri, Feb 24, 2012 at 12:23 PM, pif frank.pien...@googlemail.com wrote: it depends what you wanted to cache... For the persistence framework used by geronimo OpenJPA I would recommend EHcache

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: recommended caching framework for geronimio 3?

2012-02-24 Thread Si Chen
Thank you! On Fri, Feb 24, 2012 at 2:51 PM, pif frank.pien...@googlemail.com wrote: 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