Re: jms:endpoint role=consumer versus jms:consumer

2007-05-09 Thread Guillaume Nodet
Yeah, the documentation has not been updated yet. The jms:consumer and jms:provider endpoints are quite new but they have much more options to configure them. I have made some load tests with them and it seems they work pretty well. On 5/7/07, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S.,

Re: Just a quick patch

2007-05-09 Thread Guillaume Nodet
Thanks Gert ! I've just committed the patch. I'm sorry I don't have much time this week :-( Btw, there has been some problems with your account so the process has been delayed a bit, but we don't forget you :-) On 5/6/07, Gert Vanthienen [EMAIL PROTECTED] wrote: Just a quick patch for a typo

[Fwd: WARNING - 2 days to deadline for May reports]

2007-05-09 Thread Guillaume Nodet
Anybody want to take a look at this ? ---BeginMessage--- Well this sort of sucks - with everyone so busy at ApacheCon EU, we've neglected to remind you of the deadline on the 9th (posted months ago) for http://wiki.apache.org/incubator/May2007 Abdera Lokahi NMaven RCF ServiceMix stdcxx Tika

Re: [Fwd: WARNING - 2 days to deadline for May reports]

2007-05-09 Thread Gert Vanthienen
Guillaume, What exactly is it that needs to be done? Can I help out with it? Gert Guillaume Nodet wrote: Anybody want to take a look at this ? Subject: WARNING - 2 days to deadline for May reports From: William A.

Re: [Fwd: WARNING - 2 days to deadline for May reports]

2007-05-09 Thread Gert Vanthienen
L.S., I have written a summary about what's been going on with ServiceMix in the last few months on the wiki page that was mentioned in the original mail. I hope that is OK... Can someone take a look to ensure that I've added the correct information in the report? Regards, Gert Gert

[jira] Updated: (GERONIMO-3148) ActiveMQ Broker config is missing some dependencies

