Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
It is because the default values for the key javac options in the task.properties files are: javac.optimize=onjavac.debug=off This should be reversed. The main branch default should always be to enable debugging and turn off optimization. To compile with these value copy the

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
check that build/local.properties is setting java.debug=on. If you still don't get traces, run with -debug and check if javac is actually getting debug flags. If it is not please mail me the output and I will look into it further. --jason On Fri, 14 Sep 2001, Bill Burke wrote: I'm getting

[JBoss-dev] CVS update: contrib/catalina/src/build build.properties build.xml

2001-09-14 Thread Rickard ?berg
User: rickardoberg Date: 01/09/14 05:45:00 Modified:catalina/src/build build.xml Added: catalina/src/build build.properties Log: Now works properly with Tomcat4-RC2 Revision ChangesPath 1.2 +51 -51contrib/catalina/src/build/build.xml Index:

[JBoss-dev] Tomcat4 integration

2001-09-14 Thread Rickard Öberg
Hey I just got the Tomcat4 integration to work. I have updated the Catalina sources in the contrib CVS module. Build the tomcatservice target and put the embedded.jar file in /lib/ext. You can now deploy EAR files with WAR's that get deployed to Tomcat4. Use the instructions in the readme for

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
Why isn't this default setting? - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, September 14, 2001 1:58 AM Subject: Re: [JBoss-dev] No line numbers in stack trace check that build/local.properties

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
Note that the local.properties file needs to be in the build directory, not build/etc directory as I indicated. - Original Message - From: Bill Burke To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 8:19 AM Subject: RE: [JBoss-dev] No line numbers in

Re: [JBoss-dev] hot-deploy JMX is really cool

2001-09-14 Thread Peter Fagerlund
on 1-09-14 06.25, Bill Burke at [EMAIL PROTECTED] wrote: Just played with it and love it! hmmm I just tried to edit the hsql-default-service.xml in the deploy folder and when I saved - RH shutsdown ? thought it would redeploy ? ... same with ... if i drop a new hsql-default-service.xml into

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

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 10:56:01 Modified:src/main/org/jboss/test/web/test Tag: Branch_2_4 TestWebIntegration.java Log: Make sure that a restricted servlet is accessed as the first test to validate the server security context Revision Changes

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 10:55:08 Modified:tomcat/src/main/org/jboss/tomcat/security Tag: Branch_2_4 JBossSecurityMgrRealm.java Log: Need to restore setting of servlet class loader before calling getSecurityContext because the tomcat class loader

Re: [JBoss-dev] hot-deploy JMX is really cool

2001-09-14 Thread David Jencks
Ummm.. would you believe a big bug in the Hypersonic Database mbean and/or the Hypersonic database? it looks like destroying the mbean results in System.exit() being called - at least that's my guess, since right (a few seconds) after the the Database is shutdown message an orderly shutdown takes

Re: [JBoss-dev] Dynamic Class loading for EJBs

