[jira] Commented: (AMQ-724) Stomp client is not removed from the broker on client disconnect

2007-01-30 Thread Martin Ronner (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38425 ] Martin Ronner commented on AMQ-724: --- Try {{netcat}} also without {{-c}} (close connection on EOF from stdin)... The

Re: [VOTE] 2.0-M2 Milestone ready for review and JACC Specs

2007-01-30 Thread Gianny Damour
+1 Gianny On 29/01/2007, at 12:56 AM, Matt Hogstrom wrote: Oh yeah...here is my+1 On Jan 27, 2007, at 1:01 AM, Matt Hogstrom wrote: All, I have made the binaries from Geronimo 2.0-M2 available for review at: http://people.apache.org/~hogstrom/2.0-M2-rc1 In this directory you will

[VOTE] Release ServiceMix 3.1

2007-01-30 Thread Guillaume Nodet
I have uploaded the servicemix 3.1 release to the incubating repostiory. Please, take some time to review and vote. http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/apache-servicemix/3.1-incubating/apache-servicemix-3.1-incubating.tar.gz

Re: [VOTE] Release ServiceMix 3.1

2007-01-30 Thread Guillaume Nodet
Just a note: *everyone* is encouraged to download, try and vote, not only developers or PPMCers (thought their vote would be non-binding). On 1/30/07, Guillaume Nodet [EMAIL PROTECTED] wrote: I have uploaded the servicemix 3.1 release to the incubating repostiory. Please, take some time to

Re: windows build failure

2007-01-30 Thread anita kulshreshtha
Hernan, Thanks for posting the full trace. I am hoping that I will not have to use it.. Could you please try the following: 1. in your .m2 repo find org/apache/openejb/server/./server-3.0-incubating-20070127.005531-23. It should look like this:

Re: Long file path problem in WinXP

2007-01-30 Thread anita kulshreshtha
This is nice! It gives us some more breathing room. We still we can not generate unpacked servers in individual assemblies directory because of long names in webconsole configs. Thanks Anita --- Davanum Srinivas [EMAIL PROTECTED] wrote: Anita, Checked in a fix for the long file path

Re: message stuck inside Activemq queue

2007-01-30 Thread tarun4java
same problem here however here number of messages stuck is quite high. If you are able to find any solution plz let us know also. rvenkat23 wrote: We are also facing the same problem..Messages are stuck in the queue after some timeWe are using spring 2.0, activemq 4.1 configured to

Re: Why is GERONIMO_HOME not passed into the server?

2007-01-30 Thread Ted Kirby
On 1/29/07, David Jencks [EMAIL PROTECTED] wrote: One slight convenience I thought of would be to add a flag to the Maven2Repository to determine if it resolves root against the base or server directory from serverinfo. With what we have now, you'd presumably put the new repo inside var, but

[RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Matt Hogstrom
The release passes with 10 +_1 votes from the folks below and no other votes. I'll push the binaries out today and get the release notes updated. Hernan, if you have time could you update the download page? I'll move the binaries around. Thanks everyone. The drive to five continues :)

