RE: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppenderxxx(msg,e) (fwd)

2001-07-08 Thread Jason Dillon
- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jason Dillon Envoye : dimanche 8 juillet 2001 6:37 A : [EMAIL PROTECTED] Objet : [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) (fwd) Where is the patch? There is nothing attached

RE: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppenderxxx(msg,e) (fwd)

2001-07-08 Thread Jason Dillon
nobody is against it and commit. OK? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jason Dillon Envoye : dimanche 8 juillet 2001 6:37 A : [EMAIL PROTECTED] Objet : [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e

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

2001-07-09 Thread Jason Dillon
/a + * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a + * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a + * @version $Revision: 1.17 $ */ -public class JMSContainerInvoker implements -ContainerInvoker, XmlLoadable +public class JMSContainerInvoker + implements

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 15:55:07 Modified:src/main/org/jboss/util Info.java InfoMBean.java Log: o added runGarbageCollector, should probably be in another place, but for now this will work. Revision ChangesPath 1.11 +11 -1

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 15:58:59 Modified:src/main/org/jboss/util Info.java Log: o added a simple log message before running the gc(), should probably also log the before/after memory stats. Revision ChangesPath 1.12 +4 -1

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 16:22:08 Modified:src/main/org/jboss/web WebService.java Log: o using full name for logging, with a #jmxname tag Revision ChangesPath 1.7 +2 -2 jboss/src/main/org/jboss/web/WebService.java Index: WebService.java

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 16:21:28 Modified:src/main/org/jboss/ejb/plugins/jaws JAWSPersistenceManager.java Log: o using full name for logger. Revision ChangesPath 1.29 +4 -3

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment J2eeDeployer.java

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 16:23:21 Modified:src/main/org/jboss/deployment J2eeDeployer.java Log: o specifing full name + tag for logging o changed exception handling to use log.exception() instead of Throwable.printStackTrace() Revision ChangesPath 1.36

[JBoss-dev] MDB tests failing

2001-07-09 Thread Jason Dillon
It looks like the recent modification of BaseLocalContainerInvoker has broken the MDB testsuite (as well as other MDB applications). It trys to call getLocalHomeClass(), which will throw an Error directly from MessageDrivenContainer. What is even more disturbing is that the jbosstest output

[JBoss-dev] More: MDB tests failing

2001-07-09 Thread Jason Dillon
It looks like the errors are not being reported because the deployement happens in the suite() method, then System.exit()'s after a failure. If we move the deployment to a test (like undeploy), then the failure shows up, but for some reason the actual tests will succeed even if the deployement

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

2001-07-09 Thread Jason Dillon
00:12:12 1.7 @@ -50,160 +50,158 @@ * * @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version pre$Revision: 1.6 $/pre + * @version pre$Revision: 1.7 $/pre */ public class Main -extends TestCase

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment InstallerFactory.java

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 17:30:45 Modified:src/main/org/jboss/deployment InstallerFactory.java Log: o reformat Revision ChangesPath 1.5 +246 -253 jboss/src/main/org/jboss/deployment/InstallerFactory.java Index: InstallerFactory.java

[JBoss-dev] 2.4 release(s) jaws.xml problem

2001-07-09 Thread Jason Dillon
It looks like the 2.4 releases (I just tested the ones with just JBoss) are not paying attention to the jaws.xml in deployed files. I am using an Oracle8 database, and specifing the datasource and type-map in each jaws.xml file (which works fine under MAIN and previous versions). It complains

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

2001-07-09 Thread Jason Dillon
+50,7 @@ * * @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version pre$Revision: 1.7 $/pre + * @version pre$Revision: 1.8 $/pre */ public class Main extends TestCase @@ -70,19 +70,19

Re: [JBoss-dev] jboss daily test failed

2001-07-09 Thread Jason Dillon
This is fixed... sorry about that. =| --jason On Tue, 10 Jul 2001 [EMAIL PROTECTED] wrote: = ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=

Re: [JBoss-dev] Why doesn't Container implment ContainerInvokerContainer?

2001-07-09 Thread Jason Dillon
Are there any containers which do not use a ContainerInvoker? If not why seperate the interface? If there are, is there a better name for ContainerInvokerContainer? It is just confusing. =( --jason On Mon, 9 Jul 2001, Scott M Stark wrote: Another issue is why doesn't the Container class

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:05 Modified:src/main/org/jboss/test/xa/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:03 Modified:src/main/org/jboss/test/dbtest/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified

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

2001-07-09 Thread Jason Dillon
@@ * * @author [EMAIL PROTECTED] * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public class Deploy { -/** A map of jarname - Boolean deployment status. */ -private static Map deployed

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:03 Modified:src/main/org/jboss/test/bmp/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/jbossmq/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:03 Modified:src/main/org/jboss/test/bank/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/lock/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/naming/test TestENC.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:05 Modified:src/main/org/jboss/test/testbean/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/jrmp/test TestCustomSockets.java TestDynLoading.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:35:17 Modified:src/main/org/jboss/ejb ContainerInvokerContainer.java Log: o added dummy comments (someone who knows what they are for should fill in the ???). all public interface should really be javadoc'd. Revision ChangesPath

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:03 Modified:src/build run_tests.xml Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml basic-security-tests

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/hello/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:04 Modified:src/main/org/jboss/test/idgen/test Main.java Log: o changed all deploy tests to deploy as a test and to not call System.exit(). this should allow reports to be generated for tests that fail to deploy. o modified run_tests.xml

[JBoss-dev] updated jbosstest

2001-07-09 Thread Jason Dillon
All tests will now deploy as a test. This should fix the problem of reports not being generated due to deployment failures. I think that I have gotten all of the deploy tests, but I am not 100% sure. I just re-ran the suite and these tests will fail: jmsra mdb security (TestEJBSpec)

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

2001-07-09 Thread Jason Dillon
+++ AllJUnitTests.java2001/07/10 02:34:04 1.5 @@ -30,34 +30,31 @@ * * @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public class AllJUnitTests

RE: [JBoss-dev] 2.4 release(s) jaws.xml problem

2001-07-09 Thread Jason Dillon
messages when a parsing error happens. Check server.log or something. Regards, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Dillon Sent: Monday, July 09, 2001 9:05 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] 2.4 release(s

RE: [JBoss-dev] 2.4 release(s) jaws.xml problem

2001-07-09 Thread Jason Dillon
was getting a null pointer exception. I *did* specify a valid datasource in my jaws.xml. jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Dillon Sent: Monday, July 09, 2001 9:05 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] 2.4 release

RE: [JBoss-dev] 2.4 release(s) jaws.xml problem

2001-07-09 Thread Jason Dillon
]]On Behalf Of Jason Dillon Sent: Monday, July 09, 2001 10:59 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] 2.4 release(s) jaws.xml problem Yes, I think something is broken there. Do you know if the same will happen (no default ds null pointer) in the main cvs branch? --jason

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