2007-05-09 Thread Kristian Koehler (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Koehler updated GERONIMO-3148: --- Component/s: ActiveMQ set the right component ActiveMQ Broker config is missing

[jira] Updated: (GERONIMO-3148) ActiveMQ Broker config is missing some dependencies

2007-05-09 Thread Kristian Koehler (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Koehler updated GERONIMO-3148: --- Attachment: active-mq-broker.patch ActiveMQ Broker config is missing some

[jira] Created: (GERONIMO-3148) ActiveMQ Broker config is missing some dependencies

2007-05-09 Thread Kristian Koehler (JIRA)
ActiveMQ Broker config is missing some dependencies --- Key: GERONIMO-3148 URL: https://issues.apache.org/jira/browse/GERONIMO-3148 Project: Geronimo Issue Type: Bug Security Level:

[jira] Assigned: (GERONIMO-3141) potential deadlock in TransformerCollection

2007-05-09 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reassigned GERONIMO-3141: -- Assignee: Kevan Miller potential deadlock in TransformerCollection

problem with the Deploying Geronimo in application server

2007-05-09 Thread sanujit
openejb/ subtask has no mandatory attributes to be specified, this has to generate the openejb-jar.xml for OpenEJB container of Geronimo This file is not getting generated with the addition of openejb/ task in the build file. Any help in generation of the openejb-jar.xml file is

Re: trunk build failed on Windows

2007-05-09 Thread Simon Peng
Removing dependency groupIdorg.apache.openejb/groupId artifactIdcontainer/artifactId version${version}/version typepom/type scopecompile/scope /dependency from M2_REPO/org/apache/openejb/server/3.0-incubating-SNAPSHOT/server-3.0- incubating-SNAPSHOT.pom

[jira] Resolved: (GERONIMO-3147) Unable to deploy anything from the command line (trunk)

2007-05-09 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour resolved GERONIMO-3147. - Resolution: Fixed Fix Version/s: 2.0-M6 Assignee: Jay D. McHugh Many

[jira] Created: (GERONIMODEVTOOLS-145) Provide WTP2.0m6 compatibility

2007-05-09 Thread Vadim Dmitriev (JIRA)
Provide WTP2.0m6 compatibility -- Key: GERONIMODEVTOOLS-145 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-145 Project: Geronimo-Devtools Issue Type: Task Components: eclipse-plugin

Re: svn commit: r536445 - in /geronimo/server/trunk/configs: client-system/pom.xml j2ee-system/pom.xml transformer-agent/pom.xml

2007-05-09 Thread Anita Kulshreshtha
Just curious Why was the main class org.apache.geronimo.system.main.Daemon? we have not been using it for a while. Thanks Anita --- [EMAIL PROTECTED] wrote: Author: kevan Date: Wed May 9 00:08:07 2007 New Revision: 536445 URL: http://svn.apache.org/viewvc?view=revrev=536445 Log:

Re: problem with the Deploying Geronimo in application server

2007-05-09 Thread David Jencks
It's hard to tell but I suspect you are trying to use xdoclet to generate a vendor plan for an ejb app? AFAIK there is no xdoclet support for any openejb version integrated with geronimo. I suggest you use unreleased geronimo 2/openejb 3 with annotated ejb 3 beans where you will need

Re: svn commit: r536445 - in /geronimo/server/trunk/configs: client-system/pom.xml j2ee-system/pom.xml transformer-agent/pom.xml

2007-05-09 Thread David Jencks
I suspect it was originally an overenthusiastic cut-and-paste exercise on my part. AFAIK specifying a main class in an agent jar has no effect, so that part of this patch is cruft cleanup. thanks david jencks On May 9, 2007, at 6:15 AM, Anita Kulshreshtha wrote: Just curious Why was

Re: svn commit: r536445 - in /geronimo/server/trunk/configs: client-system/pom.xml j2ee-system/pom.xml transformer-agent/pom.xml

2007-05-09 Thread Kevan Miller
On May 9, 2007, at 9:15 AM, Anita Kulshreshtha wrote: Just curious Why was the main class org.apache.geronimo.system.main.Daemon? we have not been using it for a while. Heh. Good question. I'm pretty sure that it was a copy/paste error. To my knowledge, we've never used jpa.jar as an

[jira] Resolved: (GERONIMO-3146) run-as support for tomcat servlets

2007-05-09 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan resolved GERONIMO-3146. Resolution: Fixed run-as support for tomcat servlets

Re: Geronimo w/ WebSphere MQ 5.3 XA

2007-05-09 Thread Sudheer
Krishnakumar B [EMAIL PROTECTED] writes: hi Jason, I have tried without XA to keep it simple. XA would also work without any issues. You can try this for XA support ( https://genericjmsra.dev.java.net/docs/userguide/userguide.html ). With some modifications this works on geronimo.

Tuscany sample app

2007-05-09 Thread Jay D. McHugh
Hello all. Well after wandering through class loaders and deployment managers, I finally managed to get the Tuscany calculator sample webapp to deploy and run under Geronimo. And, the problem that made it so hard wasn't even in Geronimo (at least not directly). Tuscany is using a helper

Re: Tuscany sample app

2007-05-09 Thread Jay D. McHugh
I didn't say, but in order to get the app to deploy in Geronimo I had to comment out the close() in IOHelper. Jay Jay D. McHugh wrote: Hello all. Well after wandering through class loaders and deployment managers, I finally managed to get the Tuscany calculator sample webapp to deploy and

[jira] Closed: (GERONIMO-3141) potential deadlock in TransformerCollection

2007-05-09 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3141. -- Resolution: Fixed I've verified that the latest build w/this change works fine on the

[STATUS] (geronimo) Wed May 9 23:48:51 2007

2007-05-09 Thread Geronimo Weekly Status
APACHE GERONIMO STATUS: -*-text-*- Last modified at [$Date: 2007-04-03 09:56:37 -0400 (Tue, 03 Apr 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/geronimo/server/trunk/STATUS Upcoming Releases: Geronimo