Re: Hopeless

2006-09-28 Thread Lasantha Ranaweera
Hi Mattias, Can you post your configuration files to the user list? Then we can help you to figure out your problems. We will go with MySQL :-) . Thanks, Lasantha Ranaweera Mattias Malmgren wrote: Hi again, Sorry for last post, I accidently hit ctrl-e trying to write E and that sends emails

Re: Geronimo Runs out of Memory

2006-09-28 Thread Kevan Miller
Hi Tim, If you could try running on 1.1.1, that would be great. 1.1 was in pretty good shape with regard to basic memory leaks in deploy/ undeploy. I don't recall, off hand, any 1.1 problems that were subsequently uncovered and fixed in 1.1.1. There were some regressions in the 1.1.1 code s

Re: Performance Settings

2006-09-28 Thread Jeffrey Faelnar
They will be running a financial java app offline on a single user system so they do not anticipate heavy loads. However, they may be running other java apps so we would like to prevent out of memory type errors. What other tuning options would you consider as well in that type of setup? Thanks,

Re: Very simple Session EJB example

2006-09-28 Thread Kevan Miller
Mattias, Thanks! I haven't read all of your example, but looks like it will definitely help those following in your footsteps. I have one request: you've 'hijacked' the "Performance Settings" mail thread. I assume you used "Reply" to generate your note and then changed the subject line. Pl

Re: Geronimo Runs out of Memory

2006-09-28 Thread Dmitri Colebatch
By memory, do you mean permgen, or heap? On 9/29/06, Sutton, Timothy <[EMAIL PROTECTED]> wrote: I dont know if this was already a posted issue or not, but has anyone seen where if you redeploy a war several times, or if you start and stop a web app several times that Geronimo gives you an out of

Very simple Session EJB example

2006-09-28 Thread Mattias Malmgren
Hi This is my contribution to beginners trying to understand Session EJB on geronimo http://www.freefarm.se/j2ee/ejb/ex1 I will try to come back with a similar "simple as possible" example of CMP EJB later on if I manage to understand it myself. // Mattias

Re: Performance Settings

2006-09-28 Thread Aaron Mulder
What kind of application or components are you using, and what sort of performance is important to you? Thanks, Aaron On 9/28/06, Jeffrey Faelnar <[EMAIL PROTECTED]> wrote: Hi, We are currently supporting a client evaluating Geronimo. Can anybody direct me to a list of settings I can modi

Re: Geronimo Runs out of Memory

2006-09-28 Thread Vamsavardhana Reddy
Some memory issues have been fixed in 1.1.1 .  Try using 1.1.1 instead of 1.1 VamsiOn 9/28/06, Sutton, Timothy <[EMAIL PROTECTED]> wrote: Versions 1.1 of Geronimo. Tim -Original Message-From: Vamsavardhana Reddy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2006

RE: Geronimo Runs out of Memory

