Re: Strange plug with delivering messages to MDB

2008-01-22 Thread Tomasz Mazan
Tomasz Mazan wrote: djencks wrote: On Jan 18, 2008, at 12:05 AM, Tomasz Mazan wrote: djencks wrote: Do you have a second resource adapter configured for the inbound messages to the mdb? I seem to recall someone reporting a similar problem if they sent the same message

Re: keystore question

2008-01-22 Thread Vamsavardhana Reddy
Which version of Geronimo are you using? You should be able to see what value is set for *javax.net.ssl.trustStore system property through the JVM portlet in Admin Console. * On Jan 17, 2008 3:12 AM, John Graham [EMAIL PROTECTED] wrote: Hello, I'm using a geronimo-based app to connect to an

Re: Geronimo Deployment goes forever

2008-01-22 Thread gersek
David, Thanks for your suggestion, I moved geronimo and my workspace to c drive. I got the same problem. I have attached the ear file and not able to attache my workspace(it is around 20mb). Thanks Sekhar djencks wrote: You might be running into windows path length limitations. Try

Re: Geronimo Deployment goes forever

2008-01-22 Thread Kevan Miller
On Jan 22, 2008, at 11:27 AM, gersek wrote: David, Thanks for your suggestion, I moved geronimo and my workspace to c drive. I got the same problem. I have attached the ear file and not able to attache my workspace(it is around 20mb). Thanks Sekhar. Your ClassNotFoundException is

Re: Geronimo Deployment goes forever

2008-01-22 Thread gersek
Kevan, THANKS for your suggestions and findings. I was able to deploy the application after repackaging ear lib. For some reason eclipse is not packaging EAR correctly. Thanks Sekhar Kevan Miller wrote: Your ClassNotFoundException is causing the deploy to hang. The fact that the

Re: Geronimo Deployment goes forever

2008-01-22 Thread Tim McConnell
Hi Sekhar, is it the Geronimo Eclipse plugin that is not packaging the EAR correctly ?? Or is it just Eclipse proper not packaging the EAR correctly when you try to export your project(s) ?? If you're using the Geronimo Eclipse Plugin I'd like to find out why it's not working as it should be.

Re: Adding DB pool JNDI in Jar

2008-01-22 Thread Qaiser Mehmood
I was trying to use declared database pool in Jar file through JNDI. Is there an easy way to decalre db pool in Global JNDI? Please help. djencks wrote: java:comp/env only works in javaee components. To use a datasource in jndi in something like quartz you need to bind into global

Re: Class [org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler] does not implement the NamespaceHandler interface

2008-01-22 Thread Kevan Miller
On Jan 22, 2008, at 8:14 PM, Qaiser Mehmood wrote: I am getting the same error... :) Boy, that's a lot of dependencies that you are declaring. As David suggests, I think it would be good idea to reduce them... In addition to filtering springframework, you should also filter spring

Geronimo 2.0

2008-01-22 Thread jithesh
Hi guys, This is my first post in this forum. I was using geronimo 1.1 for deploying my appfuse(v1.9.4) application. Recently i upgraded the server to geronimo 2.0. But the application is throwing errors while deploying. My appfuse application is using taglibrary version 1.0. Would that be a