2001-07-09 Thread Jason Dillon
2001/06/18 20:01:24 1.2 +++ BeanProxy.java2001/07/10 04:40:28 1.3 @@ -19,119 +19,119 @@ * An abstract base proxy class from which all bean proxys extend from. * * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.2 $ + * @version $Revision

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

2001-07-09 Thread Jason Dillon
a href=mailto:[EMAIL PROTECTED];Toby Allsopp/a - * @version $Revision: 1.18 $ + * @see org.jboss.deployment.J2eeDeployer + * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a + * @author a href=mailto:[EMAIL PROTECTED];Toby Allsopp/a + * @author a href=mailto:[EMAIL PROTECTED];Jason

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 21:42:58 Modified:src/main/org/jboss/ejb CacheKey.java Log: o using log4j when initalization failes, this is not a field so it will not affect serialization... but it should probably be replaced by a nested runtime exception. Revision

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 21:46:30 Modified:src/main/org/jboss/ejb Interceptor.java Log: o added some javadocs Revision ChangesPath 1.6 +34 -15jboss/src/main/org/jboss/ejb/Interceptor.java Index: Interceptor.java

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 22:01:47 Modified:src/main/org/jboss/test/perf/test TestProbe.java Log: o forgot about this one, changed deployment to a test Revision ChangesPath 1.3 +96 -97jbosstest/src/main/org/jboss/test/perf/test/TestProbe.java Index:

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

