Re: Re: JCA Connector and hidden-classes

2008-07-09 Thread johnxmas
Kevan, I corrected my geronimo.bat, by suppressing the quotes as you stated, and, yes, it succeeded: the commons-logging.jar used is the one from my application Thanks for that BUT, that is not a full success: as expected, the LogFactory gives me a Log4JLogger MockAdapter setting hostName -

Multiple 'Service' in GMO 2.1 (like in Tomcat)

2008-07-09 Thread cvx22
Hi gurus, I plan to migrate my web-apps from Tomcat6 to Geronimo2.1. I have one configuration problem. In my tomcat's server.xml I have declared two Service, like that: --- part of server.xml - Service name=Catalina Connector port=8443

Re: Use of a GBean from a Message EJB

2008-07-09 Thread Janko Heilgeist
Jacek Laskowski wrote: On Tue, Jul 1, 2008 at 1:40 PM, dsthode [EMAIL PROTECTED] wrote: I've followed your advice and changed the default namespace to openejb version 2.2 and added a pattern element for the gbean-ref resolution, but Geronimo keeps failing on deployment with the message that

Stateful Session Bean Problem Geronimo 2.1.1: Passivation Failed

2008-07-09 Thread the666pack
hello, my old question about stateless session beans was posted here http://www.nabble.com/Re%3A-Geronimo-2.0.2---OpenEJB-%22Passivation-Failed%22-td16144020s134.html#a16024338 it was concerned about the passivation bug in the geronimo 2.0.2 version. so i now installed the 2.1.1 version in

Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread jklcom99
I thought by moving all dependency jars to ear/lib directory and they would be seen by all modules. Now that I have cleared out the manifest classpath in all my jars. MyApp.jar is referencing other jars which are now placed within ear/lib. But I'm getting this error. Am I missing something?

Re: JCA Connector and hidden-classes

2008-07-09 Thread David Jencks
I'm not sure exactly what you are trying to do but have you looked at http://cwiki.apache.org/GMOxDOC21/configuring-application-specific-logging-with-log4j.html to see if it would help? thanks david jencks On Jul 9, 2008, at 2:44 AM, johnxmas wrote: Kevan, I corrected my geronimo.bat, by

Re: Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread David Jencks
I don't think you've given enough info to help. Where is the EULA? Where does the ibm software expect it to be? thanks david jencks On Jul 9, 2008, at 8:08 AM, jklcom99 wrote: I thought by moving all dependency jars to ear/lib directory and they would be seen by all modules. Now that

Re: Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread jklcom99
It's packaged in another jar (IBMLAP.jar and that is in ear/lib) djencks wrote: I don't think you've given enough info to help. Where is the EULA? Where does the ibm software expect it to be? thanks david jencks -- View this message in context:

Re: Stateful Session Bean Problem Geronimo 2.1.1: Passivation Failed

2008-07-09 Thread David Blevins
On Jul 9, 2008, at 3:43 AM, the666pack wrote: hello, my old question about stateless session beans was posted here http://www.nabble.com/Re%3A-Geronimo-2.0.2---OpenEJB-%22Passivation-Failed%22-td16144020s134.html#a16024338 it was concerned about the passivation bug in the geronimo 2.0.2

Multi-homed geronimo woes

2008-07-09 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I have a server with 4 IP addresses associated with it and I'm trying to get Geronimo to listen to three of the four IP addresses. Here is an excerpt from my configuration file: (names have been changed to protect the innocent) gbean

Stateful Session Bean NoSuchObjectException

2008-07-09 Thread fmchale
Hello, After much research I have become completely stumped and confused on this issue (pardon me as well if its something simple, I am learning JEE development). I currently have a Stateful Session bean that is accessed by web clients. After approximately 20 minutes I get a

Re: Stateful Session Bean NoSuchObjectException

2008-07-09 Thread Kevan Miller
On Jul 9, 2008, at 9:46 PM, fmchale wrote: Hello, After much research I have become completely stumped and confused on this issue (pardon me as well if its something simple, I am learning JEE development). I currently have a Stateful Session bean that is accessed by web clients. After

Re: Stateful Session Bean NoSuchObjectException

2008-07-09 Thread fmchale
Thanks Kevan this works great, do you know if this has to be set for the whole of openejb or can it be set on a ejb by ejb basis? Kevan Miller wrote: On Jul 9, 2008, at 9:46 PM, fmchale wrote: Hello, After much research I have become completely stumped and confused on this issue