Re: [JBoss-dev] Arrays in Method Parameters

2001-07-03 Thread Jason Dillon
As long as it works... just do it. --jason On Tue, 3 Jul 2001, Aaron Mulder wrote: > So the EJB 1.1 and 2.0 PFD2 specs clarify that if you hava a > method parameter that's an array, you list it in your DD with []. (See > the description for the method element in the DD.) For example, >

Re: [JBoss-dev] Tomcat/JMS Classes not found

2001-07-03 Thread Jason Dillon
> [Configuration] org.jboss.configuration.ConfigurationException: missing > required > attribute: QueueFactoryRef when I start up the server. > The MDB support is assuming that both QueueFactoryRef and TopicFactoryRef are non-null. I added this to make it clear what the problem is instead of t

Re: [JBoss-dev] jboss daily test results

2001-07-03 Thread Jason Dillon
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 that all of the tests in this suite run correctly in any o

[JBoss-dev] mdb tests are causing jmsra tests to fail

2001-07-03 Thread Jason Dillon
I am not sure if there are other tests which are affecting the jmsra tests, but at the very least the mdb are. Still looking into things... Also a side note, it looks like when the oswego-concurrent.jar was added as a client dependency that lots of the bin/ scripts in jbosstest broke. I have be

[JBoss-dev] xml config for Log4j

2001-07-04 Thread Jason Dillon
How about using the xml configuration file for Log4j as the default? At the very, very least it is nicer to look at in Emacs with font-lock, at best it makes more of the JBoss config xml... wow. =] I was also hoping to change the default JBoss category format to something like this: %c{1} [%t]

[JBoss-dev] MORE: mdb tests are causing jmsra tests to fail

2001-07-04 Thread Jason Dillon
It looks like a left over MDB was still attached to queue/testQueue and was eating messages. I was confused about this, but I guess JBossMQ is doing a good job at not starving any listeners, which would explain the sometimes working behavor that I was seeing. So I modified the MDB test to undepl

Re: [JBoss-dev] Tomcat/JMS Classes not found

2001-07-04 Thread Jason Dillon
tly 'documented' somewhere > users are not going to get surprised! > > Vinay > - Original Message ----- > From: "Jason Dillon" <[EMAIL PROTECTED]> > To: "Dev @ JBoss" <[EMAIL PROTECTED]> > Sent: Wednesday, July 04, 200

Re: [JBoss-dev] jboss daily test results

2001-07-04 Thread Jason Dillon
> > It is intermittent as well - some days they all fail, some days they > all work - there are some other tests that seem to be rarely/never > get through - I get a total of around 94 tests when I run the same > thing manually... >From a few hours of looking into I would say there is something w

[JBoss-dev] Does undeploy work?

2001-07-04 Thread Jason Dillon
Is application undeployment supposed to work, or is it a work in progress? If the mdbtest suite undeploys its support applcations once all of the tests have finished it fails on all tests and the server hangs and does not produce further log messages. I would guess that after something times out

[JBoss-dev] might have it...

2001-07-04 Thread Jason Dillon
could be too soon to say. if this checks out when I am actually awake we will know for sure. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] MORE: mdb tests are causing jmsra tests to fail

2001-07-04 Thread Jason Dillon
> Hm, I have never run the complete tests, therefore I never stumbled on the > problem. Another way of solving the probem is ofcourse to let for example > jmsra use some of the other queues that are defined in a standard > jbossmw.xml file. There is a QueueBean from the MDB tests that is still at

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

2001-07-05 Thread Jason Dillon
1.2 +++ AllJUnitTests.java2001/07/05 07:05:59 1.3 @@ -30,7 +30,7 @@ * * @author mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */

[JBoss-dev] changed mdb and jmsra tests

2001-07-05 Thread Jason Dillon
they now deploy/test/undeploy. The daily test should now only fail ond the xa test. Can only run tests agains instance just started, second and thirdattempts result in error. --jason Happy July 4th =) * beer is good my friends * ___ Jboss-develo

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

