[JBoss-dev] org.jboss.mx.interceptor: Does it work?

2003-03-01 Thread David Klimek
Hello, I have add logging to org.jboss.mx.interceptor.LogInterceptor but it seems that method invoke is never called. public Object invoke(Invocation invocation) { long begin = System.currentTimeMillis(); try { return getNext().invoke(invocation); } finally {

Re: [JBoss-dev] org.jboss.mx.interceptor: Does it work?

2003-03-01 Thread Adrian Brock
Hi, This would work if there was a way to configure it. See the FIXME in ModelMBeanInvoker.preRegister Regards, Adrian From: David Klimek <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] org.jboss.mx.interceptor: Does it work? Date: Sat, 01 Mar 2003 12:05:

Re: [JBoss-dev] org.jboss.mx.interceptor: Does it work?

2003-03-01 Thread David Klimek
Adrian Brock wrote: > Hi, > > This would work if there was a way to configure it. > See the FIXME in ModelMBeanInvoker.preRegister Hi, thank you very much for help. My mistake. Actually I had programaticaly add LogInterceptor into stack but below ObjectReferenceInterceptor so method invoke was no

[JBoss-dev] [ jboss-Bugs-693861 ] PooledInvoker has a memory leak

2003-03-01 Thread SourceForge.net
Bugs item #693861, was opened at 2003-02-26 19:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=693861&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Bob Cotton (bcotton969) Assigned to: Nobody/A

RE: [JBoss-dev] RARDeployment - what happened to it?

2003-03-01 Thread Nolan Wright
Thanks. I was able to get things working by using the *-ds.xml. One question: if I have a service that depends on a data source, is there a way I can specify that dependency? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Jencks Sent: Friday, F

[JBoss-dev] Automated JBoss(HEAD Matrix2) Testsuite Results: 1-March-2003

2003-03-01 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1089 Successful tests: 994 Errors:75 Failures: 20 [time of test: 2003-03-01.17-35 GMT] [java.version: 1.4.1

[JBoss-dev] [ jboss-Bugs-692157 ] UnifiedClassLoader.getResources not working

2003-03-01 Thread SourceForge.net
Bugs item #692157, was opened at 2003-02-24 02:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=692157&group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Laurent Wozniak (lwozniak) Assig

Re: [JBoss-dev] 4.0 and JDK 1.4.1 discussion

2003-03-01 Thread Hunter Hillegas
I've heard it is coming on Monday 3/3/03. We'll see. Hunter > From: Jason Dillon <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 1 Mar 2003 13:48:19 +0700 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] 4.0 and JDK 1.4.1 discussion > > Still waiting for a final for Mac OS X :(

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 1-March-2003

2003-03-01 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1137 Successful tests: 1131 Errors:6 Failures: 0 [time of test: 2003-03-01.18-50 GMT] [java.version: 1.4.1_

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 1-March-2003

2003-03-01 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1049 Successful tests: 1044 Errors:1 Failures: 4 [time of test: 2003-03-01.12-05 GMT] [java.version: 1.3.1]

[JBoss-dev] Build system speed improvements

2003-03-01 Thread Jason Dillon
I just committed a tiny change to the build system which allows a module to bypass the compile/output phase when the module has already been built and is up to date. It works using the uptodate task and checking the ${module.source} tree, module build files and project build files against a bui

[JBoss-dev] A problem on JBOSS 3.2.0 RC2

2003-03-01 Thread caigao
hi, everyone. I had test the JBossTemplate&Samples on JBoss 3.0.4, they work well, but when i test the cmp2 program in JBoss 3.2.0 RC2 it throw a Exception. I had build and deploy the ganster-cmp2.jar into the deploy directory, when i take an "ant setup" it throws this: /**

RE: [JBoss-dev] RARDeployment - what happened to it?

2003-03-01 Thread David Jencks
Sure. The *-ds.xml file gets xsl-transformed into 3 mbeans/datasource, so just pick the ConnectionManager one and depend on it. You can find the exact object name in the jmx-console after you deploy the *-ds.xml file. david On 2003.03.01 11:16 Nolan Wright wrote: > Thanks. I was able to get th

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-01 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version "1.3.1_06" Java(TM) 2 Runtime Environment, Standar

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 1-March-2003

2003-03-01 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1130 Successful tests: 1122 Errors:8 Failures: 0 [time of test: 2003-03-02.01-02 GMT] [java.version: 1.3.1_

[JBoss-dev] (jb4) Change to session bean's UserTransaction -- is it OK?

2003-03-01 Thread David Jencks
After studying the previous implementation of UserTransaction for BMT session beans I have eliminated it in favor of the standalone implementation. If, after reading the explanation below, anyone knows of a reason this might not work, please speak up. The only function I could see to the session

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-01 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version "1.3.1_06" Java(TM) 2 Runtime Environment, Standar