Re: Eclipse connectivity with geronimo server

2008-06-25 Thread Saurabh Sharma
Hi McConnell, Thank you !!! Yeah, I understand query server alone will not totally help, I also have to support present functionality of adding dependency.I'll keep that also in mind. Thanx. Saurabh Sharma Bachelor of Technology, III year Department of Electronics and Computer Science Indian

Re: CXF + Spring under Geronimo 2.1.1

2008-06-25 Thread Alexey Kakunin
Jarek, thank you! This helps. Finally I managed to run our application on Geronimo! 2008/6/24 Jarek Gawor [EMAIL PROTECTED]: Start server with the following property: export JAVA_OPTS=-Dorg.apache.cxf.jaxws.checkPublishEndpointPermission=false As per spec, app servers are supposed to block

Messages are not being redelivered (JMS)

2008-06-25 Thread Mohammed Imran
I am experiencing problems with redelivery of messages in activemq/geronimo it seems to not redeliver the message when a system exception occurs. I know that ActiveMQ has a max redelivery count, however the messages seem to stop being processed after 1-2 attempts. I am not getting anywhere near

Use of a GBean from a Message EJB

2008-06-25 Thread dsthode
Hello all, I'm trying to deploy an enterprise application in Geronimo 2.1.1 wich makes use of a GBean from inside a Message EJB. That GBean is a custom developed GBean that creates a thread and uses the persistence unit defined in my persistence.xml as well as a ConnectionFactory and a Topic for

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-25 Thread Ted Kirby
Congrats Shiva! Ted On Mon, Jun 23, 2008 at 9:12 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: My apologies to Shiva for making the announcement without letting the 72 hour waiting period elapse after the ASF Board acknowledged voting Shiva in by the PMC. As of now, Shiva is not a PMC

Re: Messages are not being redelivered (JMS)

2008-06-25 Thread Kevan Miller
On Jun 25, 2008, at 6:30 AM, Mohammed Imran wrote: I am experiencing problems with redelivery of messages in activemq/ geronimo it seems to not redeliver the message when a system exception occurs. I know that ActiveMQ has a max redelivery count, however the messages seem to stop being

Re: geronimo v2 quartz plugin

2008-06-25 Thread jklcom99
Hi David, That's a little advance for me. I have basic knowledge on Maven and zero on Geronimo plugins. When will you put the later version of quartz out? djencks wrote: On Jun 23, 2008, at 12:06 PM, jklcom99 wrote: Ok, can you show me the steps and what is involved to create a

Re: Clusering Configuration samples errors in branches/2.1 using Tomcat

2008-06-25 Thread Jason Warner
I took a look at the classloader being used. It only contains one instance of UniqueId in any of the parent classloaders. I took a quick look at the changes between Wadi 2.0-M10 and 2.0, and there is indeed a significant amount of change. In fact, this error stems from a class that didn't even

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread DFrahm
So the 'Simple jar upgrade' method described there works even with jars like MyFaces that are defined as non-overridable due to the Java EE spec requirements? - David Frahm From: Kevan Miller [EMAIL PROTECTED] To: user@geronimo.apache.org Date: 06/24/2008 11:50 PM Subject: Re: Update

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread David Jencks
On Jun 25, 2008, at 9:58 AM, [EMAIL PROTECTED] wrote: So the 'Simple jar upgrade' method described there works even with jars like MyFaces that are defined as non-overridable due to the Java EE spec requirements? upgrading a jar using artifact_aliases.properties changes the jar the

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread Jacek Laskowski
On Wed, Jun 25, 2008 at 6:58 PM, [EMAIL PROTECTED] wrote: So the 'Simple jar upgrade' method described there works even with jars like MyFaces that are defined as non-overridable due to the Java EE spec requirements? non-overridable from the application/module's point of view not server. The

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread Jacek Laskowski
On Wed, Jun 25, 2008 at 8:00 PM, David Jencks [EMAIL PROTECTED] wrote: hope this makes sense :-) Nice timing! Did you know I'd send a response too and meant to compete with it? ;-) Jacek -- Jacek Laskowski Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread DFrahm
Thanks to both of you. It makes sense -- plus it is the answer I was hoping for! - David Frahm From: Jacek Laskowski [EMAIL PROTECTED] To: user@geronimo.apache.org Date: 06/25/2008 01:02 PM Subject: Re: Update MyFaces in Geronimo 2.1.1 On Wed, Jun 25, 2008 at 8:00 PM, David Jencks [EMAIL

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-25 Thread Alan D. Cabrera
Welcome aboard! Regards, Alan On Jun 23, 2008, at 4:43 AM, Vamsavardhana Reddy wrote: All, Please join us in congratulating Shiva Kumar H R as the newest member of the Geronimo PMC. It's been great to have Shiva working with us as a committer on Geronimo. Even better to have him join us

Deploying application-scoped db pool with an ear

2008-06-25 Thread purdticker
I'm trying to deploy an ear file with an application-scoped database pool. Here is what I've currently done, and below the == line are my questions. To get a deployment plan, I use the wizard in the geronimo console. Database Pools - Using the Geronimo database pool wizard When I fill all

Re: Deploying application-scoped db pool with an ear

2008-06-25 Thread David Jencks
On Jun 25, 2008, at 5:26 PM, purdticker wrote: I'm trying to deploy an ear file with an application-scoped database pool. Here is what I've currently done, and below the == line are my questions. To get a deployment plan, I use the wizard in the geronimo console. Database Pools -

Re: Deploying application-scoped db pool with an ear

2008-06-25 Thread purdticker
djencks wrote: no, you should use whatever rar you picked at the beginning. I'm not sure if we make this very obvious, but I assume you picked one of the oracle rars. Actually, this is where I'm confused. When was using the wizard, I did not use any rar. I used a jdbc jar file

Re: Deploying application-scoped db pool with an ear

2008-06-25 Thread Jarek Gawor
We should be fixing up the namespace for you. It won't hurt to use the correct namespace anyway. How do I fix the namespace? Prepend app: before module and subelements? Can you send the actual deployment descriptor which was giving you problems? Jarek