Re: Plan creator

2008-04-15 Thread Shiva Kumar H R
Are using Geronimo 2.1.0 - Jetty distribution? There was a problem with that distribution as reported in https://issues.apache.org/jira/browse/GERONIMO-3843 which is now fixed in branches/2.1 (which will make into v2.1.1) trunk (v2.2). Daily builds of these are available at

Re: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

2008-04-15 Thread Vamsavardhana Reddy
Is there any specific reason you chose Geronimo 1.1 (which is nearly an year and half old)? ++Vamsi On Mon, Apr 14, 2008 at 11:12 PM, Luciano Salotto [EMAIL PROTECTED] wrote: I'm getting following exception when trying to launch my application: 12:15:46,847 ERROR [[action]] Servlet.service()

Re: HOWL exception

2008-04-15 Thread Tomasz Mazan
Kevan Miller wrote: On Mar 14, 2008, at 6:25 AM, Tomasz Mazan wrote: Hi Guys I got very ugly (and blocking) issue with HOWL. After processing 20k request to my webservice whose are translated to ~120k XA transactions (postgres + jms) Geronimo hangs up and does not respond on

JEE application client

2008-04-15 Thread Phani Madgula
Hi I am trying to deploy a JEE application client as follows. *application-client.xml *?xml version=1.0 encoding=UTF-8? application-client xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

Re: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

2008-04-15 Thread Luciano Salotto
Vamsi, Yes, the reason is that my dev platform is RSA 7.0 (based on Eclipse 3.2), the plugins for 2.x versions are available only for Eclipse 3.3 (no, I couldn't make them work in 3.2 I tried hard on that, and no I can't make the dev team switch to Eclipse 3.3). Without this constraint I would

Re: JPQL named parameter does not work

2008-04-15 Thread Jay D. McHugh
CG, I have used named parameters without any problem. I think your problem is that 'desc' may be getting counted as a reserved word. Try changing it to something else (maybe expand it out to 'description') and see if that makes a difference (I think it will). Let us know how it goes,

Re: Pebble installation

2008-04-15 Thread Jay D. McHugh
Kenneth, This is my real address - So, you can go ahead and send me that war file. Jay Kenneth P. Turvey wrote: On Mon, 14 Apr 2008 17:06:38 -0500, Jay D. McHugh wrote: Hello Kenneth, Could you let us know what version of Geronimo you are using and what other steps (if any) you went

Re: JEE application client

2008-04-15 Thread Jarek Gawor
Phani, 1) Check the structure of the jar file and make sure application-client.xml and geronimo-application-client.xml are under the META-INF directory. 2) Check your manifest file ends with a new line character. Jarek On Tue, Apr 15, 2008 at 6:59 AM, Phani Madgula [EMAIL PROTECTED] wrote: Hi

Re: JEE application client

2008-04-15 Thread David Jencks
I don't think the ejb-link will work in this situation. I think it worked in g 1.x and openejb 2.x but from some comments I think I remember from david blevins I think the ejb-links only work within an ear with g 2.x/openejb 3.x. It's also likely that the dependency you include on the ear

Re: JEE application client

2008-04-15 Thread Phani Madgula
Thanks for comments. I will verify the jar file once again. Initially, I started with including JEE client in the EAR itself and tried to deploy the file. For some reason, I was not successful. In order to isolate the problem, I segregated JEE client from the EAR and started deploying it

Re: Pebble installation

2008-04-15 Thread Kenneth P. Turvey
On Tue, 15 Apr 2008 09:19:19 -0500, Jay D. McHugh wrote: Kenneth, This is my real address - So, you can go ahead and send me that war file. This may or may not work. I'm reading this mailing list on gmane, an NNTP server. It obfuscates the email addresses of poster. I think it will

Re: Plan creator

2008-04-15 Thread Kenneth P. Turvey
On Tue, 15 Apr 2008 11:30:39 +0530, Shiva Kumar H R wrote: Are using Geronimo 2.1.0 - Jetty distribution? There was a problem with that distribution as reported in https://issues.apache.org/jira/browse/GERONIMO-3843 which is now fixed in branches/2.1 (which will make into v2.1.1) trunk

Re: Plan creator

2008-04-15 Thread Kenneth P. Turvey
On Tue, 15 Apr 2008 11:30:39 +0530, Shiva Kumar H R wrote: Are using Geronimo 2.1.0 - Jetty distribution? There was a problem with that distribution as reported in https://issues.apache.org/jira/browse/GERONIMO-3843 which is now fixed in branches/2.1 (which will make into v2.1.1) trunk

Re: HOWL exception

2008-04-15 Thread Kevan Miller
On Apr 15, 2008, at 5:36 AM, Tomasz Mazan wrote: Kevan Miller wrote: On Mar 14, 2008, at 6:25 AM, Tomasz Mazan wrote: Hi Guys I got very ugly (and blocking) issue with HOWL. After processing 20k request to my webservice whose are translated to ~120k XA transactions (postgres + jms)

Re: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

2008-04-15 Thread Kevan Miller
On Apr 14, 2008, at 6:18 PM, Luciano Salotto wrote: David, Thanks again for another quick replay, I do have xercesImpl.jar in my EAR and inverse-classloading=true so app should use that one, however, it seems like it still going for the jar in /endorsed directory (which you remembered

Re: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

2008-04-15 Thread Luciano Salotto
Hi Kevan, Can you elaborate on what you mean by I tried removing those You removed inverse-classloading=true and xercesImpl.jar from your EAR? Or you removed xercesImpl.jar from lib/endorsed? Removed from /lib/endorsed, since as you mentioned, I would like to keep EAR same as in WAS. I also

Re: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

2008-04-15 Thread Luciano Salotto
Guys, I got read of that exception, (by deleting the jars in /lib/endorsed) however when now I launch server I get this exception 14:53:47,451 ERROR [Digester] Digester.getParser: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl at

Re: JEE application client

2008-04-15 Thread David Blevins
On Apr 15, 2008, at 8:14 AM, David Jencks wrote: I don't think the ejb-link will work in this situation. I think it worked in g 1.x and openejb 2.x but from some comments I think I remember from david blevins I think the ejb-links only work within an ear with g 2.x/openejb 3.x. They

JSP Compilation persistence

2008-04-15 Thread kashif
Hello All, Just a quick question, we have a application which runs on Geronimo without any issues currently. However the developer noticed a possible problem with stopping and starting the app-server, not a show stopper, however we can't go into production without an answer, what he asked was:

Question

2008-04-15 Thread Oscar Sepulveda
Hi! Mi organization have a lot of applications deployed in Tomcat and SunONE web server. It's run nice, but the business is growing and need better solutions (using tecnology J2EE). I've been exploring Geronimo, Jboss, and WAS CE. The idea is migrate Tomcat and SunONE Applications to a new