Re: Geronimo 1.0 ActiveMQ and Performance

2006-09-22 Thread avin98
I use NON_PERSISTENT delivery mode in an Auto Acknowledgement mode. However the ActiveMQ database persistence havent been disabled though. I used Message Consumers extensively in a MDB using a Bean Managed Transaction. Aaron Mulder wrote: > > Could it be that the Derby database used for p

Re: Web Service Sample Application

2006-09-22 Thread David Jencks
Daytrader has a ws app client that I turned on in daytrader trunk and works for me in geronimo trunk. This might be more complicated than you want for a demo but might be useful to look at. The plan I use to deploy is in one of the daytrader jira issues -- I think I called it d-j-plan (fo

Re: Geronimo 1.0 ActiveMQ and Performance

2006-09-22 Thread Aaron Mulder
Could it be that the Derby database used for persistence is slowing down the ActiveMQ server? Have you tried pointing ActiveMQ to a different database for persistence (or leaving the journal but disabling the database persistence)? Thanks, Aaron On 9/22/06, avin98 <[EMAIL PROTECTED]> wrote:

Geronimo 1.0 ActiveMQ and Performance

2006-09-22 Thread avin98
Has anyone noticed the performance of an Embedded ActiveMQ 3.2.2 to get slower and slower as the AppServer uptime increases ? I have been running my MDBs on geronimo 3.2.2 and I have noticed a significant increase in the activeMQ performance, after restarting the server everytime. The Message con

Re: Web Service Sample Application

2006-09-22 Thread Dave Colasurdo
That would be awesome.. Thanks!! I'm unaware of anyone else working on this. -Dave- Lasantha Ranaweera wrote: Hi All, I saw there is an empty sample application under web services section in Geronimo user guide. Does anybody working on that? I would like to contribute on that. Thanks, La

CMP EJB without primary key

2006-09-22 Thread Mattias Malmgren
Hi This is perhaps out of topic, but I have a question about CMP and EJB and there seams to be some very experiensed EJB-programmers rading this list. Reading Suns j2ee tutorial it says that an EJB must have a primary key. I wonder if it is possible to have a EBJ that only have a foreign key.

Creating SQL security realm fails in 1.1.1

2006-09-22 Thread mahu2425
Hi, I tried to create an SQL security realm in Geronimo 1.1.1 using the wizard, but in opposite to Geronimo 1.0 it fails. Maybe this might be a bug In the last step where I can test the new ream I'll always get the result "Login failed". The logfile (geronimo.log) says: 07:33:15,193 WARN [Se

Re: Can not deploy EAR in Geronimo 1.1.1

2006-09-22 Thread Aaron Mulder
Can you post your openejb-jar.xml (preferably once)? Thanks, Aaron On 9/22/06, mahu2425 <[EMAIL PROTECTED]> wrote: Hi there, I'm trying to migrate an application from Geronimo 1.0 to Geronimo 1.1.1 (Jetty version), but I fail deploying the ear file. My application consists of a single st

Can not deploy EAR in Geronimo 1.1.1

2006-09-22 Thread mahu2425
Hi there, I'm trying to migrate an application from Geronimo 1.0 to Geronimo 1.1.1 (Jetty version), but I fail deploying the ear file. My application consists of a single stateless session bean, that serves as a webservice. The resulting jar file (with the ejb) is packaged in a ear file. I upd

Geronimo docbase

2006-09-22 Thread Timo Erbach . netbixx
Hello, how can I change the docbase for webapps. DonĀ“t wana use the deploy directory. Regrads Timo

Web Service Sample Application

2006-09-22 Thread Lasantha Ranaweera
Hi All, I saw there is an empty sample application under web services section in Geronimo user guide. Does anybody working on that? I would like to contribute on that. Thanks, Lasantha Ranaweera

Re: Refering two ear s

2006-09-22 Thread Kanchana Welagedara
i got it I got the console out put as follows Geronimo Application Server started Test Servlet init 23:40:57,603 INFO [Log] OPENEJB: Calls to remote interfaces will have their values copied. TestSessionBean Test Servlet looked up java:comp/env/TestSession Test Servlet looked up java:comp/env/lin

Re: Refering two ear s

2006-09-22 Thread David Jencks
right you are I attached another version of the mini-project to the jira that I think has the correct parent poms indicated. thanks david jencks On Sep 22, 2006, at 12:49 AM, Kanchana Welagedara wrote: Hi David I tried to play with the http://issues.apache.org/jira/browse/GERONIMO-2142

Re: Refering two ear s

2006-09-22 Thread Kanchana Welagedara
Hi David I tried to play with the http://issues.apache.org/jira/browse/GERONIMO-2142.But I couldn't find luck with that. These are the steps I follows *unzipped the ejbref-itests.jar *and tried to build each folders ejb,ejb2 and war using the pom.xml and "mvn clear install" * I got the following