Re: [Erma-core] Boing!

2008-06-26 Thread Matthew Kemp
Me too. On Thu, Jun 26, 2008 at 11:27 AM, Doug Barth <[EMAIL PROTECTED]> wrote: > Got it. > > -- > Doug Barth > > > > ___ > Mailing list: > https://launchpad.net/~erma-core > Post to : erma-core@lists.launchpad.n

Re: [Erma-core] Changing the wiki contribution policy

2008-07-02 Thread Matthew Kemp
I like Google's UI, but I think it might be better to keep everything in one place. Matt On Tue, Jul 1, 2008 at 10:48 PM, O'Keefe, Matthew <[EMAIL PROTECTED]> wrote: > We've been unaware of a few notifications of new member applications, so > I'm in favor of this. I assume we can roll back bad

Re: [Erma-core] [Question #38478]: does erma support publishing of events via jms?

2008-07-07 Thread Matthew Kemp
No, there is not currently a MonitorProcessor for JMS. I'm not sure if you'd need a new Monitor implementation for your use case. It would depend on your requirements. Matt On Mon, Jul 7, 2008 at 10:08 AM, jamie archibald < [EMAIL PROTECTED]> wrote: > New question #38478 on ERMA: > https://answ

Re: [Erma-core] [Question #38478]: does erma support publishing of events via jms?

2008-07-07 Thread Matthew Kemp
Question #38478 on ERMA changed: https://answers.launchpad.net/erma/+question/38478 Matthew Kemp proposed the following answer: No, there is not currently a MonitorProcessor for JMS. I'm not sure if you'd need a new Monitor implementation for your use case. It would depend on your re

[Erma-core] logging framework

2008-07-07 Thread Matthew Kemp
We might want to look at using something like slf4j as the logging API. This would allow the users to choose their logging framework instead of forcing them to use log4j. It currently supports logback, x4juli, log4j and JDK logging. http://www.slf4j.org/ Matt _

Re: [Erma-core] [Question #44131]: NullPointerException thrown when using TransactionMonitor

2008-09-04 Thread Matthew Kemp
Question #44131 on ERMA changed: https://answers.launchpad.net/erma/+question/44131 Status: Open => Answered Matthew Kemp proposed the following answer: The reason the second case works is because you a directly supplying the LoggingMonitorProcessor versus going through

Re: [Erma-core] [Question #44129]: Problem when using LoggingMonitorProcessor, the log is null

2008-09-04 Thread Matthew Kemp
Question #44129 on ERMA changed: https://answers.launchpad.net/erma/+question/44129 Status: Open => Answered Matthew Kemp proposed the following answer: See answer for Question #44131. -- You received this question notification because you are a member of Erma-core, which is an ans

Re: [Erma-core] [Question #44131]: NullPointerException thrown when using TransactionMonitor

2008-09-04 Thread Matthew Kemp
Question #44131 on ERMA changed: https://answers.launchpad.net/erma/+question/44131 Status: Open => Answered Matthew Kemp proposed the following answer: You can probably classify as solved since we did answer your question. We will add the bug to jira when it comes online. -- You recei

Re: [Erma-core] I propose moving hosting sites

2008-11-10 Thread Matthew Kemp
+1 for moving hosting. On Mon, Nov 10, 2008 at 10:09 AM, Ray Krueger <[EMAIL PROTECTED]> wrote: > > Sourcefourge (subversion) > > Github (git) > > +1 For Git > -99 for Launchpad and Bazaar > > and -99 for this listserve they use... > > ___ > Mailing lis

[Erma-core] ERMA Review Request

2008-12-02 Thread Matthew Kemp
I have a set of changes queued up for the 3.1 release that are now in my repository on github (git://github.com/mkemp/erma.git). If someone has time to review them in the next couple days it would be much appreciated. The changes are covered in the following Jiras ERMA

Re: [Erma-core] erma 3.1 - where does it go?

2008-12-04 Thread Matthew Kemp
My vote is to host the binaries on google code. It looks like you can have wiki-like documentation, API docs (javadocs), FAQ, host downloads and have an associated google group/mailing list. On Thu, Dec 4, 2008 at 2:39 PM, Stephen Mullins <[EMAIL PROTECTED]> wrote: > Hey guys, I've cut an offici

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
Two things: 1) Can someone review the code changes for ERMA-13? It's in http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept separate, so the changes are actually split across two commits. 2) I added what should be the appropriate jars to support the commons attributes. How

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
Doug, Your changes look good, but I still can't get it to work on my machine. Matt On Wed, Dec 10, 2008 at 12:44 PM, Doug Barth <[EMAIL PROTECTED]> wrote: > On Dec 10, 2008, at 11:36 AM, Matthew Kemp wrote: > > 2) I added what should be the appropriate jars to

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
I think that we should provide the ability to expose JMX runtime controls in erma-lib. I think that we should keep erma-api as lean as possible, but there are many OS projects that use JMX as a means of exposing controls. The actual means of exposing the controls is up for debate. Matt On Wed, D

Re: [Erma-core] Build broken on OS X

2008-12-11 Thread Matthew Kemp
It must be something weird with the dependencies of the version of ant that I was using. I was able to build successfully with a clean version of ant. Matt On Wed, Dec 10, 2008 at 2:18 PM, Doug Barth wrote: > On Dec 10, 2008, at 2:14 PM, Matthew Kemp wrote: > > Your changes look go

Re: [Erma-core] Build broken on OS X

2008-12-12 Thread Matthew Kemp
ticed that DeadLockDetectionTimerTaskTest fails occasionally. Has anyone else had this problem? If so I will will switch the asserts to print stantments. Matt On Thu, Dec 11, 2008 at 11:13 AM, Matthew Kemp wrote: > It must be something weird with the dependencies of the version of ant that

[Erma-core] ERMA Release Process

2008-12-15 Thread Matthew Kemp
Since we're getting ready to do our second release from github, I figured that it was a good time to look at our release/review process. Per our previous discussion features will be promoted to a feature stream (not master) on your github repo. Once a feature is reviewed it can be merged into maste

Re: [Erma-core] ERMA Release Process

2008-12-16 Thread Matthew Kemp
Releases 3.1 and 3.2 have now been tagged. On Tue, Dec 16, 2008 at 12:21 PM, Doug Barth wrote: > On Dec 15, 2008, at 1:17 PM, Matthew Kemp wrote: > > Since we're getting ready to do our second release from github, I figured > that it was a good time to look at our release/re

Re: [Erma-core] ERMA Release Process

2008-12-16 Thread Matthew Kemp
; On Dec 16, 2008, at 2:15 PM, Matthew Kemp wrote: > > Releases 3.1 and 3.2 have now been tagged. >> > > > Is Steven's repo still the "official" repo? > > -- > Doug Barth > > ___ Mailing lis

Re: [Erma-core] erma 3.1 - where does it go?

2008-12-18 Thread Matthew Kemp
4, 2008 at 2:48 PM, Matthew Kemp wrote: > >> My vote is to host the binaries on google code. It looks like you can have >> wiki-like documentation, API docs (javadocs), FAQ, host downloads and have >> an associated google group/mailing list. >> >> >>

Re: [Erma-core] erma 3.1 - where does it go?

2008-12-18 Thread Matthew Kemp
ki as well links to download the binaries. Matt On Thu, Dec 18, 2008 at 3:41 PM, Doug Barth wrote: > On Dec 18, 2008, at 3:40 PM, Matthew Kemp wrote: > > We should decide where to host the project so we can get binaries post and >> content port over. >> >> Matt

Re: [Erma-core] Build broken on OS X

2008-12-21 Thread Matthew Kemp
me or anything like that > because I didn't want to piss Alex off by messing up our install. Maybe if > we're nice he'll help us clean that up a bit. > > Greg > > On Fri, Dec 12, 2008 at 11:34 AM, Matthew Kemp wrote: > >> I incorporated Doug's build f

Re: [Erma-core] ERMA Release Process

2009-01-14 Thread Matthew Kemp
I can create an "official" account and add everyone as contributors. We can make sure that the master is on the latest version. How do we want to handle changes queued up for the next release? Just make a Version X-RC branch that has approved but not released features/fixes? Matt On Wed, Jan 14,

[Erma-core] New erma mailing lists

2009-01-27 Thread Matthew Kemp
I've created two Google groups: erma-core and erma-support. I also set up a erma-core account on github. In addition to tagging each release, the goal is to keep the master branch on the latest release and to keep a next branch with approved/reviewed features for the next release. Matt ___

Re: [Erma-core] New erma mailing lists

2009-01-28 Thread Matthew Kemp
> > > > -Matt > > > -- > > *From:* erma-core-bounces+mokeefe=orbitz@lists.launchpad.net [mailto: > erma-core-bounces+mokeefe =orbitz.com@ > lists.launchpad.net] *On Behalf Of *Matthew Kemp > *Sent:* Tuesday, January 27, 2009 4:24 PM > *T

Re: [Erma-core] [Question #137630]: use erma in my project

2010-12-13 Thread Matthew Kemp
Hi Sanjeewa, Yes, erma is licensed under the Apache 2.0 License. Our latest code is now hosted on github (https://github.com/erma/erma). Also for future reference please use the erma-support Google group. Thanks, Matt On Mon, Dec 13, 2010 at 12:56 AM, sanjeewa malalgoda < question137...@answers.

Re: [Erma-core] [Question #137630]: use erma in my project

2010-12-13 Thread Matthew Kemp
Question #137630 on ERMA changed: https://answers.launchpad.net/erma/+question/137630 Status: Open => Answered Matthew Kemp proposed the following answer: Hi Sanjeewa, Yes, erma is licensed under the Apache 2.0 License. Our latest code is now hosted on github (https://github.com/erma/e

Re: [Erma-core] [Question #137630]: use erma in my project

2010-12-14 Thread Matthew Kemp
about > how to start and develop codes with erma and how we can use this with > maven.thanks > > On Mon, Dec 13, 2010 at 8:06 PM, Matthew Kemp < > question137...@answers.launchpad.net> wrote: > > > Your question #137630 on ERMA changed: > > https://answers.launchp

Re: [Erma-core] [Question #137630]: use erma in my project

2010-12-14 Thread Matthew Kemp
Question #137630 on ERMA changed: https://answers.launchpad.net/erma/+question/137630 Status: Open => Answered Matthew Kemp proposed the following answer: Hi Sanjeewa, This is good starting point for how to use ERMA: http://erma.wikidot.com/start >From the instrumentation side it&#x