[JBoss-dev] build system - target configure is now _configure

2001-09-11 Thread Chris Kimpton
Hi, Is this correct - I thought the _ named tasks were generally not to be used... Thanks, Chris = Need somewhere to Live in London - http://freeflats.com __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo!

Re: [JBoss-dev] build system - target configure is now _configure

2001-09-11 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: Is this correct - I thought the _ named tasks were generally not to be used... They are not supposed to be used directly from the command line, but from depend= or call target=. Thats what I thought. So I presume then that generally we

[JBoss-dev] CVS update: jboss/src/bin run.sh

2001-09-10 Thread Chris Kimpton
User: kimptoc Date: 01/09/10 05:40:33 Modified:src/bin run.sh Log: fixed bug with regard to setting the -server flag, it was never being set before Revision ChangesPath 1.29 +2 -2 jboss/src/bin/run.sh Index: run.sh

[JBoss-dev] log4j switchover - anyone working on this?

2001-09-10 Thread Chris Kimpton
Hi, I'd like to fix the org.jboss.logging deprecation messages - which means replacing the logging with log4j calls... So - is anyone doing this already? I plan to look for code that has the correct logging and doing like-wise - so any recommendations? I am assuming that there is no reason

Re: [JBoss-dev] log4j switchover - anyone working on this?

2001-09-10 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: I plan to look for code that has the correct logging and doing like-wise - so any recommendations? What do you mean by changing code that has the correct logging? umm, perhaps correct is the wrong phrase. I mean look for jboss code

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/lock/test EnterpriseEntityTest.java TestSpin.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:44 Modified:src/main/org/jboss/test/lock/test EnterpriseEntityTest.java TestSpin.java Log: fixed deprecation warnings Revision ChangesPath 1.3 +2 -2

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/mdb/test Main.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:44 Modified:src/main/org/jboss/test/mdb/test Main.java Log: fixed deprecation warnings Revision ChangesPath 1.10 +2 -2 jbosstest/src/main/org/jboss/test/mdb/test/Main.java Index: Main.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmx/test TestConnectionFactoryLoader.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:43 Modified:src/main/org/jboss/test/jmx/test TestConnectionFactoryLoader.java Log: fixed deprecation warnings Revision ChangesPath 1.3 +8 -8

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmsra/test RaTest.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:43 Modified:src/main/org/jboss/test/jmsra/test RaTest.java Log: fixed deprecation warnings Revision ChangesPath 1.7 +2 -2 jbosstest/src/main/org/jboss/test/jmsra/test/RaTest.java Index: RaTest.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jrmp/test TestDynLoading.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:43 Modified:src/main/org/jboss/test/jrmp/test TestDynLoading.java Log: fixed deprecation warnings Revision ChangesPath 1.5 +2 -2 jbosstest/src/main/org/jboss/test/jrmp/test/TestDynLoading.java Index:

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cts/test BmpTest.java Main.java StatefulSessionTest.java StatelessSessionTest.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:43 Modified:src/main/org/jboss/test/cts/test BmpTest.java Main.java StatefulSessionTest.java StatelessSessionTest.java Log: fixed deprecation warnings Revision ChangesPath 1.4 +30 -30

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbean/test Main.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:26:44 Modified:src/main/org/jboss/test/testbean/test Main.java Log: fixed deprecation warnings Revision ChangesPath 1.11 +49 -49jbosstest/src/main/org/jboss/test/testbean/test/Main.java Index: Main.java

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/test LoginModulesTest.java NestableGroupTest.java NestablePrincipalTest.java SRPProtocolTest.java SecurityPolicyParserTest.java TestJCE.java TestProtocol.java TestSecurityPolicyParser.java UsersRolesLoginModuleTest.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 03:43:19 Modified:src/main/org/jboss/test LoginModulesTest.java NestableGroupTest.java NestablePrincipalTest.java SRPProtocolTest.java SecurityPolicyParserTest.java TestJCE.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cts/test BmpTest.java

