[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-10 Thread JIRA
[ https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37406 ] Bernhard Wellhöfer commented on AMQ-1017: - A build using Debian Sarge works fine. But a 4.2 ActiveMQ version was build, not a 4.1. As I said I'm trying to

[jira] Closed: (AMQ-1028) AMQ Stops dispatching messages after a period of time without errors/warnings

2006-11-10 Thread Bas van Beek (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1028?page=all ] Bas van Beek closed AMQ-1028. - Fix Version/s: 4.0.2 Resolution: Incomplete major oops... I set ack:client in the stomp subscription header and acknowlegded incorrect message id's...

[Fwd: Re: Activemq 4.0.2 - stops sending message after some time (solved)]

2006-11-10 Thread Sandeep Chayapathi
Hi all, After further testing, I was able to to distill the problem to unconsumed messages in a durable topic subscription. The solution was to increase the usageManager limit, as described here: http://www.nabble.com/problem-with-durable-subscribers-tf2145613.html#a5923485 Although it must

[jira] Resolved: (AMQ-1042) The JMSConsumerTest interminitently failed on linux systems.

2006-11-10 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1042?page=all ] Jonas Lim resolved AMQ-1042. Resolution: Fixed fixed in 4.2 ( trunk) : r473647 4.1 branch : r473657 The JMSConsumerTest interminitently failed on linux systems.

[jira] Commented: (AMQ-1028) AMQ Stops dispatching messages after a period of time without errors/warnings

2006-11-10 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1028?page=comments#action_37408 ] james strachan commented on AMQ-1028: - A badly behaved consumer can't bring the entire messaging system down. Dealing with slow consumers on non-persistent

[jira] Resolved: (AMQ-1039) activemq-web module fails in maven-build with test enabled

2006-11-10 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1039?page=all ] Jonas Lim resolved AMQ-1039. Resolution: Fixed fixed in revision: 473325 activemq-web module fails in maven-build with test enabled --

[jira] Created: (AMQ-1039) activemq-web module fails in maven-build with test enabled

2006-11-10 Thread Jonas Lim (JIRA)
activemq-web module fails in maven-build with test enabled -- Key: AMQ-1039 URL: https://issues.apache.org/activemq/browse/AMQ-1039 Project: ActiveMQ Issue Type: Bug Affects

[jira] Commented: (AMQ-1028) AMQ Stops dispatching messages after a period of time without errors/warnings

2006-11-10 Thread Bas van Beek (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1028?page=comments#action_37410 ] Bas van Beek commented on AMQ-1028: --- Well at the moment it does bring the system down in a way... one consumer subscribed (with ack:client) on topic FOO

[jira] Created: (AMQ-1040) Full src-jar distributed with binary

2006-11-10 Thread JIRA
Full src-jar distributed with binary Key: AMQ-1040 URL: https://issues.apache.org/activemq/browse/AMQ-1040 Project: ActiveMQ Issue Type: Improvement Affects Versions: 4.1 Environment: n/a

Re: Build question - configs

2006-11-10 Thread Joe Bohn
Vamsi, I'm not sure if this is correct but I think if you want a module (jar) level dependency that is added to the assembly repo but not included in the config plan you can do the folllowing: - add a dependency entry in geronimo-dependency.xml under that module's

Re: 1.2 Release Plan

2006-11-10 Thread Matt Hogstrom
Overall I like the plan. It is a good division. I assume that as new bugs are cropped up we would make the decision on whether they are a show stoper or not. For the most part we should have addressed them earlier if IIUC. On Nov 8, 2006, at 2:54 PM, Dain Sundstrom wrote: For the 1.2

Re: Drop Sun ORB

2006-11-10 Thread Matt Hogstrom
+1...the Sun ORB is deadlong live the Sun ORB. On Nov 8, 2006, at 4:24 PM, Dain Sundstrom wrote: I'm going to drop the Sun ORB from trunk (unless someone objects :)). We have voted to have Yoko in 1.2 and once we certify there is no reason to keep the Sun ORB configs around. Once we

Re: Java5 now required to build

2006-11-10 Thread Matt Hogstrom
Sounds good. What parts of the server are specifically 1.5? I was only aware of OEJB. On Nov 8, 2006, at 8:00 PM, Dain Sundstrom wrote: Java5 is now required to build the server, but we are creating 1.4 byte code. I have verified the server still starts with 1.4. -dain Matt

Re: Setting domain for tomcat MBeans [was Re: Geronimo jmx question]

2006-11-10 Thread Matt Hogstrom
On Nov 9, 2006, at 3:37 PM, Dain Sundstrom wrote: On Nov 9, 2006, at 11:44 AM, David Jencks wrote: On Nov 9, 2006, at 11:22 AM, Jeff Genender wrote: I don't think it is worth the risk to attempt this for 1.2. I agree this should be deferred until after 1.2 is out. -dain Matt

[jira] Closed: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=all ] Matt Hogstrom closed DAYTRADER-22. -- Fix Version/s: 1.2 Resolution: Won't Fix Assignee: Matt Hogstrom I changed it to false. I would rather add a configuration property so

