Re: [JBoss-dev] Performance (was Re: [JBoss-user] JBoss verses Orion)

2001-04-03 Thread danch
OK, just a brief update on what I've done and what it taught me. I created a 'Counter' mbean to track singleton performance counters and a CounterInterceptor to stick into interceptor stacks to allow me to get a feel for where the time was going. This told me that the TxInterceptor was taking

[JBoss-dev] To do?

2001-04-03 Thread Kimpton,C (Chris)
Hi, -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] We need a "participating" page with the new "todo" list. there are a 1000 things to do, the "directives" for submittal, joining teams, joining leaders, code style, patch submittal, devettiquette etc etc How

[JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Kimpton,C (Chris)
Hi, Are there daily builds done of jboss? Can I offer to do these (automatically of course). This would include the following; clean checkout of the latest code build the code from scratch (from several modules), send an email to jboss-dev if compile fails if builds

Re: [JBoss-dev] Updated tomcat -jboss integration manual

2001-04-03 Thread Vladimir Blagojevic
Ken Jenks wrote: Vlada wrote: Hey, As somebody pointed out over the weekend - this doco was out of date in new manual. I would like to use this opportunity to ask maintainers of Tomcat-JBoss integration not to use old html doco but rather docbook. And someone should update the

[JBoss-dev] RE: Log4jService rolled into 2.3 core

2001-04-03 Thread Grimsæth Christer
Can we please have this functionallity in the 2.2 release? -- Christer Grimsth Consultant TietoEnator Consulting AS, Energy Components. http://www.energy-components.com FROM: Scott M Stark DATE: 04/02/2001 21:02:43 SUBJECT: [JBoss-dev] Log4jService rolled into 2.3 core I integrated Fulco

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread marc fleury
I am interested in a "basic" zip with source and binary, available for download. A private company proposed to do the installers for the stable versions. The problem is still QA that requires time and knowledge. Please go ahead with your proposal, let us know when you have something marc

[JBoss-dev] EJB deploy/undeploy problem

2001-04-03 Thread Stanislav Pavlek
Hello, I have following problem under JBoss-2.1: Deployed Ejbs are unpacked into jboss_dir/tmp/Default/... on the startup, but content of this directory is deleted on the shutdown, so any file modifications or even newly created files are lost. Is there any chance to modify Jboss's Container

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Peter Braswell
I would be happy to help out with integrating the JUnit test stuff with a build/distribution... Just let me know... cheers, peter --- marc fleury [EMAIL PROTECTED] wrote: I am interested in a "basic" zip with source and binary, available for download. A private company proposed to do

Re: SV: [JBoss-dev] EJB deploy/undeploy problem

2001-04-03 Thread Stanislav Pavlek
On Tue, Apr 03, 2001 at 04:24:48PM +0200, Lennart Petersson wrote: Why are you changing/adding files in the tmp/Default/... directory? Shouldn't you doing this in the deploy directory instead? Isn't it jboss's business to play with the tmp/Default/... directory? I'm adding files into servlet

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread marc fleury
Peter glad you are still around, is there a place where we can get an idea of the extend of the tests, what is done, what remains to be done etc etc? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter |Braswell |Sent: Tuesday, April 03,

RE: SV: [JBoss-dev] EJB deploy/undeploy problem

2001-04-03 Thread marc fleury
1- don't play with /tmp it is JBoss only 2- this is jboss-user material. Folks it seems that there is so much demand for support on jboss-user that it spills over to jboss-dev. We will move the list jboss-user to forum format ASAP as it is crumbling under its own weight. Please be strict in

Re: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Bill Burke
I'm glad that somebody has finally proposed this. If you need any help, or don't have the time to do this, we can take it over. I've done this sort of thing many times. Regards, Bill Burke CommerceTone Kimpton,C (Chris) wrote: Hi, Are there daily builds done of jboss? Can I

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Peter Braswell
Yes. Sorry about dropping in and out. Hope I can be forgiven. When consulting is slow jboss contribution is high, when consulting is busy... you get the idea. I'm still here!! Summary: JCTS is well developed with respect to Stateful and Stateless session beans. BMP is also well developed

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Day, Jem BGI WAC
You've probably already seen this but the ThoughtWorks guys are just released their first version of 'Cruise Control' which sits on top of Ant and enables automated building. http://cruisecontrol.sourceforge.net/ Jem.. -Original Message- From: Peter Braswell [mailto:[EMAIL

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread marc fleury
At this point that information on the jbossTEST project web page with a "todo" list is teh best way to get "well intentioned" people to participate. See if you can find the time to update the webpage, tahnks marc |-Original Message- |From: Peter Braswell [mailto:[EMAIL PROTECTED]]

[JBoss-dev] CVS update: jboss/src/etc/conf/default log4j.properties jboss.conf

2001-04-03 Thread starksm
User: starksm Date: 01/04/03 11:48:51 Modified:src/etc/conf/default Tag: Branch_2_2 jboss.conf Added: src/etc/conf/default Tag: Branch_2_2 log4j.properties Log: Add the Log4jService to the 2.2 branch Revision ChangesPath No revision No

[JBoss-dev] CVS update: jboss/src/main/org/jboss/logging Log4jService.java Log4jServiceMBean.java

2001-04-03 Thread starksm
User: starksm Date: 01/04/03 11:50:16 Added: src/main/org/jboss/logging Tag: Branch_2_2 Log4jService.java Log4jServiceMBean.java Log: Add the Log4jService to the 2.2 branch Revision ChangesPath No revision No

Re: [JBoss-dev] RE: Log4jService rolled into 2.3 core

2001-04-03 Thread JbossDev
Download the contrib-cvs.zip, look for the log4j-folder and follow the instructions :-) Knut - Original Message - From: "Grimsth Christer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 12:44 PM Subject: [JBoss-dev] RE: Log4jService rolled

[JBoss-dev] Re: Log4jService rolled into 2.3 core

2001-04-03 Thread Scott M Stark
It has been merged. - Original Message - From: "Grimsth Christer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 3:44 AM Subject: RE: Log4jService rolled into 2.3 core Can we please have this functionallity in the 2.2 release? -- Christer

Re: [JBoss-dev] RE: Log4jService rolled into 2.3 core

2001-04-03 Thread Dan Christopherson
According to the commit logs that just rolled by, Scott has already copied it over to the 2.2 branch. On Tue, 3 Apr 2001, JbossDev wrote: Download the contrib-cvs.zip, look for the log4j-folder and follow the instructions :-) Knut - Original Message - From: "Grimsæth Christer"

[JBoss-dev] CVS update: manual/src/docs howtombeans.xml jbossdocs.xml

2001-04-03 Thread starksm
User: starksm Date: 01/04/03 19:43:22 Modified:src/docs howtombeans.xml jbossdocs.xml Log: Set title to JBoss 2.1+ documentation Add simple MBean examples to howtombeans.xml Revision ChangesPath 1.4 +249 -4manual/src/docs/howtombeans.xml Index:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util CounterInterceptor.java CounterService.java CounterServiceMBean.java

2001-04-03 Thread danch
User: danch Date: 01/04/03 21:49:52 Added: src/main/org/jboss/util CounterInterceptor.java CounterService.java CounterServiceMBean.java Log: MBean and interceptor to allow statistics gathering on time spent in EJB methods Revision ChangesPath