2001-09-14 Thread David Jencks
I've had a lot of trouble reproducing this problem, and haven't succeeded. Maybe something I changed on the way to getting anything to work incidently fixed it. What I did: 1. removed the incorrect classpath entry from the jboss-service.xml for jmx-ejb-connector-server.jsr (the classes are in

Re: [JBoss-dev] hot-deploy JMX is really cool

2001-09-14 Thread Peter Fagerlund
on 1-09-14 20.07, David Jencks at [EMAIL PROTECTED] wrote: Ummm.. would you believe a big bug in the Hypersonic Database mbean and/or the Hypersonic database? it looks like destroying the mbean results in System.exit() being called - at least that's my guess, since right (a few seconds)

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 13:02:05 Modified:tomcat/src/build Tag: Branch_2_4 build.xml Log: Copy the tomcat-service.jar into the bundle Revision ChangesPath No revision No revision 1.15.2.4 +2 -1

[JBoss-dev] CVS update: newsite/src/docs binary.jsp

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 13:18:23 Modified:src/docs binary.jsp Log: Update the JBoss/Tomcat bundle link and info Revision ChangesPath 1.6 +3 -3 newsite/src/docs/binary.jsp Index: binary.jsp

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty Jetty.java

2001-09-14 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/14 13:22:20 Modified:jetty/src/main/org/jboss/jetty Tag: Branch_2_4 Jetty.java Log: test Revision ChangesPath No revision No revision 1.9.2.1 +2 -0

[JBoss-dev] (rh) no such method error from VerificationListener

2001-09-14 Thread David Jencks
I am getting a NoSuchMethod error when deploying a ejb jar in rh after the logging changes, from the VerificationListener around line 447 of ContainerFactory, when beanChecked is called by the Verifier. Apparently the log object can't be correctly idenitified in the inner class. Is this

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty Jetty.java

2001-09-14 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/14 13:27:16 Modified:jetty/src/main/org/jboss/jetty Tag: Branch_2_4 Jetty.java Log: another test Revision ChangesPath No revision No revision 1.9.2.2 +1 -1

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
It should be... if it is not them my appoligies. --jason On Fri, 14 Sep 2001, Scott M Stark wrote: Why isn't this default setting? - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, September

RE: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
It is because the default values for the key javac options in the task.properties files are: javac.optimize=on javac.debug=off This should be reversed. The main branch default should always be to enable These are simply default values, local.properties should be used to set

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
this file should be included after processing local.properties, do you see anything related to that? I had some machine trouble and am rebuilding my environment at the moment. I will look into this more when I am up and running again. The include of ${project.build}/local.properties (and

[JBoss-dev] fyi: j2ee, open source, lutris

2001-09-14 Thread Toby Hede
http://www.theserverside.com/home/thread.jsp?thread_id=9037 curious about this comment from keith bigalow from lutris: Actually, JBOSS is not a clean room implementation. If one downloads version 2.4 made available 9/10/01, one finds countless inclusions of Sun Reference Implementation code,

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 17:12:16 Modified:src/main/org/jboss/test JBossTestCase.java Log: Made tests work and converted to JBossTestCase and logging Revision ChangesPath 1.2 +2 -2 jbosstest/src/main/org/jboss/test/JBossTestCase.java Index:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system ServiceMBeanSupport.java

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 17:19:16 Modified:src/main/org/jboss/system ServiceMBeanSupport.java Log: Add a log method accessor Revision ChangesPath 1.4 +7 -2 jboss/src/main/org/jboss/system/ServiceMBeanSupport.java Index: ServiceMBeanSupport.java

Re: [JBoss-dev] (rh) no such method error from VerificationListener

2001-09-14 Thread Scott M Stark
Yes I see it too. It looks like a compiler bug to me. I added a workaround that assigns the ContainerFactory.log reference to a final instance variable in the inner class and this works. - Original Message - From: David Jencks [EMAIL PROTECTED] To: jboss-dev [EMAIL PROTECTED] Sent:

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
If I create a local.properties it is picked up, but there is no local.properties in a clean checkout of jboss-all: cvsroot 1013cd jboss-all/build/ build 1014ls build.bat* build.sh* build.xml CVS/ etc/ build 1015ls etc/ CVS/ local.properties-example local.properties-production root/

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 17:12:16 Modified:src/main/org/jboss/test/bmp/test BmpUnitTestCase.java Log: Made tests work and converted to JBossTestCase and logging Revision ChangesPath 1.2 +44 -68

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 17:12:16 Modified:src/main/org/jboss/test/bank/test BankStressTestCase.java Log: Made tests work and converted to JBossTestCase and logging Revision ChangesPath 1.2 +113 -126

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 17:12:16 Modified:src/main/org/jboss/test/cts/jms ContainerMBox.java Log: Made tests work and converted to JBossTestCase and logging Revision ChangesPath 1.3 +15 -8 jbosstest/src/main/org/jboss/test/cts/jms/ContainerMBox.java

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

2001-09-14 Thread Scott M Stark
User: starksm Date: 01/09/14 17:18:40 Modified:src/main/org/jboss/ejb ContainerFactory.java Log: Workaround a NoSuchMethodError that occurs when the verifier listener inner class attempts to access the ContainerFactory.log Revision ChangesPath 1.94 +26 -21

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 18:07:11 Modified:src/main/org/jboss/test/hello/test HelloTimingStressTestCase.java Log: Converted to JBossTestCase and logging, made work (dbtest still breaks with Hypersonic 1.4) Revision ChangesPath 1.3 +47

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 18:07:11 Modified:src/main/org/jboss/test/dbtest/test DbTypesUnitTestCase.java Log: Converted to JBossTestCase and logging, made work (dbtest still breaks with Hypersonic 1.4) Revision ChangesPath 1.2 +391 -329

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 18:07:12 Modified:src/main/org/jboss/test/idgen/test IdGenUnitTestCase.java Log: Converted to JBossTestCase and logging, made work (dbtest still breaks with Hypersonic 1.4) Revision ChangesPath 1.2 +22 -31

[JBoss-dev] jboss daily build failed

2001-09-14 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE java.class.path:

[JBoss-dev] jboss daily test failed

2001-09-14 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [execmodules] location: class

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmq/test JBossMQUnitTestCase.java SelectorParserUnitTestCase.java

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 18:50:16 Modified:src/main/org/jboss/test/jbossmq/test JBossMQUnitTestCase.java SelectorParserUnitTestCase.java Log: Made to work, changed to JBossTestCase and logging Revision ChangesPath 1.2

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 146 Successful tests: 84 Errors:60 Failures: 2 [time of test: 15 September 2001 3:19 GMT] [java.version:

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 19:53:25 Modified:.build.xml Log: Fixed jmsra tests, converted to JBossTestCase and logging Revision ChangesPath 1.21 +2 -2 jbosstest/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmsra/test RaQueueUnitTestCase.java RaTopicUnitTestCase.java RaTest.java AllJMSRAUnitTestCase.java RaQueueTest.java RaTopicTest.java

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 19:53:25 Modified:src/main/org/jboss/test/jmsra/test RaTest.java Added: src/main/org/jboss/test/jmsra/test RaQueueUnitTestCase.java RaTopicUnitTestCase.java Removed: src/main/org/jboss/test/jmsra/test

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 19:51:47 Removed: src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java Log: ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 19:52:34 Added: src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java Log: Revision ChangesPath 1.3 +7 -1 jboss/src/main/org/jboss/jmx/adaptor/ejb/ServiceUnavailableException.java

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Modified:.build.xml Log: Added some fixes, reorganized the packaging therefore that the Test Client is outside of RMI/EJB Connector and utilize both Connectors. NOTE that the Test Client as well as the Test Server (for RMI

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:10:25 Modified:jbossbuild.xml Log: Adjust to the changes in JMX-Adaptor/Connector packaging. Revision ChangesPath 1.28 +20 -6 build/jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss/src/etc connector-client-factory.mf ejb-connector-client.mf rmi-connector-client.mf rmi-connector-server.mf connector.mf rmiconnector.mf

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Added: src/etc connector-client-factory.mf ejb-connector-client.mf rmi-connector-client.mf rmi-connector-server.mf Removed: src/etc connector.mf rmiconnector.mf Log: Added some fixes, reorganized the

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/ejb EJBConnectorMBean.java EJBConnector.java TestClient.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Modified:src/main/org/jboss/jmx/connector/ejb EJBConnector.java Added: src/main/org/jboss/jmx/connector/ejb EJBConnectorMBean.java Removed: src/main/org/jboss/jmx/connector/ejb TestClient.java Log: Added some fixes, reorganized

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSListenerSet.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:50 Added: src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSListenerSet.java Log: Added some fixes, reorganized the packaging therefore that the Test Client is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Modified:src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java Log: Added some fixes, reorganized the packaging therefore that the Test Client is outside of RMI/EJB Connector and utilize both

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 20:26:06 Modified:src/main/org/jboss/test/jrmp/test CustomSocketsUnitTestCase.java DynLoadingUnitTestCase.java Log: Fixed jrmp test cases and converted to JBossTestCase and logging Revision Changes

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

2001-09-14 Thread David Jencks
User: d_jencks Date: 01/09/14 20:26:06 Modified:.build.xml Log: Fixed jrmp test cases and converted to JBossTestCase and logging Revision ChangesPath 1.22 +3 -2 jbosstest/build.xml Index: build.xml

Re: [JBoss-dev] Dynamic Class loading for EJBs

2001-09-14 Thread Andreas Schaefer
Hi David Sorry for the trouble you had but the last check-in stuff had some problems. This are fixed now but also the problem I experienced is gone. Now I can deploy the jmx-ejb-connector-server.jsr and the EJB-Adaptor is picking it up event the file was not deployed when the EJB-Adaptor was

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 116 Successful tests: 57 Errors:57 Failures: 2 [time of test: 15 September 2001 4:37 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 146 Successful tests: 84 Errors:60 Failures: 2 [time of test: 15 September 2001 5:20 GMT] [java.version:

Re: [JBoss-dev] fyi: j2ee, open source, lutris

2001-09-14 Thread linuxman
any comments? - Original Message - From: Toby Hede [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 7:57 AM Subject: [JBoss-dev] fyi: j2ee, open source, lutris http://www.theserverside.com/home/thread.jsp?thread_id=9037 curious about this