Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread David Jencks
I really think the most likely explanation for this is that the commitBeforeAutocommit value you are supplying is not getting to the tranql connector. If I was investigating this I would debug through the tranql code to see if the code does try to commit. thanks david jencks On Sep 2, 200

Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread MichaelHaeublein
Hi, We are using neither of them. We use a JDBC driver (ojdbc-14.jar) for the connectionn pool. Donald Woods-2 wrote: > > Are you using the provided tranql-connector-oracle-local-1.3.rar or > tranql-connector-oracle-xa-1.3.rar for the server db connection pool? > > > -Donald > > MichaelHae

Does changing machine ip require reconfiguring Geronimo?

2008-09-02 Thread Stella Lok
Hi, I would like to ask if there is any reconfiguration of Geronimo needed to be done, when the ip address or hostname of the physical machine is changed. Thank you Stella

Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread Donald Woods
Are you using the provided tranql-connector-oracle-local-1.3.rar or tranql-connector-oracle-xa-1.3.rar for the server db connection pool? -Donald MichaelHaeublein wrote: Hello, Me any my colleauge are working on client-server-application, which is using geronimo as an application server and

Re: Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Donald Woods
Believe your best bet is to wait for 1.6.0 SR2, as there are many known problems with SR1, like not being able to build with Maven 2.0.5 or later. -Donald Juergen Weber wrote: The last line in the log is 13:59:58,847 INFO [startup] Deployed Application(path=/projekte/geronimo-jetty6-javaee

Re: EAR bundle dir classpath issue

2008-09-02 Thread devdev
What is the workaround? Where should we put the lib for the time being? THanks JFR fmeili wrote: > > Hi, > > I've try to build an EAR with the default lib/ bundle directory without > using the manifes Class-Path entry in all WAR's which references the jar > files in the lib/ directory. This

Re: Startup Error

2008-09-02 Thread Kevan Miller
On Sep 2, 2008, at 2:39 PM, kwdev wrote: I am using the command ./geronimo.sh start in my new Sun Solaris environment and am getting the error below at startup. But in old Red Had env , I use the linux service utility and the start the server using : /sbin/service geronimo start My qu

Re: Startup Error

2008-09-02 Thread kwdev
I am using the command ./geronimo.sh start in my new Sun Solaris environment and am getting the error below at startup. But in old Red Had env , I use the linux service utility and the start the server using : /sbin/service geronimo start My question is there an alternative way to start the ser

Re: Transaction Support in Geronimo

2008-09-02 Thread Kevan Miller
On Sep 2, 2008, at 1:49 PM, David Jencks wrote: On Sep 1, 2008, at 6:35 PM, Kevan Miller wrote: On Sep 1, 2008, at 5:59 PM, Juergen Weber wrote: What is the state of Transaction Support in Geronimo? Are distributed (XA) transactions supported, too? Googling for geronimo transaction si

Re: EJB Injection Problem

2008-09-02 Thread Jeremy Cowgar
It is a J2EE app but run outside of the container. A swing app that will access the Geronimo server remotely. I guess my use of "stand alone" was not correct. How does a user execute the ear client module? Jeremy On Sep 2, 2008, at 1:50 PM, David Jencks wrote: On Sep 2, 2008, at 5:40 AM,

Re: EJB Injection Problem

2008-09-02 Thread David Jencks
On Sep 2, 2008, at 5:40 AM, Jeremy Cowgar wrote: I am having problems using a stand alone program. Injection only works with jee app clients, typically deployed as a client module in an ear. I wouldn't describe these as "stand alone" thanks david jencks I have the following code: pub

Re: EJB Injection Problem

2008-09-02 Thread Lin Sun
Hi, We have a daytrader ear module (http://svn.apache.org/viewvc/geronimo/daytrader/trunk/) that has two application clients(wsappclient and streamer). You can execute the app client inside the app container. For example, in GERONIMO_HOME/bin directory, execute: client.[bat|sh] org.apache.geron

Re: Transaction Support in Geronimo

2008-09-02 Thread David Jencks
On Sep 1, 2008, at 6:35 PM, Kevan Miller wrote: On Sep 1, 2008, at 5:59 PM, Juergen Weber wrote: What is the state of Transaction Support in Geronimo? Are distributed (XA) transactions supported, too? Googling for geronimo transaction site:apache.org did not give a good result. Yes, th

Re: MDB - reading messages in transaction

2008-09-02 Thread David Jencks
On Sep 1, 2008, at 11:52 AM, Juergen Weber wrote: djencks wrote: On Aug 30, 2008, at 1:08 AM, Juergen Weber wrote: On Fri, Aug 29, 2008 at 7:29 PM, David Jencks <[EMAIL PROTECTED]> wrote: On Aug 29, 2008, at 9:59 AM, Juergen Weber wrote: Hi, can a Geronimo message driven bean read

EJB Injection Problem

2008-09-02 Thread Jeremy Cowgar
I am having problems using a stand alone program. I have the following code: public class Main { @EJB private GreeterRemote greeter; public static void main(String[] args) { new Main(); } public Main() { System.ou

Re: Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Juergen Weber
The last line in the log is 13:59:58,847 INFO [startup] Deployed Application(path=/projekte/geronimo-jetty6-javaee5-2.1.2/var/temp/geronimo-deploymentUtil23675.jar) The JDK is from http://www.ibm.com/developerworks/java/jdk/linux/download.html Java SE Version 6 32-bit xSeries (Intel compa

Re: Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Kevan Miller
On Sep 2, 2008, at 5:40 AM, Juergen Weber wrote: I tried geronimo-jetty6-javaee5-2.1.2 with IBM JDK 1.6 on Red Hat Enterprise Linux Server release 5.2 There must be some problem, when I try to access the console the browser shows the right title but the page stays empty for some 2 minute

Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Juergen Weber
I tried geronimo-jetty6-javaee5-2.1.2 with IBM JDK 1.6 on Red Hat Enterprise Linux Server release 5.2 There must be some problem, when I try to access the console the browser shows the right title but the page stays empty for some 2 minutes or so (a timeout?), then the page appears. Server startu