Re: [JBoss-dev] Integrating JBoss, blocking JNDI etcetera.

2002-01-26 Thread Adam Heath
On Sat, 26 Jan 2002, Manfred Riem wrote: > Can this be done, and if so, where do I need to hack > the code for it? Start by looking at the jndi server bean, and going from there. ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sour

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 69 Successful tests: 0 Errors:69 Failures: 0 [time of test: 27 January 2002 3:38 GMT] [java.version: 1.3.1

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE symbol : class J2eeDeploymentException

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 69 Successful tests: 0 Errors:69 Failures: 0 [time of test: 27 January 2002 3:17 GMT] [java.version: 1.3.1

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE symbol : class J2eeDeploymentException

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 69 Successful tests: 0 Errors:69 Failures: 0 [time of test: 27 January 2002 2:58 GMT] [java.version: 1.3.1

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE symbol : class J2eeDeploymentException

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 69 Successful tests: 0 Errors:69 Failures: 0 [time of test: 27 January 2002 2:42 GMT] [java.version: 1.3.0

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE symbol : class J2eeDeploymentException

[JBoss-dev] Re: NPE in SharedLocalConnectionManager.allocateConnection:100

2002-01-26 Thread Conner, Quentin
I think I have this fixed.  There is some seriously MT-unsafe code in org.jboss.pool.ObjectPool.java.   What is the appropriate CVS project and label for the 2.4.4 pool code?  What do I need to do to get access to commit changes?  Or should I just post a diff here?  The link to http://www.j

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/modelmbean XMBean.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:13:29 Modified:src/main/org/jboss/mx/modelmbean XMBean.java Log: Always build clobber before committing Revision ChangesPath 1.4 +3 -3 jmx/src/main/org/jboss/mx/modelmbean/XMBean.java Index: XMBean.java =

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/modelmbean ModelBase.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:09:41 Modified:src/main/org/jboss/mx/modelmbean ModelBase.java Log: Use the attributes class name not the args class name for setAttribute - needs optimizing Revision ChangesPath 1.4 +11 -10jmx/src/main/org/jboss/mx/modelmbean/

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/server MBeanInvoker.java StandardMBeanInvoker.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:09:41 Modified:src/main/org/jboss/mx/server MBeanInvoker.java StandardMBeanInvoker.java Log: Use the attributes class name not the args class name for setAttribute - needs optimizing Revision ChangesPath 1.5

[JBoss-dev] CVS update: jmx/src/main/javax/management/monitor GaugeMonitor.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:06:29 Modified:src/main/javax/management/monitor GaugeMonitor.java Log: Fixed reset of notifications Revision ChangesPath 1.2 +364 -367 jmx/src/main/javax/management/monitor/GaugeMonitor.java Index: GaugeMonitor.java ===

[JBoss-dev] CVS update: jmx/src/main/test/compliance ComplianceSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:04:08 Modified:src/main/test/compliance ComplianceSUITE.java Log: Add monitor and timer tests Revision ChangesPath 1.6 +2 -0 jmx/src/main/test/compliance/ComplianceSUITE.java Index: ComplianceSUITE.java =

[JBoss-dev] CVS update: jmx/src/main/test/compliance/timer BasicTEST.java TimerSUITE.java TimerUnitTestSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:03:22 Added: src/main/test/compliance/timer BasicTEST.java TimerSUITE.java TimerUnitTestSUITE.java Log: Timer tests Revision ChangesPath 1.1 jmx/src/main/test/compliance/timer/BasicTEST.java

[JBoss-dev] CVS update: jmx/src/main/test/compliance/timer - New directory

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:02:39 jmx/src/main/test/compliance/timer - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/test/compliance/monitor BasicTEST.java MonitorSUITE.java MonitorUnitTestSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:02:21 Added: src/main/test/compliance/monitor BasicTEST.java MonitorSUITE.java MonitorUnitTestSUITE.java Log: Monitor tests Revision ChangesPath 1.1 jmx/src/main/test/compliance/monitor/BasicTEST

[JBoss-dev] CVS update: jmx/src/main/test/compliance/monitor/support CounterSupport.java CounterSupportMBean.java StringSupport.java StringSupportMBean.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:02:21 Added: src/main/test/compliance/monitor/support CounterSupport.java CounterSupportMBean.java StringSupport.java StringSupportMBean.java Log: Monitor tests Revision ChangesPath 1.1

[JBoss-dev] CVS update: jmx/src/main/test/compliance/monitor/support - New directory

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:01:44 jmx/src/main/test/compliance/monitor/support - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/test/compliance/monitor - New directory

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:00:59 jmx/src/main/test/compliance/monitor - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/test/compliance/relation BasicTEST.java RelationSUITE.java RelationUnitTestSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 13:00:40 Modified:src/main/test/compliance/relation BasicTEST.java RelationSUITE.java RelationUnitTestSUITE.java Log: Correct author Revision ChangesPath 1.2 +1 -1 jmx/src/main/test/compliance/relation/Basi

[JBoss-dev] Integrating JBoss, blocking JNDI etcetera.

2002-01-26 Thread Manfred Riem
Hi all, I'm developing an application and 1. I want to integrate JBoss with it, meaning starting JBoss without the user knowing I start JBoss. 2. Block access to the JNDI context for machines other than localhost. Can this be done, and if so, where do I need to hack the

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/server MBeanServerImpl.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 08:12:33 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: Correct version of isInstanceOf Revision ChangesPath 1.10 +11 -2 jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java Index: MBeanServerImpl.java =

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/server MBeanServerImpl.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:13:24 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: Revision ChangesPath 1.9 +4 -3 jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java Index: MBeanServerImpl.java

[JBoss-dev] CVS update: jmx/src/main/javax/management NotificationFilterSupport.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:13:24 Modified:src/main/javax/management NotificationFilterSupport.java Log: Revision ChangesPath 1.2 +2 -0 jmx/src/main/javax/management/NotificationFilterSupport.java Index: NotificationFilterSupport.java

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/loading BasicLoaderRepository.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:13:24 Modified:src/main/org/jboss/mx/loading BasicLoaderRepository.java Log: Revision ChangesPath 1.3 +43 -4 jmx/src/main/org/jboss/mx/loading/BasicLoaderRepository.java Index: BasicLoaderRepository.java

[JBoss-dev] CVS update: jmx/src/main/test/compliance/relation BasicTEST.java RelationSUITE.java RelationUnitTestSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:12:10 Added: src/main/test/compliance/relation BasicTEST.java RelationSUITE.java RelationUnitTestSUITE.java Log: Simple relation test Revision ChangesPath 1.1 jmx/src/main/test/compliance/relatio

[JBoss-dev] CVS update: jmx/src/main/test/compliance/relation - New directory

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:11:03 jmx/src/main/test/compliance/relation - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/test/compliance ComplianceSUITE.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:10:30 Modified:src/main/test/compliance ComplianceSUITE.java Log: Revision ChangesPath 1.5 +54 -53jmx/src/main/test/compliance/ComplianceSUITE.java Index: ComplianceSUITE.java

[JBoss-dev] CVS update: jmx/src/main/test TimerTest.java

2002-01-26 Thread Adrian Brock
User: ejort Date: 02/01/26 07:10:29 Removed: src/main/test TimerTest.java Log: ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractInstancePool.java MessageDrivenInstanceInterceptor.java StatefulSessionInstanceInterceptor.java StatelessSessionInstanceInterceptor.java

2002-01-26 Thread Vincent Harcq
I am currently working on this. I have a problem with entity pool. It is in the case of reclaim is true. There is one case when the EntityInstancePool will not send back the instance to the pool : when EntityInstancePool.free() is called inside a transaction, here the instance will be thrown away.

Re: [JBoss-dev] 3.0 snapshot

2002-01-26 Thread ETIEMBLE Laurent
The last time the JBoss Test Suite ran with min. errors was on the 20th January (1 error and 1 failure). After this date, I didn't receive a successful Test Suite result from Chris. Bye. Jules Gosnell wrote: >Try checking out by date. > >The tree on my drive is from Thurs/Fri GMT (the week bef

Re: [JBoss-dev] 3.0 snapshot

2002-01-26 Thread Jules Gosnell
Try checking out by date. The tree on my drive is from Thurs/Fri GMT (the week before last) - works fine. I think Marc checked his stuff in last weekend, so if you just work back day-by-day from there you should come up with a working tree in no time - that's what CVS is for. What we really ne

Re: [JBoss-dev] 3.0 snapshot

2002-01-26 Thread Jason Dillon
Hrm... need to fix this, can't tell who forum posts are from... --jason On Fri, 25 Jan 2002 [EMAIL PROTECTED] wrote: > oh well ... i guess its time to go to bed then its 12.27pm in london and my hopes of >coding through the night are gone :( > Nevermind dammit. I can do other stuff on my arc

Re: [JBoss-dev] 3.0 snapshot

2002-01-26 Thread Jason Dillon
Yikes... build info in the pay for docs. Sounds like a nice idea, but I don't have time at the moment to write them. Once I get Linux back on my laptop I can look into this and all the other bits of fluff... but need to get rid of windows first. --jason On Fri, 25 Jan 2002 [EMAIL PROTECTE

Re: RE: [JBoss-dev] 3.0 snapshot

2002-01-26 Thread Jason Dillon
Never said it would build... :| --jason On Fri, 25 Jan 2002 [EMAIL PROTECTED] wrote: > > Snaps as of today: http://main.jboss.org/snapshots/ > > it doesn't builds either :( > > ___ > Jboss-development mailing list > [EMAIL PROTECTED] > https://list