2001-07-05 Thread Jason Dillon
:26 2000 * - * @author - * @version + * @author mailto:[EMAIL PROTECTED]";>Peter Antman + * @author mailto:[EMAIL PROTECTED]";>Jason Dillon + * @version $Revision: 1.6 $ */ - -public class Main extends TestCase { +public class Main +

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

2001-07-05 Thread Jason Dillon
n = null; +/** + * Bean to help JMS RA test publish/send JMS messages and test transactional + * behavior. + * + * Created: Mon Apr 23 21:35:25 2001 + * + * @author Unknown + * @author mailto:[EMAIL PROTECTED]";>Jason Dillon + * @version $Revision: 1.4 $ + */ +public

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:51 Modified:src/main/org/jboss/test/xa/interfaces XATest.java Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:51 Modified:src/resources/xa/META-INF jboss.xml Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a createTables(

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:51 Modified:src/build/subprojects build-xa.xml Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a createTables()

[JBoss-dev] CVS update: jbosstest/src/bin mq-test.sh xatest.sh

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:50 Modified:src/bin mq-test.sh xatest.sh Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a createTables() meth

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:51 Modified:src/main/org/jboss/test/xa/test Main.java Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a createT

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 17:38:51 Modified:src/main/org/jboss/test/xa/bean XATestBean.java Log: o changed xatest.sh to use the JUnit runner & cleaned up classpath. o cleaned up commandline in mq-test.sh. o Changed XATest so that it deploys/tests/undeploys. o Added a c

[JBoss-dev] zero errors and failures with jbosstest

2001-07-05 Thread Jason Dillon
I fixed the XATest so that it will function with the default configuration of jboss from cvs. Which means that if you start up jboss, then run the test suite, you should get zero errors and zero failures. =) It will still have issues if you attempt to run the suite more than once against the sam

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-bank.xml build-bmp.xml build-cts.xml build-dbtest.xml build-hello.xml build-load.xml build-lock.xml build-readahead.xml build-testbean.xml

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:13:38 Modified:src/build/subprojects build-bank.xml build-bmp.xml build-cts.xml build-dbtest.xml build-hello.xml build-load.xml build-lock.xml build-readahead.xml build-testbean.xml

[JBoss-dev] CVS update: jbosstest/src/bin bmptest.sh dbtest.sh locktest.sh

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:13:08 Modified:src/bin bmptest.sh dbtest.sh locktest.sh Log: o using JUnit runner instead of main() in test. Revision ChangesPath 1.5 +6 -1 jbosstest/src/bin/bmptest.sh Index: bmptest.sh ===

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/cts/test AllJUnitTests.java Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.13 +8 -5 jbosste

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/testbean/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.8 +37 -2 jbosstest/src/main/org/jboss/test/testbean/te

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/jrmp/test TestCustomSockets.java TestDynLoading.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.3 +26

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/security/test TestEJBSpec.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.7 +29 -2 jbosstest/src/main/org/jboss/test/secu

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/readahead/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.2 +32 -10jbosstest/src/main/org/jboss/test/readahead/

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:22 Modified:src/main/org/jboss/test/web/test TestWebIntegration.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.8 +26 -2 jbosstest/src/main/org/jboss/test/w

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

2001-07-05 Thread Jason Dillon
for deploying jar files. * * @author [EMAIL PROTECTED] * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class Deploy { -// -// Is each CL expected to only manage one deployed app

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/perf/test TestProbe.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.2 +29 -3 jbosstest/src/main/org/jboss/test/perf/test/

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/naming/test TestENC.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.3 +23 -2 jbosstest/src/main/org/jboss/test/naming/tes

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:19 Modified:src/main/org/jboss/test/bank/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.2 +32 -5 jbosstest/src/main/org/jboss/test/bank/test/Main.

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/dbtest/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.8 +27 -1 jbosstest/src/main/org/jboss/test/dbtest/test/M

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

2001-07-05 Thread Jason Dillon
--- AllJUnitTests.java2001/07/05 07:05:59 1.3 +++ AllJUnitTests.java2001/07/06 02:29:20 1.4 @@ -30,7 +30,7 @@ * * @author mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.3

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/hello/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.2 +32 -3 jbosstest/src/main/org/jboss/test/hello/test/Mai

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/idgen/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.2 +31 -4 jbosstest/src/main/org/jboss/test/idgen/test/Mai

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:21 Modified:src/main/org/jboss/test/lock/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.4 +29 -1 jbosstest/src/main/org/jboss/test/lock/test/Main.

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 19:29:20 Modified:src/main/org/jboss/test/bmp/test Main.java Log: o Changed all tests which deploy one or more jars to undeploy after testing. Revision ChangesPath 1.3 +33 -8 jbosstest/src/main/org/jboss/test/bmp/test/Main.ja

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

2001-07-05 Thread Jason Dillon
org.jboss.util.Service; import org.jboss.util.ServiceFactory; import org.jboss.util.ServiceMBeanSupport; @@ -66,7 +67,7 @@ * @author mailto:[EMAIL PROTECTED]";>Rickard Öberg. * @author mailto:[EMAIL PROTECTED]";>Scott Stark. * @author mailto:[EMAIL PROTECTED]";>Jas

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 20:22:15 Modified:src/main/org/jboss/ejb ContainerFactory.java Log: Changed the name passed to Log.createLog() to a fq classname. Revision ChangesPath 1.81 +2 -2 jboss/src/main/org/jboss/ejb/ContainerFactory.java Index: Contai

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

2001-07-05 Thread Jason Dillon
User: user57 Date: 01/07/05 20:40:28 Modified:src/main/org/jboss/ejb/plugins EnterpriseContextCachePolicy.java Log: o changed log category to org.jboss.ejb.plugins.BeanCache Revision ChangesPath 1.6 +2 -3 jboss/src/main/org/jboss/ej

[JBoss-dev] JBossMQ and Log4j

2001-07-05 Thread Jason Dillon
Is there any reason why JBossMQ does not use the Log4j api for logging? I am having a hard time tracking down this EOFException problem due to either the lack of messages or a complete overload of them. If Log4j was used here (with category names set to classnames), I could turn down the noise..

RE: [JBoss-dev] JBossMQ and Log4j

2001-07-05 Thread Jason Dillon
So are there any objections to changing all JBossMQ logging to Log4j? If not then I am gonna do it, these System.out's are driving me crazy (especially when mixed in with Log4j output). --jason On Fri, 6 Jul 2001, marc fleury wrote: > > |The only reason that I can think not to use Log4j is tha

RE: Hell---o???? RE: [JBoss-dev] cvs down this morning?

2001-07-06 Thread Jason Dillon
Hrm... I can updated just fine, though I have not tried any thing else today. --jason On Fri, 6 Jul 2001, Vincent Harcq wrote: > it do not work : cvs [update aborted]: recv() from server > cvs.sourceforge.net: EOF > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL

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

2001-07-06 Thread Jason Dillon
damn, where are the errors/failures... I guess I could look at lubega.com. How do you run these tests? Do you cvs up -Pd & clean/build both jboss and jbosstest? The jmsra test failure looks like all of the reads timed out... damn. I will try this again (and again), but I think it runs clean fo

[JBoss-dev] 3 space indent?

2001-07-06 Thread Jason Dillon
Or has that changed? --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] MDB and EOFException

2001-07-06 Thread Jason Dillon
Well, after many hours... really too many hours. Looking over the MDB and JBossMQ stuff, I think I have narrowed the problem to the OIL classes. Basically I setup two instances of JBoss (on the same machine), where one was running the JBossMQ service, with a JMSProviderAdapter using the INMV IL

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

2001-07-06 Thread Jason Dillon
User: user57 Date: 01/07/06 17:49:34 Modified:src/main/org/jboss/logging/log4j CategoryStream.java Log: o write() will not log messages that are empty. something is logging exceptions (including blank lines), but I can't find out what is doing it, so for now just don't

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

2001-07-06 Thread Jason Dillon
@author mailto:[EMAIL PROTECTED]";>Jason Dillon @@ -49,6 +51,9 @@ private static final String SECURITY_MANAGER = "java.naming.rmi.security.manager"; +/** Instance logger. */ +private transient Category log = Category.getInstance(this.getClass());

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

2001-07-06 Thread Jason Dillon
$ + * @version $Revision: 1.7 $ * @author mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Hiram Chirino * @author mailto:[EMAIL PROTECTED]";>Jason Dillon @@ -39,69 +39,69 @@ public class JBossMQProvider extends Ab

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi JMSProviderAdapter.java JMSProviderLoader.java

2001-07-06 Thread Jason Dillon
:07 2000 - * 6/22/01 - hchirino - The queue/topic jndi references are now configed via JMX - * - * @author * @author mailto:[EMAIL PROTECTED]";>Hiram Chirino - * @version + * @author mailto:[EMAIL PROTECTED]";>Jason Dillon + * @version $Revision: 1.4 $

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

2001-07-06 Thread Jason Dillon
User: user57 Date: 01/07/06 18:07:52 Modified:src/main/org/jboss/jms/ra/client JmsConnectionFactory.java JmsSessionFactory.java Log: o fixed class headers Revision ChangesPath 1.3 +7 -8 jboss/src/main/org/jboss/jms/ra/client/JmsConne

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

2001-07-06 Thread Jason Dillon
> > 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 jboss and jbosstest and then run the tests? I

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

2001-07-06 Thread Jason Dillon
ing test, the test I run is more > comprehensive but I will take a look at what is going on in there this > weekend > > marcf > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason > |Dillon > |Sent: Friday, Ju

Re: [JBoss-dev] jboss daily test results

2001-07-06 Thread Jason Dillon
Huh? Why are there only 9 tests? --jason On Sat, 7 Jul 2001 [EMAIL PROTECTED] wrote: > > > JBoss daily test results > > SUMMARY > > Number of tests run: 9 > > > > Successful tests: 9 > > Errors:0 > > Failures: 0

Re: [JBoss-dev] jboss daily test results

2001-07-06 Thread Jason Dillon
Looks like the server did not startup correctly... you might need to kill -9 your java processes. =( --jason On Sat, 7 Jul 2001 [EMAIL PROTECTED] wrote: > > > JBoss daily test results > > SUMMARY > > Number of tests run: 9 > > > > Successful tests

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

2001-07-06 Thread Jason Dillon
User: user57 Date: 01/07/06 21:29:59 Modified:src/main/org/jboss/util Info.java Log: o Only logging system properties if debug is enabled. Revision ChangesPath 1.10 +150 -118 jboss/src/main/org/jboss/util/Info.java Index: Info.java ===

Re: [JBoss-dev] jboss daily test results

2001-07-07 Thread Jason Dillon
Now that is what it should look like ;) --jason On Sun, 8 Jul 2001 [EMAIL PROTECTED] wrote: > > > JBoss daily test results > > SUMMARY > > Number of tests run: 112 > > > > Successful tests: 112 > > Errors:0 > > Failures:

[JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e)(fwd)

2001-07-07 Thread Jason Dillon
Where is the patch? There is nothing attached to this. --jason -- Forwarded message -- Date: Sat, 07 Jul 2001 04:19:23 -0700 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e)