2001-07-09 Thread Jason Dillon
+ * An abstract base class for container interceptors. * - * @see related - * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a - * @version $Revision: 1.5 $ + * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a + * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 22:08:04 Modified:src/main/org/jboss/ejb/plugins LRUEnterpriseContextCachePolicy.java Log: o reformat Revision ChangesPath 1.10 +553 -491

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 22:09:20 Modified:src/main/org/jboss/ejb EnterpriseContext.java Log: o using log4j o updated comments to be javadocs Revision ChangesPath 1.37 +170 -166 jboss/src/main/org/jboss/ejb/EnterpriseContext.java Index:

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 22:10:54 Modified:src/main/org/jboss/ejb Container.java Log: o changed logging to log4j o changed some comments to javadocs Revision ChangesPath 1.47 +212 -195 jboss/src/main/org/jboss/ejb/Container.java Index: Container.java

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 22:06:40 Modified:src/main/org/jboss/ejb/plugins StatefulSessionInstanceInterceptor.java Log: o using log4j to report errors o throwing a ExceptionInInitializerError rather than leave the system in an unstable state at

[JBoss-dev] recent changes

2001-07-09 Thread Jason Dillon
You might have noticed that I have commit a lot of changed recently. I am trying to eliminate the usage of Throwable.printStackTrace() but replacing them with valid Log4j logging calls. The point is to help debugging by properly logging exceptions. I have run into a few places where it was

Re: [JBoss-dev] JBossMQ and Log4j

2001-07-09 Thread Jason Dillon
has done it. Clients are already required to use log4j if they want integration with the JBoss logging facility as of 2.4 so that is not a reason. - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 9:09 PM Subject: [JBoss

Re: [JBoss-dev] JBossMQ and Log4j

2001-07-10 Thread Jason Dillon
I would say that in the short term that it would be better to have the client code using Log4j, so we can better debug things. In the long term we need to have a way to let the client side logging either automatically disable (perhaps enable with a system property), but either way make use of

Re: [JBoss-dev] JBossMQ and Log4j

2001-07-10 Thread Jason Dillon
Before you go crazy on that log system clean up... I'm working on a major re-org of the jbossmq module. It's so major that everything is broken right now on my development box :) I'm making all subsytems in jbossmq a JMX service. This will be good since jbossmq.xml will then be able to go

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Jason Dillon
damn these *ucking emails. --jason On 10 Jul 2001, Postmaster wrote: MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Tue, 10 Jul 2001 20:15:45 +0100 Subject: Re: [JBoss-dev] IT'S ALIVE! has been

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

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 15:45:41 Modified:src/main/org/jboss/ejb/plugins EntityInstanceInterceptor.java Log: o just a re-intent (no code change) Revision ChangesPath 1.33 +280 -277

[JBoss-dev] Getting Transactional contention on contextXXX

2001-07-10 Thread Jason Dillon
I thought I had my app working again, but that was just a dream. =| Does anyone have a clue why I might be getting Transactional contention on context messages? I have one thread invoking a session bean in a loop, that session bean creates two entities then queues a JMS message, then returns.

[JBoss-dev] More: Getting Transactional contention on contextXXX