2006-09-28 Thread Sutton, Timothy
Title: Message Versions 1.1 of Geronimo. Tim -Original Message-From: Vamsavardhana Reddy [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 1:18 PMTo: user@geronimo.apache.orgSubject: Re: Geronimo Runs out of MemoryWhich version of Geronimo are you using? On

Re: Geronimo Runs out of Memory

2006-09-28 Thread Vamsavardhana Reddy
Which version of Geronimo are you using? On 9/28/06, Sutton, Timothy <[EMAIL PROTECTED]> wrote: I dont know if this was already a posted issue or not, but has anyoneseen where if you redeploy a war several times, or if you start and stopa web app several times that Geronimo gives you an out of memo

Geronimo Runs out of Memory

2006-09-28 Thread Sutton, Timothy
I dont know if this was already a posted issue or not, but has anyone seen where if you redeploy a war several times, or if you start and stop a web app several times that Geronimo gives you an out of memory issue in the log, and you have to restart it. This has happened with two different applicat

Performance Settings

2006-09-28 Thread Jeffrey Faelnar
Hi, We are currently supporting a client evaluating Geronimo. Can anybody direct me to a list of settings I can modify to optimized performance or suggest ways to tune Geronimo? Thanks. Jeff.

Re: geronimo-quartz.xml help

2006-09-28 Thread Aaron Mulder
On 9/28/06, Peter Petersson <[EMAIL PROTECTED]> wrote: I uppgraded to 1.1.1 and found this information wile installing the plugin http://gplugins.sourceforge.net/ OK, you got it working then? Thanks, Aaron Peter Petersson skrev: > Hi all > > Im trying to set a database resource-ref in t

Re: geronimo-quartz.xml help

2006-09-28 Thread Peter Petersson
I uppgraded to 1.1.1 and found this information wile installing the plugin http://gplugins.sourceforge.net/ Cheers Peter Peter Petersson skrev: Hi all Im trying to set a database resource-ref in the geronimo-quartz.xml (quartz-0.2) file but cant get it right I would appreciate* *a exempel

Re: Config problem with QuartzScheduler

2006-09-28 Thread Peter Petersson
Thanks for the help! I decided to upgrade to 1.1.1 and everything works fine. Cheers Peter Aaron Mulder skrev: On 9/28/06, Peter Petersson <[EMAIL PROTECTED]> wrote: Yes I could try it out on my devel maskin and if it helps I will probably upgrade the server maskin(s). But before I try that,

Re: mysql EJB

2006-09-28 Thread Manu George
Hi Mattias, Check out this link http://cwiki.apache.org/GMOxDOC11/ejb-sample-application.html. It has CMP Ejbs. The only difference with mysql will be configuring the MySQL Datasource and making the cmp-connection-factory tag point to it. Regards Manu On 9/28/06, Mattias Malmgren <

Re: Hopeless

2006-09-28 Thread Mattias Malmgren
Hi again, Sorry for last post, I accidently hit ctrl-e trying to write E and that sends emails in Eudora, the mail client I am using. Basically, I cant get the deploymentdescriptors right. At least that is what I think is wrong. If you deploy my EJB.jar only, it deplys fine, but when I add t

Re: Hopeless

2006-09-28 Thread Mattias Malmgren
Hi Basically, I cant get the deploymentdescriptors right. At least that is what I think is wrong. If you deploy my EJB.jar only, it deplys fine, but when I add the war to the My application compilse just fine. At 13:01 2006-09-28, you wrote: Hi Mattias, You may want to look at the source

Re: Config problem with QuartzScheduler

2006-09-28 Thread Aaron Mulder
On 9/28/06, Peter Petersson <[EMAIL PROTECTED]> wrote: Yes I could try it out on my devel maskin and if it helps I will probably upgrade the server maskin(s). But before I try that, as I can correct the problem by editing the config.xml is there a way to make the config stay correct ? If I reme

Re: Config problem with QuartzScheduler

2006-09-28 Thread Peter Petersson
Yes I could try it out on my devel maskin and if it helps I will probably upgrade the server maskin(s). But before I try that, as I can correct the problem by editing the config.xml is there a way to make the config stay correct ? Thanks, Peter Aaron Mulder skrev: There was a bug fixed in Ge

Re: Hopeless

2006-09-28 Thread Gianny Damour
Hi Mattias, You may want to look at the source code of the DayTrader application as it uses some CMP (http://svn.apache.org/repos/asf/geronimo/ daytrader/trunk/). As this application is rather large, you may also want to have a look at these isolated CMP examples: ejb-jar.xml and openejb-j

Re: Hopeless

2006-09-28 Thread Mattias Malmgren
Hi Yes, momst of my work is based on http://cwiki.apache.org/GMOxDOC11/ejb-sample-application.html So far I have bean abel to get a sessionbean working, but CMP EJB seams to be more difficult. Lets make a super simple example using a phone-book as an example. A table like this: create table

Re: Hopeless

2006-09-28 Thread Jacek Laskowski
On 9/28/06, Mattias Malmgren <[EMAIL PROTECTED]> wrote: Please help! Post som small working examples of CMP EJB! I don't have it atm, but would like to prepare something exciting for the coming JAOO conference in Aarhus in Denmark (http://www.jaoo.dk/conference/) and your idea seem to be very

Hopeless

2006-09-28 Thread Mattias Malmgren
Hi all This is hopeless. I am about to give up, I need small working examples. It is impossible to guess all difrent configurations needed in all the deploymentdescriptors. I have no idea about what to read to get an understanding of this. I have browsed through documentation and read mailili

geronimo-quartz.xml help

2006-09-28 Thread Peter Petersson
Hi all Im trying to set a database resource-ref in the geronimo-quartz.xml (quartz-0.2) file but cant get it right I would appreciate* *a exempel (pointer) that uses a database resource-ref in the job plan. Cheers Peter* *