Re: [JBoss-dev] gentlemen, have you considered

2001-07-07 Thread Jason Dillon
There are a few ladies too =) --jason On Sun, 8 Jul 2001, marc fleury wrote: > > that we might be > the best in the world? > > huh? > > never mind... > I'm just losing it > > _ > Marc Fleury, Ph.D > [EMAIL PROTECTED] > _ > > > ___

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

2001-07-08 Thread Jason Dillon
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

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

2001-07-08 Thread Jason Dillon
es after a few days, I guess 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 :

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

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

[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/src/main/org/jboss/ut

[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/src/main/org/jboss/u

[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 # 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/src/main/org/jboss/ejb/plugins/jaws/JAWSPersistenc

[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 does

[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 fa

[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 mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ */ 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 ab

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 18:02:44 Modified:src/main/org/jboss/deployment J2eeDeployer.java Log: o fixed log name to not use an extra space before the name... what is this for anyways? Revision ChangesPath 1.37 +9 -7 jboss/src/main/org/jboss/deploymen

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

2001-07-09 Thread Jason Dillon
+50,7 @@ * * @author mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ */ 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 i

[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 bas

[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 run_tests.xml

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

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

[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 ba

[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 run_tests.xm

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/security/test TestEJBAccess.java TestEJBSpec.java TestProjRepository.java TestSecurityProxy.java

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:05 Modified:src/main/org/jboss/test/security/test TestEJBAccess.java TestEJBSpec.java TestProjRepository.java TestSecurityProxy.java Log: o changed all deploy tests to deploy as a test and to not ca

[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 b

[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 b

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:05 Modified:src/main/org/jboss/test/web/test TestWebIntegration.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 ru

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:05 Modified:src/main/org/jboss/test/readahead/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.

[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 run_tests.

[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 run_tests.x

[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 for

[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 1.

[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) All

[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 mailto:[EMAIL PROTECTED]";>Peter Antman * @author mailto:[EMAIL PROTECTED]";>Jason Dillon - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public class AllJUnitTest

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

2001-07-09 Thread Jason Dillon
User: user57 Date: 01/07/09 19:34:03 Modified:src/main/org/jboss/test/cts/test AllJUnitTests.java 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 fai

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

2001-07-09 Thread Jason Dillon
I put some better error 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: Mond

  1   2   3   4   5   6   7   8   9   10   >