Re: set openejb jndi format in geronimo

2009-06-03 Thread Rodger
Do you mean bin/geronimo.bat run -Dopenejb.jndiname.format={ejbName}/{interfaceClass} ?

Re: set openejb jndi format in geronimo

2009-06-03 Thread Ivan
Yes 2009/6/3 Rodger eternalj...@gmail.com Do you mean bin/geronimo.bat run -Dopenejb.jndiname.format={ejbName}/{interfaceClass} ? -- Ivan

Re: webapp run-as problems

2009-06-03 Thread Trygve Hardersen
Thanks for looking into this David. We're building everything ourselves as we have minor hacks to the Geronimo code. I'll try to give it another shot sometime later this week, but right now I have to focus on other things. The Jetty6 build is working for us. I'll let you know what I find when I

Re: webapp run-as problems

2009-06-03 Thread Jason Dillon
Curious what your minor hacks are? --jason On Jun 3, 2009, at 1:33 PM, Trygve Hardersen wrote: Thanks for looking into this David. We're building everything ourselves as we have minor hacks to the Geronimo code. I'll try to give it another shot sometime later this week, but right now

Re: set openejb jndi format in geronimo

2009-06-03 Thread Rodger
I tried it.But the default format--{ejbName}{interfaceType.annotationName} still works,the format doesn't change to {ejbName}/{interfaceClass}. That is *initialContext.lookup(CalculatorRemote);* works but *

Re: set openejb jndi format in geronimo

2009-06-03 Thread Ivan
OK, try this: set GERONIMO_OPTS=-Dopenejb.jndiname.format={ejbName}/{interfaceClass} geronimo.bat start 2009/6/3 Rodger eternalj...@gmail.com I tried it.But the default format--{ejbName}{interfaceType.annotationName} still works,the format doesn't change to {ejbName}/{interfaceClass}. That is

Re: webapp run-as problems

2009-06-03 Thread Trygve Hardersen
Nothing much really. In org.apache.geronimo.jetty6.connector.HTTPSelectChannelConnector we've added support for a HTTP header that tells Jetty the request is really secure (we have a proxy doing the encryption): public HTTPSelectChannelConnector(JettyContainer container, ThreadPool

Re: set openejb jndi format in geronimo

2009-06-03 Thread Rodger
Yes.Great.It's ok. Thank you very much for your patient help! Rodger.

LifecycleException failed deploy in SimpleConfigurationManager

2009-06-03 Thread Ron Lane
When trying to deploying a module, it didn't deploy, saying: org.apache.geronimo.kernel.config.LifecycleException: start of default/cust/1243785779213/war failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:547) Any

log into web applications of jetty contained in geronimo with the geronimo log4j.properties file

2009-06-03 Thread Gonima
Hi community, i have an application with geronimo as server and jetty as container, and i want to log into some web applications deployed by jetty. How can i configure the log4j.properties file of my geronimo, so that i can intercept these logs ??? So far, these outputs are high level and refer

geronimo 2.1.4 on amd64 tomcat 5 shuts down automatically

2009-06-03 Thread Bill Brown
Greetings: I am running geronimo-tomcat v2.1.4 on an amd64 linux with tomcat 5 server. The server has shut down automatically without prompting after a period of idle time several times since install several days ago. I have tuned the logs to DEBUG mode and there are no errors in the log.

Re: geronimo 2.1.4 on amd64 tomcat 5 shuts down automatically

2009-06-03 Thread Ivan
Is it possible that there is some codes like ' System.exit();' in your applications. In the past, I encountered this scenario, one of the developers put a line like this in the codes while catching an exception. Ivan 2009/6/3 Bill Brown wbr...@colorfulsoftware.com Greetings: I am running

Exception when run Bank sample client in a command line window

2009-06-03 Thread Rodger
When the sample project is in Eclipse, I run the BankClient.class smoothly.But in a command line window , by using the command: java -classpath

Re: Configure Oracle XA Datasource with Oracle XE (10g Express) in console dialog

2009-06-03 Thread rbaumhof
We found out the following settings for Oracle XA Datasource. These settings have been tested with: Java 1.5, Geronimo 2.1.3,2.1.4 and Oracle 10g Express (XE), 11g Express and 11 Production. The jar File for connect was in all cases the appropriate 10g Express thin jar file that is provided on

Re: Configure Oracle XA Datasource with Oracle XE (10g Express) in console dialog

2009-06-03 Thread Kevan Miller
On Jun 3, 2009, at 3:53 PM, rbaumhof wrote: We found out the following settings for Oracle XA Datasource. These settings have been tested with: Java 1.5, Geronimo 2.1.3,2.1.4 and Oracle 10g Express (XE), 11g Express and 11 Production. The jar File for connect was in all cases the

Re: geronimo 2.1.4 on amd64 tomcat 5 shuts down automatically

2009-06-03 Thread Ivan
From the log output, it seems that the JVM is shutdown smoothly, not a JVM corruption. Turn on the TRACE may be useful, please attach the log files in the email. Before you start the server, please clear the log file, and do a compression, for TRACE option may make the log file much bigger. Ivan