2001-09-07 Thread Chris Kimpton
User: kimptoc Date: 01/09/07 05:30:23 Modified:src/main/org/jboss/test/cts/test BmpTest.java Log: ignored errors in tearDown as this was hiding the real problem Revision ChangesPath 1.5 +10 -7 jbosstest/src/main/org/jboss/test/cts/test/BmpTest.java

[JBoss-dev] What does this mean cannot be Bound, doesn't have local home ?

2001-09-07 Thread Chris Kimpton
Hi, I am looking at the problems with the testsuite - in particular the cts tests/BmpTest. The main problem is that jbossmq does not start - same error as yesterday - circular class loading - which means that any JMS related test fails. Does it start for anyone else? See http://lubega.com and

Re: [JBoss-dev] What does this mean cannot be Bound, doesn't have local home ?

2001-09-07 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: That is just a debug msg indicating that the class does not have a local home interface defined. Excuse my ignorance, but is that some new EJB2 thingy? The only component I see failing to start is Jetty. I can start JBoss and see all of

Re: [JBoss-dev] What does this mean cannot be Bound, doesn't have local home ?

2001-09-07 Thread Chris Kimpton
Hi, I bet you are using the sun jvm! Yes I am. My redhat7.1/2.4 sun 1.3.1 test of mdb just died... But it ran through under win2k sun 1.3.0 jdk... Any idea why the ibm jvm is having the classloading problem! No, which build version of IBM are you using? J2RE 1.3.0 IBM build

[JBoss-dev] RH Startup - GPA - missing libs?

2001-09-06 Thread Chris Kimpton
Hi, I get the following warnings on a standard build startup of jboss: [GPA] WARNING: URL file:/home/lubega/jbossro/jboss-all/build/output/jboss-3.0.0alpha-DEV//lib/ext/crimson.jar could not be opened [GPA] WARNING: URL

[JBoss-dev] RH Startup - jetty problems?

2001-09-06 Thread Chris Kimpton
Hi, I presume the jetty integration is currently in flux? I get the following errors upon startup of a standard build server: [DefaultDS,INFO] Initialized [JettyService,INFO] Initializing [Jetty,INFO] loaded properties from: jetty.properties [Service Controller,ERROR]

[JBoss-dev] RH startup - jbossmq problems?

2001-09-06 Thread Chris Kimpton
Hi, Should jbossmq be starting up in a standard build - I am getting these errors: [UILServerILService,INFO] Initialized [TopicManager,INFO] Initializing [JMSServer,DEBUG] addDestination: TOPIC.testTopic, org.jboss.mq.server.JMSTopic@6b355423 [TopicManager,INFO] Initialized [TopicManager,INFO]

[JBoss-dev] RH and ManagedConnections?