Re: Setting domain for tomcat MBeans [was Re: Geronimo jmx question]

2006-11-10 Thread anita kulshreshtha
--- Dain Sundstrom [EMAIL PROTECTED] wrote: Please don't put them in the same domain as the rest of the geronimo mbeans. This will cause many TCK tests to fail and may result in name collisions. There are no name collisions because tomcat MBeans use type=... in their names whereas

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-11-10 Thread JIRA
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12448789 ] Jérôme GODARD commented on GERONIMO-1585: - I modify the geronimo-security-1.1.1.jar file with the security.patch to use the /* to secure all pages of

Build failed, looking for maven-jaxb2-plugin

2006-11-10 Thread Mittler, Nathan
A clean build of trunk (with mvn 2.0.4) is failing for me when building the XMPP module, trying to download the maven-jaxb2-plugin: https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/ maven2/maven-jaxb2-plugin/0.1/maven-jaxb2-plugin-0.1.pom The funny thing is that I can view

[jira] Closed: (AMQ-630) After broker has shutdown, cannot shutdown a client application

2006-11-10 Thread Kieran Murphy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-630?page=all ] Kieran Murphy closed AMQ-630. - Resolution: Fixed This is fixed, but the client using the failover protocol must be configured with the maxReconnectAttempts argument set. If

RE: Build failed, looking for maven-jaxb2-plugin

2006-11-10 Thread Murphree, Michael
Nate, I've been having the same trouble as you: https://issues.apache.org/activemq/browse/AMQ-1017. I have far less experience with Maven, though. I can get through most of the build but I get stuck there with the same error. I'm not sure what I'd actually need to do to get my local Maven

[jira] Created: (GERONIMO-2559) cannot stop activemq via kernel shutdown

2006-11-10 Thread Paul McMahan (JIRA)
cannot stop activemq via kernel shutdown Key: GERONIMO-2559 URL: http://issues.apache.org/jira/browse/GERONIMO-2559 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues)

[jira] Commented: (AMQ-465) deadlock when using VM transport and Jencks...

2006-11-10 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-465?page=comments#action_37412 ] Hiram Chirino commented on AMQ-465: --- This was fixed in rev 386335. deadlock when using VM transport and Jencks...

Re: Can't build trunk for an java.io.InvalidClassException

2006-11-10 Thread David Jencks
I'm worried that we didn't fix all the backward compatibility issues adding priority into GBeanData and GBeanInfo. I wonder if you are doing an online build and somehow pulling down out of date config snapshots with old-style serialized GBeanInfos. I'll try to figure this out... but I

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12448808 ] Piyush Agarwal commented on DAYTRADER-22: - I will investigate to make this a configuration property so that it can be changed in an easier

Cannot preserved order in durable subscriber

2006-11-10 Thread andrewlai
Hi all, Does active MQ support to preserve order in durable topic? Eg. I have a durable subscriber which was disconnected when the message is published as 1,2,3,4,5. When the subscriber consumes the messages later, the sequence become 1,3,5,2,5 etc... Does any one knows how to preserve the

servicemix-common and deployers

2006-11-10 Thread Jamie McCrindle
hi all, i've been using servicemix-common which makes the process of getting a fully fledged component done much easier. i do have a query / suggestion regarding the way deployers are handled. currently, if a baseserviceunitmanager is marked as having persistent service units the deploy method

Re: Cannot preserved order in durable subscriber

2006-11-10 Thread andrewlai
I just used the default conf for ActiveMQ.I use the same program to put into Queue and there is no message ordering problem. It's only when I use Durable Topic when this problem occur. andrewlai wrote: Yes same VM instance using same connection object James.Strachan wrote: Did the

Re: Cannot preserved order in durable subscriber

2006-11-10 Thread andrewlai
BTW I am running on 4.0.1, if it matters. Thanks a lot andrewlai wrote: I just used the default conf for ActiveMQ.I use the same program to put into Queue and there is no message ordering problem. It's only when I use Durable Topic when this problem occur. andrewlai wrote: Yes

Re: [jira] Created: (GERONIMO-2559) cannot stop activemq via kernel shutdown

2006-11-10 Thread anita kulshreshtha
This is the same issue as http://issues.apache.org/jira/browse/GERONIMO-2502 and http://issues.apache.org/jira/browse/GERONIMO-2400 I have looked using Jconsole, there is no thread called Thread-6. Thanks Anita --- Paul McMahan (JIRA) [EMAIL PROTECTED] wrote: cannot stop activemq via

Re: [jira] Created: (GERONIMO-2559) cannot stop activemq via kernel shutdown

2006-11-10 Thread Paul McMahan
Thanks Anita I added a dup link. Paul On 11/10/06, anita kulshreshtha [EMAIL PROTECTED] wrote: This is the same issue as http://issues.apache.org/jira/browse/GERONIMO-2502 and http://issues.apache.org/jira/browse/GERONIMO-2400 I have looked using Jconsole, there is no thread called

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12448828 ] Matt Hogstrom commented on DAYTRADER-22: Thanks Piyush...I should add that it was confusing about what a particular runtime mode was actually composed

[jira] Assigned: (GERONIMO-1358) Switch database config file looking to geronimo.apache.org

2006-11-10 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1358?page=all ] Paul McMahan reassigned GERONIMO-1358: -- Assignee: Paul McMahan Switch database config file looking to geronimo.apache.org --

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12448841 ] Piyush Agarwal commented on DAYTRADER-22: - That sounds like a good idea, what do you have in mind, where exactly are you thinking of having the Runtime

[jira] Created: (AMQ-1042) The JMSConsumerTest interminitently failed on linux systems.

2006-11-10 Thread Hiram Chirino (JIRA)
The JMSConsumerTest interminitently failed on linux systems. Key: AMQ-1042 URL: https://issues.apache.org/activemq/browse/AMQ-1042 Project: ActiveMQ Issue Type: Bug

[jira] Resolved: (GERONIMO-1358) Switch database config file looking to geronimo.apache.org

2006-11-10 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1358?page=all ] Paul McMahan resolved GERONIMO-1358. Resolution: Fixed Switch database config file looking to geronimo.apache.org --

[jira] Closed: (GERONIMO-2110) web access log viewer cannot display in tomcat assembly

2006-11-10 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2110?page=all ] Paul McMahan closed GERONIMO-2110. -- web access log viewer cannot display in tomcat assembly --- Key: GERONIMO-2110

[jira] Resolved: (GERONIMO-2110) web access log viewer cannot display in tomcat assembly

2006-11-10 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2110?page=all ] Paul McMahan resolved GERONIMO-2110. Resolution: Fixed Assignee: Paul McMahan fixed in revision 471784 web access log viewer cannot display in tomcat assembly

[jira] Updated: (SM-739) wsdl for pojos exported by jsr181 endpoint is missing complextypes from other namespaces than the service itself

2006-11-10 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/activemq/browse/SM-739?page=all ] Christian Schneider updated SM-739: --- Attachment: complextypetestpatch.txt I have written and attached a Testcase for the problem. wsdl for pojos exported by jsr181 endpoint is missing

Re: Can't build trunk for an java.io.InvalidClassException

2006-11-10 Thread Jian Liao
Thanks for all your response.I have worked around this issue by check out a fresh trunk and setup an empty maven repository, then build it successfully.I still keep the old environment and I can test again if someone fix this problem. thanks,- Jian LiaoOn 11/11/06, Gianny Damour [EMAIL PROTECTED]

Logging problems

2006-11-10 Thread anita kulshreshtha
The log file only contains environment info. No other information is being written. Thanks Anita Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com