Re: getting the geronimo.home value inside a session bean

2009-08-27 Thread Rodney B. Cabahug
Thanks Regards, Rodney On Fri, Aug 28, 2009 at 10:51 AM, viola.lu wrote: > > Maybe you can refer to ServerProxy from below, and call its method > getGeronimoHome(). > > https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/ge

Re: getting the geronimo.home value inside a session bean

2009-08-27 Thread viola.lu
Maybe you can refer to ServerProxy from below, and call its method getGeronimoHome(). https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/ServerProxy.java Jack Cai wrote: > > I think you can s

Re: Problem with Eclipse Galileo

2009-08-27 Thread Kevan Miller
On Jul 24, 2009, at 9:32 PM, Delos wrote: I'm afraid that four digits version number is too strange in eclipse world. So GEP 2.1.5 is more reasonable. Does anyone knows about the release plan for Geronimo server 2.1.5? I haven't seen any plans, but it's definitely something we should do.

Re: Message Driven Bean is not receiving messages

2009-08-27 Thread Stephan Mehlhase
Hi everyone, I think I got it. The queue's name was different from its physical name and the geronimo activemq environment was kind of trashed - so I reinstalled geronimo and changed the names such that they match. It seems to work now. So I had two problems: 1. Geronimo did not clean up the ex

Re: Problem with Eclipse Galileo

2009-08-27 Thread frapien
Try the new WASCE 2.1 WTP Server Adapter can be used for Europa Winter version, 3.3.2, Ganymede 3.4.x or Galileo 3.5 (which support Geronimo 2.0.x and 2.1.x servers) http://download.boulder.ibm.com/ibmdl/pub/software/websphere/wasce/updates Donald Woods-2 wrote: > > The nightly/unstable/unre

Re: getting the geronimo.home value inside a session bean

2009-08-27 Thread Jack Cai
I think you can simply get it from system property using this key: org.apache.geronimo.home.dir. I'm not 100% percent sure that this will always work (for example, when server is started using gshell commands, e.g., start-server) - you can do a test. There is another way to fall back, which is to

Re: JarURLConnection doesn't work "useCaches" property

2009-08-27 Thread Jack Cai
I spent quite some time to look at this problem. I tested the JDK's behavior and agree with David that the spec and RI together didn't do a good job to explain the indication of "useCaches=false". Currently SUN JDK also returns the same JarFile instance if "getJarFile()" is called upon the same Jar