2001-09-06 Thread Chris Kimpton
Hi, I am trying to run the testsuite and get this error trying to use a sql connection: [JDBCManagedConnectionFactory-1,ERROR] Unable to create ManagedConnection: javax.resource.ResourceException: Unable to create DB connection (url=jdbc\:HypersonicSQL\:hsql\://localhost\:1476, user=sa:

Re: [JBoss-dev] Automated JBoss Testsuite Results

2001-09-05 Thread Chris Kimpton
Hi, From: David Jencks [EMAIL PROTECTED] Having these tests back is wonderful but... WHATS GOING ON? the test script appears to be assuming every class whose name begins with Test is a test-- does this mean I have to rewrite my tests to rename the ejbs and mbeans that I happened to name e.g.

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/connector/jdbc JDBCManagedConnectionFactory.java

2001-09-05 Thread Chris Kimpton
User: kimptoc Date: 01/09/05 12:30:24 Modified:src/main/org/jboss/pool/connector/jdbc JDBCManagedConnectionFactory.java Log: add some more info to the ManagedConnection error Revision ChangesPath 1.4 +2 -2

Re: [JBoss-dev] test - another email - does this get through?

2001-09-04 Thread Chris Kimpton
HELP! How come this mail got through to the list but the others I sent did not: I forwarded the daily test results I copied and pasted them to a new message I forwarded them with a new subject I'll try shortening the message - maybe its a size limit thing? Chris = Need somewhere to

[JBoss-dev] CVS update: jbosstest build.xml

2001-09-04 Thread Chris Kimpton
User: kimptoc Date: 01/09/04 01:45:39 Modified:.build.xml Log: made the text results report very short Revision ChangesPath 1.11 +2 -2 jbosstest/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jbosstest/src/stylesheets summary1a.xsl

2001-09-04 Thread Chris Kimpton
User: kimptoc Date: 01/09/04 01:45:39 Added: src/stylesheets summary1a.xsl Log: made the text results report very short Revision ChangesPath 1.1 jbosstest/src/stylesheets/summary1a.xsl Index: summary1a.xsl

Re: [JBoss-dev] CVS update: build/jboss build.xml

2001-09-03 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: why mail over mimemail? --jason On Sun, 2 Sep 2001, Chris Kimpton wrote: User: kimptoc Date: 01/09/02 12:29:38 !-- email output to list -- -mimemail tolist=[EMAIL PROTECTED] - subject=Automated JBoss

[JBoss-dev] CVS update: build/jboss build.xml

2001-09-03 Thread Chris Kimpton
User: kimptoc Date: 01/09/03 02:10:12 Modified:jbossbuild.xml Log: added some debug info on email sender Revision ChangesPath 1.15 +6 -1 build/jboss/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jbosstest build.xml

2001-09-03 Thread Chris Kimpton
User: kimptoc Date: 01/09/03 13:21:34 Modified:.build.xml Log: added first cut of a custom jboss junitreport Revision ChangesPath 1.9 +5 -2 jbosstest/build.xml Index: build.xml

Re: [JBoss-dev] testsuite build system changes

2001-09-03 Thread Chris Kimpton
Hi, I was planning on pulling the stylesheets out of the optional.jar, and adding them to src/testsuite. I would like to keep the javadoc-like style, but I want to make the errors stand out more (bold isn't really that obvious... I was going to go for white on red). Done. Tomorrows

RE: [JBoss-dev] What happened to build.bat that was in CVS?

2001-09-03 Thread Chris Kimpton
Hi, OK, but for what is the PWD search for? do you have more infor on it? it does not seem to search for ANT_HOME at least. FWIW - it was finding the current working directory, so that it could put the classes directory on the classpath as an absolute path. There were problems before

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-09-02 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: Its a bug in the jikes compiler. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 7:36 PM Subject: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer Does anyone know why this

[JBoss-dev] buildmagic and target compile

2001-09-02 Thread Chris Kimpton
Hi, I am trying to just compile the jboss code, no jars or distribution stuff. The compile target in the jboss-all/build directory looks like the one for me... ...but it seems to have a different classpath setting or something as I get errors about unresolved symbols on the javax.ejb imports

[JBoss-dev] CVS update: jboss build.xml

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:.build.xml Log: changes to make the testsuite email report more generic Revision ChangesPath 1.22 +2 -2 jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest build.bat build.xml

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:.build.xml Added: .build.bat Log: changes to make the testsuite email report more generic Revision ChangesPath 1.7 +2 -2 jbosstest/build.xml Index: build.xml

[JBoss-dev] CVS update: build/jboss build.xml

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:jbossbuild.xml Log: changes to make the testsuite email report more generic Revision ChangesPath 1.14 +20 -9 build/jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest build.xml

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 13:57:23 Modified:.build.xml Log: corrected xslt to get testsuite summary working Revision ChangesPath 1.8 +7 -2 jbosstest/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest/src/stylesheets summary1.xsl

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 13:57:24 Modified:src/stylesheets summary1.xsl Log: corrected xslt to get testsuite summary working Revision ChangesPath 1.2 +12 -1 jbosstest/src/stylesheets/summary1.xsl Index: summary1.xsl

[JBoss-dev] CVS update: build/jboss build.bat

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 05:06:17 Modified:jbossbuild.bat Log: ignore users ANT_HOME setting Revision ChangesPath 1.3 +89 -80build/jboss/build.bat Index: build.bat === RCS file:

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/jdo/castor CastorJDOImpl.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:29 Modified:varia/src/main/org/jboss/jdo/castor CastorJDOImpl.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bmp CustomFindByEntitiesCommand.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/cmp/bmp CustomFindByEntitiesCommand.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvokerHA.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:29 Modified:src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvokerHA.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvoker.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvoker.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvoker.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvoker.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvokerHA.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:28 Modified:src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvokerHA.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/bmp CustomFindByEntitiesCommand.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/jaws/bmp CustomFindByEntitiesCommand.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/local BaseLocalContainerInvoker.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/ejb/plugins/local BaseLocalContainerInvoker.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/metadata CMPFieldMetaData.java JawsEntityMetaData.java MappingMetaData.java TypeMappingMetaData.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/jaws/metadata CMPFieldMetaData.java JawsEntityMetaData.java MappingMetaData.java TypeMappingMetaData.java Log: remove deprecated logging import, where

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management ContainerManagement.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/management ContainerManagement.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp/interfaces SecureSocketFactory.java StatefulHandleImpl.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/jrmp/interfaces SecureSocketFactory.java StatefulHandleImpl.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy Proxies.java ProxyProxy.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/proxy Proxies.java ProxyProxy.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp12/server JRMPContainerInvoker.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/jrmp12/server JRMPContainerInvoker.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

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

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/jmx/server JMXAdaptorService.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation

[JBoss-dev] CVS update: jboss/src/main/org/jboss/tm/usertx/server UserTransactionSessionImpl.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:33 Modified:src/main/org/jboss/tm/usertx/server UserTransactionSessionImpl.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util/timeout TimeoutFactory.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:33 Modified:src/main/org/jboss/util/timeout TimeoutFactory.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation

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

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/logging Log.java Logger.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation message

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCApplicationMetaData.java JDBCMappingMetaData.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:31 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCApplicationMetaData.java JDBCMappingMetaData.java Log: remove deprecated logging import, where possible, otherwise comment as needing

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata XmlFileLoader.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:32 Modified:src/main/org/jboss/metadata XmlFileLoader.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation message

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

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:33 Modified:src/main/org/jboss/util CounterInterceptor.java Scheduler.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web ThreadPool.java

2001-09-01 Thread Chris Kimpton
User: kimptoc Date: 01/09/01 12:50:33 Modified:src/main/org/jboss/web ThreadPool.java Log: remove deprecated logging import, where possible, otherwise comment as needing replacement with log4j must find out how it is use would be good if the deprecation message pointed

[JBoss-dev] CVS update: build/jboss build.xml

2001-08-31 Thread Chris Kimpton
User: kimptoc Date: 01/08/31 03:01:18 Modified:jbossbuild.xml Log: added some echo info to let you know what you are using - just in case you think its different Revision ChangesPath 1.13 +16 -1 build/jboss/build.xml Index: build.xml

Re: [JBoss-dev] CVS update: tools/bin ant

2001-08-31 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: User: user57 Date: 01/08/30 15:37:31 Modified:bin ant Log: o only showing ANT_OPTS and running jvm for help message if $ANT_DEBUG is set. Thanks - I only meant to have that in for my testing ;-) I'll look at the

Re: [JBoss-dev] testsuite build system changes

2001-08-30 Thread Chris Kimpton
Hi, I was finally able to get the junitreport task to work. I think it does a better job than the previous report generator, though we might want to customize the defaults a little bit. I was still using summary1.xsl to generate the text log which can be emailed, but it complains

[JBoss-dev] org.jboss.Shutdown - seems to not be working?

2001-08-30 Thread Chris Kimpton
Hi, When I run this, there are no messages in either the jboss server log or the console that is doing the shutdown to indicate success or failure. But the shutdown process finishes and the server stays up... Is this a known problem in the current CVS? Regards, Chris = Need somewhere to

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, --- Dave Smith [EMAIL PROTECTED] wrote: Just a heads up .. I am getting the following warnings .. /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been deprecated

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, Well I was trying it from just the normal complete build , but If I just build the testsuite I get the same problem. Maybe you a different version of junit? Nope - just using the one that comes with jboss. What platform are you on? I am using IBM jdk 1.3 on linux redhat 7.1?

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, --- Dave Smith [EMAIL PROTECTED] wrote: /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been deprecated assert(statelessMetaData != null, statelessMetaData != null);

[JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Chris Kimpton
User: kimptoc Date: 01/08/30 07:48:52 Modified:bin ant Log: put the ant_opts at the front of the command line - allows the setting of the vm, eg -green, which must be done as the first thing on the command line Revision ChangesPath 1.2 +3 -1

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-18 Thread Chris Kimpton
has not been initialised and so cannot be used. So you have to recode to not use initialisers in this way... so its impact depends on how much this feature is used... Chris --jason On Wed, 15 Aug 2001, Chris Kimpton wrote: Hi, It is supposedly fixed with patch 50 (?), but its

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-15 Thread Chris Kimpton
Hi, It is supposedly fixed with patch 50 (?), but its not in a released build yet... You can get a candidate build from here: http://www.ee.byu.edu/~eblake/jikes/ ...but this has a little bug to do with static initialisers... I've not tried it with the JBoss source yet... HTH, Chris ---

RE: [JBoss-dev] jboss daily test results - ON HOLD

2001-08-02 Thread Chris Kimpton
Hi, --- marc fleury [EMAIL PROTECTED] wrote: we wish you a prompt recovery :) Well - I needed an excuse for a rebuild of the system - 2.4 here we come Thanks, Chris = Need somewhere to Live in London - http://freeflats.com __ Do You

Re: [JBoss-dev] jboss daily test results - ON HOLD

2001-08-01 Thread Chris Kimpton
Hi, There will be no more daily build/test reports mailings for a while - this is due to a technical problem with my server - it won't boot up! The hard disk seems to have corrupted some key boot binaries/libs. I guess it gives me an excuse to upgrade it... See ya, Chris = Need somewhere

[JBoss-dev] CVS update: jbosstest/src/build/stylesheets details1.xsl summary2.xsl

2001-07-28 Thread Chris Kimpton
User: kimptoc Date: 01/07/28 16:59:34 Modified:src/build/stylesheets summary2.xsl Added: src/build/stylesheets details1.xsl Log: added an html based detail page for all tests Revision ChangesPath 1.10 +8 -5 jbosstest/src/build/stylesheets/summary2.xsl

[JBoss-dev] CVS update: jbosstest/src/build run_tests.xml

2001-07-28 Thread Chris Kimpton
User: kimptoc Date: 01/07/28 16:59:34 Modified:src/build run_tests.xml Log: added an html based detail page for all tests Revision ChangesPath 1.26 +19 -1 jbosstest/src/build/run_tests.xml Index: run_tests.xml

Re: [JBoss-dev] jboss daily test results

2001-07-27 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: One of the reasons I am using the blackdown JDK is that it has a green threads option - which I am using - which should eliminate any thread limit issues - but it is also showing a low count on the tests. What are the thread limit issues?

Re: [JBoss-dev] Class usage tool

2001-07-26 Thread Chris Kimpton
Hi, I saw some info on JDepend ( http://www.clarkware.com/software/JDepend.html ) which might help with what your trying to do... Chris --- Jason Dillon [EMAIL PROTECTED] wrote: Does anyone know of a tool that can show what classes are being used by inspecting a source directory ?

Re: [JBoss-dev] jboss daily test results

2001-07-26 Thread Chris Kimpton
Hi, --- Tobias Frech [EMAIL PROTECTED] wrote: Chris Kimpton wrote: snip Alternatively, there are various bugs in these jdk's/Linux versions that are causing problems... but I am surprised it is showing up so subtlely... Any other ideas on what could be causing it? I must

Re: [JBoss-dev] jboss daily test results

2001-07-26 Thread Chris Kimpton
Hi, Looking at the test results more closely: For the IBM jdk: The jbossmq test just seems to die. The mdb test just dies - but with Interrupted Socket Exception errors - perhaps it does not handle this? The jmsra test and testEJBspec tests complete, but have Interrupted Socket Exception

Re: [JBoss-dev] jboss daily test failed

2001-07-24 Thread Chris Kimpton
Hi, /home/lubega/jbossro/jbosstest/src/build/run_tests.xml:112: Process fork failed. --- Nested Exception --- java.io.IOException: Resource temporarily unavailable at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.init(UNIXProcess.java:139) This

[JBoss-dev] CVS update: jbosstest/src/build run_tests.xml

2001-07-24 Thread Chris Kimpton
User: kimptoc Date: 01/07/24 01:49:44 Modified:src/build run_tests.xml Log: added some environment info to the test report Revision ChangesPath 1.23 +19 -1 jbosstest/src/build/run_tests.xml Index: run_tests.xml

[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl summary2.xsl

2001-07-24 Thread Chris Kimpton
User: kimptoc Date: 01/07/24 01:49:44 Modified:src/build/stylesheets summary1.xsl summary2.xsl Log: added some environment info to the test report Revision ChangesPath 1.6 +9 -0 jbosstest/src/build/stylesheets/summary1.xsl Index: summary1.xsl

[JBoss-dev] CVS update: jboss/src/bin run.bat run.sh

2001-07-24 Thread Chris Kimpton
User: kimptoc Date: 01/07/24 03:33:10 Modified:src/bin run.bat run.sh Log: add facility pass in options to the java vm - by defining the environment variable JAVA_OPTS Revision ChangesPath 1.22 +1 -1 jboss/src/bin/run.bat Index: run.bat

[JBoss-dev] CVS update: jboss/src/bin run.sh

2001-07-24 Thread Chris Kimpton
User: kimptoc Date: 01/07/24 05:17:26 Modified:src/bin run.sh Log: added some info statements and don't try to guess HOTSPOT setting if JAVA_OPTS is supplied Revision ChangesPath 1.22 +13 -1 jboss/src/bin/run.sh Index: run.sh

Re: [JBoss-dev] jboss daily test results

2001-07-23 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: Huh? Why did the number of tests drop? Good question - we did seem to hit a memory/number of sockets limit a few weeks back - perhaps there is some variation in the tests that means they sometimes use more resources... Strangely, it went back

Re: [JBoss-dev] jboss daily test results

2001-07-23 Thread Chris Kimpton
to too many processes on linux. - Original Message - From: Chris Kimpton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 4:24 AM Subject: Re: [JBoss-dev] jboss daily test results Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: Huh? Why did the number

Re: [JBoss-dev] jboss daily test results

2001-07-12 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: The test run includes less than half the current tests. Based on the run log it looks like the server ran out of threads during the lock test and the server shutsdown after than and all subsequent tests silently fail. What is the OS maker

Re: [JBoss-dev] jboss daily test results

2001-07-12 Thread Chris Kimpton
Hi, I am re-running them to see if it works now. All clean now... SUMMARY Number of tests run: 132 Successful tests: 132 Errors:0 Failures: 0

[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary2.xsl

2001-07-12 Thread Chris Kimpton
User: kimptoc Date: 01/07/12 05:39:39 Modified:src/build/stylesheets summary2.xsl Log: emphasise GMT time of running... Revision ChangesPath 1.4 +1 -1 jbosstest/src/build/stylesheets/summary2.xsl Index: summary2.xsl

Re: [JBoss-dev] jboss daily test results

2001-07-08 Thread Chris Kimpton
--- [EMAIL PROTECTED] wrote: JBoss daily test results SUMMARY Number of tests run: 112 Successful tests: 112 Errors:0 Failures: 0 Something

[JBoss-dev] CVS update: jboss/src/bin jboss_init_redhat.sh

2001-07-07 Thread Chris Kimpton
User: kimptoc Date: 01/07/07 08:32:33 Modified:src/bin jboss_init_redhat.sh Log: send console output to dev null Revision ChangesPath 1.3 +1 -1 jboss/src/bin/jboss_init_redhat.sh Index: jboss_init_redhat.sh

Re: [JBoss-dev] daily testing...

2001-07-07 Thread Chris Kimpton
--- Jason Dillon [EMAIL PROTECTED] wrote: Yep - clean of all projects, cvs up -Pd and then a build of them all and then the test - so its never re-run over the same tests - but it is always run with all tests one after the other... Just to clarify... you `build.sh clean main` in

Re: [JBoss-dev] jboss daily test results

2001-07-07 Thread Chris Kimpton
Hi, Thanks for that - I've re-run them and get these results... JBoss daily test results SUMMARY Number of tests run: 112 Successful tests: 111 Errors:1 Failures: 0

[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl

2001-07-07 Thread Chris Kimpton
User: kimptoc Date: 01/07/07 08:53:05 Modified:src/build/stylesheets summary1.xsl Log: added clarification Revision ChangesPath 1.5 +1 -1 jbosstest/src/build/stylesheets/summary1.xsl Index: summary1.xsl

[JBoss-dev] daily testing...

2001-07-06 Thread Chris Kimpton
Hi, After Jason fixes, I couldn't resist trying for a clean run...but got this... JBoss daily test results SUMMARY Number of tests run: 104 Successful tests: 101 Errors:1 Failures: 2

[JBoss-dev] CVS update: jboss/src/build build.bat

2001-07-06 Thread Chris Kimpton
User: kimptoc Date: 01/07/06 14:32:09 Modified:src/build build.bat Log: ensure ANT_OPTS is used, if defined - for windoze anyway... Revision ChangesPath 1.11 +1 -1 jboss/src/build/build.bat Index: build.bat

Re: [JBoss-dev] jboss daily test results

2001-07-04 Thread Chris Kimpton
Hi, --- Jason Dillon [EMAIL PROTECTED] wrote: I don't get this. When you run jbosstest/dist/bin/jmsratest.sh all of the tests succeed. This test only fails when it is run as part of the full test suite. It looks like a test that runs before this one mucks with something. I checked

[JBoss-dev] Query on the JBoss versions of j2ee jars...

2001-06-29 Thread Chris Kimpton
Hi, I was reading the critique of JSR47: http://jakarta.apache.org/log4j/docs/critique.html and noticed this paragraph, in the Other Differences section; Note that any third-party implementation using the java.* or javax.* namespaces violates Sun's trademark on Java. Without explicit

Re: [JBoss-dev] jboss daily build failed - in cvs module: jbosssx

2001-06-28 Thread Chris Kimpton
Hi, --- Oleg Nitz [EMAIL PROTECTED] wrote: 'jboss' module should be built first. It is - its just that it failed... Chris = Need somewhere to Live in London - http://freeflats.com __ Do You Yahoo!? Get personalized email addresses from

RE: [JBoss-dev] how to spot a newbie coder?

2001-06-23 Thread Chris Kimpton
Hi, --- marc fleury [EMAIL PROTECTED] wrote: well for example in ConfigurationService getConfiguration (use to be save() I think) you get the XMLWriter thingy at the end and if you go look at the code you see that the class is 2 lines (!). That is terrible - you should sack that guy! I

Re: [JBoss-dev] TinderBox...

2001-06-21 Thread Chris Kimpton
Hi, I am sort of doing something towards this now. The site http://lubega.com is produced by an automated daily script that does a cvs update and then a rebuild and test of the jboss/jbosstest code. It only covers 1 platform/JVM - 386Linux2.2, Sun JVM 1.3. I could fairly easily add

<    1   2   3   4   5   6   7   >