2001-07-10 Thread Jason Dillon
Oh ya, the vm the mdb runs in is now wedged and needs to be killed =( --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 16:49:14 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: o re-indent (no code change) Revision ChangesPath 1.40 +452 -451

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra JmsManagedConnection.java

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 17:20:04 Modified:src/main/org/jboss/jms/ra JmsManagedConnection.java Log: o re-indent fixup javadoc header (no code change) Revision ChangesPath 1.4 +389 -388 jboss/src/main/org/jboss/jms/ra/JmsManagedConnection.java Index:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra JmsManagedConnectionFactory.java

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 17:29:08 Modified:src/main/org/jboss/jms/ra JmsManagedConnectionFactory.java Log: o re-indent (no code change) Revision ChangesPath 1.3 +147 -157 jboss/src/main/org/jboss/jms/ra/JmsManagedConnectionFactory.java Index:

[JBoss-dev] possible JBossMQ UIL socket multiplexor race condition

2001-07-10 Thread Jason Dillon
I have been trying to track down this transactional contention, then I ran into a problem where the spooler eventually hung, after a seemingly random number of messages. SpyXAQueueConnection.createXAQueueSession() would not return from SpyConnection.createReceiver().

[JBoss-dev] more contention fluff

2001-07-10 Thread Jason Dillon
Well, I have not been able to track it down fully, but I modified the locktest to be a bit more agressive. First I simply up'd the thread and iteration count (which could cause a NullPointerException in the entity syncrhonization interceptor... but not all the time). It will also hang some

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

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 22:52:08 Modified:src/main/org/jboss/test/lock/interfaces EnterpriseEntity.java Log: o updated lock test to excersise commit-option a, b (c d but those are not enabled at the moment). o abstracted the actuall test

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

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 22:52:08 Modified:src/main/org/jboss/test/lock/bean EnterpriseEntityBean.java Log: o updated lock test to excersise commit-option a, b (c d but those are not enabled at the moment). o abstracted the actuall test outside of Worker, into Task

[JBoss-dev] CVS update: jbosstest/src/resources/lock/META-INF jboss.xml ejb-jar.xml

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 22:52:09 Modified:src/resources/lock/META-INF ejb-jar.xml Added: src/resources/lock/META-INF jboss.xml Log: o updated lock test to excersise commit-option a, b (c d but those are not enabled at the moment). o abstracted the actuall

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

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 22:52:08 Modified:src/main/org/jboss/test/lock/test Main.java Added: src/main/org/jboss/test/lock/test EnterpriseEntityTest.java Log: o updated lock test to excersise commit-option a, b (c d but those are not enabled at the moment). o

RE: [JBoss-dev] RE: [JBoss-user] Log4j configuration file location

2001-07-11 Thread Jason Dillon
Central? I don't like this word. Pick a different one. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] more contention fluff

2001-07-11 Thread Jason Dillon
. - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 10:55 PM Subject: [JBoss-dev] more contention fluff Well, I have not been able to track it down fully, but I modified the locktest to be a bit more agressive. First I simply

Re: [JBoss-dev] RE: [JBoss-user] log4j or JBoss logging

2001-07-11 Thread Jason Dillon
What is the overhead of using highly dynamic category names? --jason On Wed, 11 Jul 2001, Scott M Stark wrote: I think we want to use the fully qualified classname. If the bean name is added it should be appened to the classname. We need to be careful not to introduce a lot of overhead in

[JBoss-dev] jbosstest build failure

2001-07-11 Thread Jason Dillon
compile: [mkdir] Created dir: /nfs/home/jason/ws/jboss/jbosstest/build/classes [javac] Compiling 263 source files to /nfs/home/jason/ws/jboss/jbosstest/build/classes [javac] /nfs/home/jason/ws/jboss/jbosstest/src/main/org/jboss/test/perf/test/TestProbe.java:16: Class

Re: [JBoss-dev] jboss daily test results

2001-07-11 Thread Jason Dillon
It also looks like the server failed to startup correctly, with a few: java.net.BindException: Address already in use --jason On Wed, 11 Jul 2001, Scott M Stark wrote: The test run includes less than half the current tests. Based on the run log it looks like the server ran out of

[JBoss-dev] EntityInstanceInterceptor change

2001-07-11 Thread Jason Dillon
What was the problem... the diff is more or less the entire file. I am curious, because I am still running into a hang, though it seems like it might be MDB or SB related (not sure at the moment). --jason On Wed, 11 Jul 2001, Scott M Stark wrote: User: starksm Date: 01/07/11 14:47:14

Re: [JBoss-dev] EntityInstanceInterceptor change

2001-07-11 Thread Jason Dillon
to produce garbage dumps with HotSpot so turn it off using the -classic switch. MDBs are involed in the lock unit test so what are you running? - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:57 PM Subject: [JBoss-dev

Re: [JBoss-dev] jboss daily test results

2001-07-12 Thread Jason Dillon
Could we have the detail of each test html'ifyed. I would do it, but I don't know much about xml stylesheets. Mozilla just strips out all of the tags, which makes it a bit hard to look at. --jason On Thu, 12 Jul 2001, Chris Kimpton wrote: Hi, I am re-running them to see if it works

Re: [JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadatajaws_2_4.dtd

2001-07-12 Thread Jason Dillon
I thought CVS did crlf translations... did we break it somehow? --jason On Thu, 12 Jul 2001, Scott M Stark wrote: User: starksm Date: 01/07/12 10:39:47 Modified:src/resources/org/jboss/metadata jaws_2_4.dtd Log: Remove the damn dos carriage returns Revision Changes

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

2001-07-12 Thread Jason Dillon
a href=mailto:[EMAIL PROTECTED];Hiram Chirino/a. - * @version $Revision: 1.12 $ + * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a + * @version $Revision: 1.13 $ */ public class Info implements InfoMBean, MBeanRegistration @@ -178,5 +179,19 @@ bTotal Thread Groups

[JBoss-dev] Log4j xml config and custom priorities

2001-07-12 Thread Jason Dillon
I just learned this (from reading the log4j dtd) can be configured via: category name=org.jboss.ejb.plugins priority value=TRACE class=org.jboss.logging.log4j.TracePriority/ /category The current version that JBoss is using still does not support setting the

Re: [JBoss-dev] Log4j xml config and custom priorities

2001-07-12 Thread Jason Dillon
Or not =( --jason On Thu, 12 Jul 2001, Jason Dillon wrote: I just learned this (from reading the log4j dtd) can be configured via: category name=org.jboss.ejb.plugins priority value=TRACE class=org.jboss.logging.log4j.TracePriority/ /category The current version

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 16:53:02 Modified:src/main/org/jboss/ejb/plugins StatelessSessionInstanceInterceptor.java Log: o re-indent removal of unused imports. Revision ChangesPath 1.8 +28 -50

Re: [JBoss-dev] EntityInstanceInterceptor change

2001-07-12 Thread Jason Dillon
one that looks interesting. - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 10:47 PM Subject: Re: [JBoss-dev] EntityInstanceInterceptor change It is complicated

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:19:46 Modified:src/main/org/jboss/ejb ContainerPlugin.java Log: o re-indent removal of public keyword Revision ChangesPath 1.6 +12 -12jboss/src/main/org/jboss/ejb/ContainerPlugin.java Index: ContainerPlugin.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:34:59 Modified:src/main/org/jboss/util Service.java Log: o javadoc'd Revision ChangesPath 1.4 +25 -12jboss/src/main/org/jboss/util/Service.java Index: Service.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:36:33 Modified:src/main/org/jboss/ejb ContainerInvoker.java Log: o re-indented cleaned up javadoc Revision ChangesPath 1.8 +75 -78jboss/src/main/org/jboss/ejb/ContainerInvoker.java Index: ContainerInvoker.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:39:13 Modified:src/main/org/jboss/ejb InstancePoolContainer.java Log: o re-indent javadoc'd Revision ChangesPath 1.4 +13 -15jboss/src/main/org/jboss/ejb/InstancePoolContainer.java Index: InstancePoolContainer.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:36:58 Modified:src/main/org/jboss/ejb InstancePool.java Log: o re-indent cleaned up javadoc Revision ChangesPath 1.5 +18 -27jboss/src/main/org/jboss/ejb/InstancePool.java Index: InstancePool.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:42:49 Modified:src/main/org/jboss/ejb AutoDeployerMBean.java Log: o javadoc'd Revision ChangesPath 1.6 +38 -15jboss/src/main/org/jboss/ejb/AutoDeployerMBean.java Index: AutoDeployerMBean.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:36:07 Modified:src/main/org/jboss/ejb InstanceCache.java Log: o re-indent, cleaned up javadoc Revision ChangesPath 1.8 +56 -47jboss/src/main/org/jboss/ejb/InstanceCache.java Index: InstanceCache.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 17:45:26 Modified:src/main/org/jboss/ejb CacheKey.java Log: o re-indent Revision ChangesPath 1.15 +113 -113 jboss/src/main/org/jboss/ejb/CacheKey.java Index: CacheKey.java

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

2001-07-12 Thread Jason Dillon
, the defaults of + * ttlocalhost/tt and tt8082/tt are used. + * + * h3Usage:/h3 + * pre + * java org.jboss.Shutdown [host] [port] + * /pre + * + * @author a href=mailto:[EMAIL PROTECTED];Dewayne McNair/a + * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a + * @version $Revision: 1.2

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 18:30:17 Modified:src/main/org/jboss/ejb DeploymentException.java Log: o reindent Revision ChangesPath 1.6 +20 -10jboss/src/main/org/jboss/ejb/DeploymentException.java Index: DeploymentException.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 18:33:15 Modified:src/main/org/jboss/ejb EntityCache.java Log: o re-indent javadoc clean up Revision ChangesPath 1.3 +13 -18jboss/src/main/org/jboss/ejb/EntityCache.java Index: EntityCache.java

Re: [JBoss-dev] EntityInstanceInterceptor change

2001-07-12 Thread Jason Dillon
- From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 10:47 PM Subject: Re: [JBoss-dev] EntityInstanceInterceptor change It is complicated. ___ Jboss-development mailing list [EMAIL PROTECTED] http

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:25:54 Modified:src/main/org/jboss/ejb EntityPersistenceStore.java Log: o re-indent clean up javadocs Revision ChangesPath 1.6 +127 -112 jboss/src/main/org/jboss/ejb/EntityPersistenceStore.java Index:

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:27:21 Modified:src/main/org/jboss/ejb EntityPersistenceStore2.java Log: o re-indent cleanup javadoc Revision ChangesPath 1.2 +27 -12jboss/src/main/org/jboss/ejb/EntityPersistenceStore2.java Index:

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:18:51 Modified:src/main/org/jboss/ejb EntityPersistenceManager.java Log: o re-indent clean up javadocs Revision ChangesPath 1.8 +113 -98 jboss/src/main/org/jboss/ejb/EntityPersistenceManager.java Index:

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:29:44 Modified:src/main/org/jboss/ejb LocalContainerInvoker.java Log: o cleaned up Revision ChangesPath 1.4 +51 -53jboss/src/main/org/jboss/ejb/LocalContainerInvoker.java Index: LocalContainerInvoker.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:34:40 Modified:src/main/org/jboss/ejb LocalHomeObjectFactory.java Log: cleaned up Revision ChangesPath 1.3 +88 -71jboss/src/main/org/jboss/ejb/LocalHomeObjectFactory.java Index: LocalHomeObjectFactory.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 20:39:02 Modified:src/main/org/jboss/ejb MessageDrivenEnterpriseContext.java Log: cleaned up Revision ChangesPath 1.7 +79 -76jboss/src/main/org/jboss/ejb/MessageDrivenEnterpriseContext.java Index:

[JBoss-dev] why is StatefulSessionEnterpriseContext Serializable

2001-07-12 Thread Jason Dillon
It is the only context that implement java.io.Serializable. It also overrides read|writeObject() with nothing. Just curious. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 21:05:47 Modified:src/main/org/jboss/ejb TxEntityMap.java Log: cleaned up Revision ChangesPath 1.2 +62 -53jboss/src/main/org/jboss/ejb/TxEntityMap.java Index: TxEntityMap.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 21:06:24 Modified:src/main/org/jboss/ejb StatefulSessionContainer.java Log: cleaned up Revision ChangesPath 1.30 +326 -298 jboss/src/main/org/jboss/ejb/StatefulSessionContainer.java Index: StatefulSessionContainer.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 21:07:51 Modified:src/main/org/jboss/ejb StatefulSessionEnterpriseContext.java Log: cleaned up Revision ChangesPath 1.14 +58 -42 jboss/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java Index:

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 21:08:01 Modified:src/main/org/jboss/ejb StatelessSessionEnterpriseContext.java Log: cleaned up Revision ChangesPath 1.12 +39 -31 jboss/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java

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

2001-07-12 Thread Jason Dillon
User: user57 Date: 01/07/12 21:08:18 Modified:src/main/org/jboss/ejb EntityContainer.java Log: cleaned up Revision ChangesPath 1.45 +172 -165 jboss/src/main/org/jboss/ejb/EntityContainer.java Index: EntityContainer.java

<    1   2   3   4   5   6   7   8   9   10   >