Re: [RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Hernan Cunico
I'll commit the site update as soon as I can verify I have not fat fingered any link. PS. do we overwrite M1 with M2 or just append M2? Since it is a new milestone I would just keep the latest one on the download page and get rid of M1 download info. Comments? Cheers! Hernan Matt Hogstrom

Re: windows build failure

2007-01-30 Thread Jay D. McHugh
Hello everyone, I am hoping that I am not the only person on Linux who is experiencing the same error. But, from a fresh trunk checkout - I get this same error. I have tried every fix that I have read in the build failure threads (that would apply to Linux anyway) and I have not been able

[jira] Created: (AMQCPP-63) asynchronous send

2007-01-30 Thread L:esha Masterov (JIRA)
asynchronous send - Key: AMQCPP-63 URL: https://issues.apache.org/activemq/browse/AMQCPP-63 Project: ActiveMQ C++ Client Issue Type: Improvement Components: CMS Impl, Openwire, Stomp Affects Versions: 1.1, 2.0

Re: [RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Paul McMahan
On 1/30/07, Hernan Cunico [EMAIL PROTECTED] wrote: I'll commit the site update as soon as I can verify I have not fat fingered any link. PS. do we overwrite M1 with M2 or just append M2? Since it is a new milestone I would just keep the latest one on the download page and get rid of M1

Re: windows build failure

2007-01-30 Thread anita kulshreshtha
Jay, I am so glad to see this on linux! I can not seem to reproduce this error.. So I am going to ask for your help. Could you please post the trace (mvn -e -X...) with the following fix. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: Hernan, Thanks for posting the full

[jira] Updated: (AMQCPP-62) Broken CLIENT_ACKNOWLEDGE

2007-01-30 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-62: --- Priority: Major (was: Critical) Fix Version/s: 2.0 Broken CLIENT_ACKNOWLEDGE

Re: windows build failure

2007-01-30 Thread David Jencks
I looked at this a little bit and think that the problem is that xmlbeans is trying to open the openejb container pom as if it were a zip file, to look inside for precompiled schemas. I suspect it can best be fixed in the xmlbeans plugin. Kevan opened a jira for it

Re: windows build failure

2007-01-30 Thread Kevan Miller
On Jan 30, 2007, at 10:38 AM, Jay D. McHugh wrote: Hello everyone, I am hoping that I am not the only person on Linux who is experiencing the same error. But, from a fresh trunk checkout - I get this same error. I have tried every fix that I have read in the build failure threads

Re: windows build failure

2007-01-30 Thread Hernan Cunico
Hi Tim, I tried with jdk1.5.0_06 through jdk1.5.0_10, no difference. I also tried moving the M2 repo all around but had the same results. I am not specifying any heap sz in JAVA_OPTS, instead I use this specific for maven MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m -Dmaven.test.skip=true. I don't

Re: [RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Matt Hogstrom
+1...overwrite M1 with M2 we'll leave the binaries out there for posterity. On Jan 30, 2007, at 11:01 AM, Paul McMahan wrote: On 1/30/07, Hernan Cunico [EMAIL PROTECTED] wrote: I'll commit the site update as soon as I can verify I have not fat fingered any link. PS. do we overwrite M1

Re: windows build failure

2007-01-30 Thread Jay D. McHugh
Kevan, Thank you! I'm finally past that point in the build! Here is my JRE and environment info - maybe it will help to figure out the problem with Xmlbeans: I'm using Sun Java version 1.5.0_06. JAVA_OPTS=-Xms128m -Xmx1024m JAVA_HOME=/opt/jdk1.5.0._06 JRE_HOME not set. Jay Kevan Miller

Re: windows build failure

2007-01-30 Thread David Jencks
Is stax-1.1.1 really required now for geronimo-service-builder? This seems really really strange to me... can someone explain? thanks david jencks On Jan 30, 2007, at 8:25 AM, Hernan Cunico wrote: Hi Tim, I tried with jdk1.5.0_06 through jdk1.5.0_10, no difference. I also tried moving the

Re: windows build failure

2007-01-30 Thread Jay D. McHugh
Anita, The workaround that Kevan sent (commenting out the dependency in openejb/server) worked. Thanks for offering your help though. Jay anita kulshreshtha wrote: Jay, I am so glad to see this on linux! I can not seem to reproduce this error.. So I am going to ask for your help. Could

Re: Why is GERONIMO_HOME not passed into the server?

2007-01-30 Thread David Jencks
On Jan 30, 2007, at 7:13 AM, Ted Kirby wrote: On 1/29/07, David Jencks [EMAIL PROTECTED] wrote: One slight convenience I thought of would be to add a flag to the Maven2Repository to determine if it resolves root against the base or server directory from serverinfo. With what we have now,

Re: windows build failure

2007-01-30 Thread Hernan Cunico
Hi Anita, I just tried this and got the same build failure. Cheers! Hernan anita kulshreshtha wrote: Hernan, Thanks for posting the full trace. I am hoping that I will not have to use it.. Could you please try the following: 1. in your .m2 repo find

Re: [RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Jeff Genender
Me too...+1 Dain Sundstrom wrote: Hey, I thought I had until 1 Tuesday to vote. Anyway here is my +1 -dan On Jan 30, 2007, at 7:16 AM, Matt Hogstrom wrote: The release passes with 10 +_1 votes from the folks below and no other votes. I'll push the binaries out today and get the

Releasing JACC M2

2007-01-30 Thread Matt Hogstrom
Dain, Since you offered to be the keeper of the SPECs can you release Geronimo_JACC 1.0-M2 today? all, Also, I talked to David Jencks about the version number and he has not been able to get JACC passing the TCK and would prefer to not release it until he's got those bugs worked out.

[jira] Updated: (AMQ-1140) Compression not working

2007-01-30 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated AMQ-1140: --- Affects Version/s: (was: 4.1.2) 4.1.0 Compression not working

[jira] Resolved: (AMQ-1140) Compression not working

2007-01-30 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved AMQ-1140. Resolution: Fixed Fix Version/s: 4.2.0 4.1.1 Added test case and

[jira] Commented: (AMQ-1140) Compression not working

2007-01-30 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38427 ] Hiram Chirino commented on AMQ-1140: Fix in trunk rev 501506 and fixed in 4.1 branch in rev 501500 Compression

[jira] Commented: (AMQ-724) Stomp client is not removed from the broker on client disconnect

2007-01-30 Thread Tom Vijlbrief (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38428 ] Tom Vijlbrief commented on AMQ-724: --- I'm confused. When I try the netcat example with NoDisconnect in the current

Re: windows build failure

2007-01-30 Thread Joe Bohn
Hernan, I didn't save the results of this when I tried it earlier today ... but I think I received the original error with Kevan's suggestion to remove the specific version. BTW, I also added the dependency on the container back into the server when I tried this. Perhaps you didn't add that

RE: [Fwd: Re: url-pattern issue during Axis2 integration]

2007-01-30 Thread Lin Sun
Something went wrong with my gmail so I didn't see the reply till now. No, I've tried that yesterday and it didn't work. I wish it could. :-) Basically, you cannot have servicepath set to empty or null. public String getServicePath() { if (servicePath == null ||

Re: [RESULTS] 2.0-M2 Milestone Approved with 10 +1's and no other votes

2007-01-30 Thread Matt Hogstrom
Tuesday at 0100 Eastern :) Odd time, I'll concede. On Jan 30, 2007, at 12:48 PM, Dain Sundstrom wrote: Hey, I thought I had until 1 Tuesday to vote. Anyway here is my +1 -dan On Jan 30, 2007, at 7:16 AM, Matt Hogstrom wrote: The release passes with 10 +_1 votes from the folks below and

Re: windows build failure

2007-01-30 Thread Hernan Cunico
nope, I actually rolled back the changes and added the dependencies back on the container. then I tried Kevan's suggestion about not specifying any version in the root pom and that's error I got. Cheers! Hernan Joe Bohn wrote: Hernan, I didn't save the results of this when I tried it

Re: [Fwd: Re: url-pattern issue during Axis2 integration]

2007-01-30 Thread Davanum Srinivas
I remember a special setting for setServicePath(/) can u please try that one? On 1/30/07, Lin Sun [EMAIL PROTECTED] wrote: Something went wrong with my gmail so I didn't see the reply till now. No, I've tried that yesterday and it didn't work. I wish it could. :-) Basically, you cannot have

[jira] Closed: (GERONIMO-2178) JSP Taglibs accessed via a global context

2007-01-30 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan closed GERONIMO-2178. -- Resolution: Duplicate Fix Version/s: 2.0-beta1 JSP Taglibs accessed via a global

[jira] Created: (GERONIMO-2785) Sun changed the (final?) javaee 5 schemas and we need to generate new xmlbeans classes for them

2007-01-30 Thread David Jencks (JIRA)
Sun changed the (final?) javaee 5 schemas and we need to generate new xmlbeans classes for them --- Key: GERONIMO-2785 URL:

Re: Help needed on http methods and regular expressions

2007-01-30 Thread David Jencks
I talked with Greg Wilkins a bit and this issue is apparently going to be fixed soon: http://jcp.org/aboutJava/communityprocess/maintenance/jsr154/ servlet-2.5_MR6.html after checking that the last batch of xsd changes didn't break anything I'm going to patch the web-app schema and

[jira] Updated: (GERONIMO-2786) Unable to deploy a web app to current trunk build of geronimo (rev 501640)

2007-01-30 Thread Jay D. McHugh (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay D. McHugh updated GERONIMO-2786: Attachment: simple.war This is an example simple war file (only one jsp) that I am