RE: [JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developers and clustering

2002-02-27 Thread Sacha Labourey
Hello, I also think that clustering shouldn't be deployed by default. Nevertheless, the problem was to have, in the official distribution, a place where to put optional service.xml, sar, ... so that any user can pick one and deploy it. In the first alpha, cluster-service.xml wasn't present in the

[JBoss-dev] CVS update: tools/etc/buildmagic - New directory

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/28 00:04:26 tools/etc/buildmagic - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java

2002-02-27 Thread Scott M Stark
User: starksm Date: 02/02/28 00:08:39 Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java Log: Do not log invocation exceptions unless trace is enabled as this will cause normal application exceptions to be logged as errors. Revision ChangesPath 1.16

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net/hello HelloUnitTestCase.java

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:32 Modified:jboss.net/testsuite/src/main/org/jboss/test/net/hello HelloUnitTestCase.java Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them

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

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:29 Modified:jboss.net/testsuite build.xml Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them anymore. Revision ChangesPath 1.7 +3 -3 contrib

[JBoss-dev] CVS update: contrib/jboss.net/docs README.html

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:26 Modified:jboss.net/docs README.html Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them anymore. Revision ChangesPath 1.6 +2 -2 contrib/jb

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx/adaptor/server Adaptor.java

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:28 Modified:jboss.net/src/main/org/jboss/net/jmx/adaptor/server Adaptor.java Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them anymore.

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

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:27 Modified:jboss.net/src/main/org/jboss/net Constants.java Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them anymore. Revision ChangesPath 1.2

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/axis/server AxisService.java

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/28 00:01:27 Modified:jboss.net/src/main/org/jboss/net/axis/server AxisService.java Log: runtime MBean invocations work again (detyped JMX is a pain!). Security tests removed, because hello bean does not support them anymore.

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

2002-02-27 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/27 23:55:49 Modified:src/main/org/jboss/deployment MainDeployer.java Log: added web service archives (wsr´s) to the deployment ordering. Revision ChangesPath 1.12 +2 -2 jboss-system/src/main/org/jboss/deployment/MainDeployer.java

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/module ModuleConfig.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 23:35:34 Modified:tasks/src/main/org/jboss/tools/buildmagic/task/module ModuleConfig.java Log: o less verbose init Revision ChangesPath 1.2 +4 -1 buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/

[JBoss-dev] CVS update: buildmagic/tasks/src/resources/org/jboss/tools/buildmagic common.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 23:35:35 Modified:tasks/src/resources/org/jboss/tools/buildmagic common.xml Log: o less verbose init Revision ChangesPath 1.4 +10 -18 buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml Index: common.xml ==

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 23:35:34 Modified:tasksbuild.xml Log: o less verbose init Revision ChangesPath 1.4 +62 -45buildmagic/tasks/build.xml Index: build.xml === RCS file: /cvsr

[JBoss-dev] CVS update: buildmagic/tasks/src/resources/org/jboss/tools/buildmagic common.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 23:07:49 Modified:tasks/src/resources/org/jboss/tools/buildmagic common.xml Log: o set a sys prop for build log detection... so we only get one where the build was started Revision ChangesPath 1.3 +3 -3 buildmagic/tasks/src

Re: [JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developers and clustering

2002-02-27 Thread Jason Dillon
A quick note, as I have not had time to digest all of this... but if you remember back to those pesky birds of many months ago when I wrote that email about sar, you will notice that I was for seperating the byte/support code from config. Having them in one archive is a pain, you have to have

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/module ModuleInit.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 22:47:42 Added: tasks/src/main/org/jboss/tools/buildmagic/task/module ModuleInit.java Log: o Added ModuleLibrary, a minor hack of Library to reuse Library+ LibrarySet functionality for module classpath config o Added M

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/config ModuleLibrary.java Library.java LibrarySet.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 22:47:41 Modified:tasks/src/main/org/jboss/tools/buildmagic/task/config Library.java LibrarySet.java Added: tasks/src/main/org/jboss/tools/buildmagic/task/config ModuleLibrary.java Log: o Added Mo

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 22:47:41 Modified:tasksbuild.xml Log: o Added ModuleLibrary, a minor hack of Library to reuse Library+ LibrarySet functionality for module classpath config o Added ModuleInit Revision ChangesPath 1.3 +47 -61buildmagic/

[JBoss-dev] CVS update: buildmagic/tasks/src/resources/org/jboss/tools/buildmagic common.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 22:47:42 Modified:tasks/src/resources/org/jboss/tools/buildmagic common.xml Log: o Added ModuleLibrary, a minor hack of Library to reuse Library+ LibrarySet functionality for module classpath config o Added ModuleInit Revision Changes

[JBoss-dev] CVS update: buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/task autoload.properties

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 22:47:42 Modified:tasks/src/resources/org/jboss/tools/buildmagic/task autoload.properties Log: o Added ModuleLibrary, a minor hack of Library to reuse Library+ LibrarySet functionality for module classpath config o Added

RE: [JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developers and clustering

2002-02-27 Thread marc fleury
which brings us to the configuration story going around the list for the past month or so... oka, I will just do a summary since I haven't really sat down and thought, just sat here on my ass going "nonono" at Jason and David on the "all in deploy" proposal. OK What I don't like, really, is the

Re: [JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developersand clustering

2002-02-27 Thread Hunter Hillegas
I would argue no, for the reason in the original email and because the majority of JBoss installations will most likely not be clustered... > From: "Scott M Stark" <[EMAIL PROTECTED]> > Organization: JBoss Group > Reply-To: "Scott M Stark" <[EMAIL PROTECTED]> > Date: Wed, 27 Feb 2002 21:36:09 -08

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-27 Thread chris
JBoss daily test results SUMMARY Number of tests run: 471 Successful tests: 200 Errors:263 Failures: 8 [time of test: 28 February 2002 6:4 GMT] [java.version: 1

Re: [JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developers and clustering

2002-02-27 Thread Andreas Schaefer
Hi If you running a laptop without the network card and therefore network services are down the start of the cluster will hang JBoss forever. I think clustering should not be part of the default configuration because it should used on purpose (for distribution). On the other hand maybe clusterin

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/config LibrarySet.java Library.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 21:54:09 Modified:tasks/src/main/org/jboss/tools/buildmagic/task/config Library.java Added: tasks/src/main/org/jboss/tools/buildmagic/task/config LibrarySet.java Log: o Added LibrarySet, to help m

Re: [JBoss-dev] Automated JBoss Testsuite Results

2002-02-27 Thread Scott M Stark
The test host looks hosed as there are numerous JNDI lookup failures of the JNDI service. javax.naming.CommunicationException: Receive timed out. Root exception is java.io.InterruptedIOException: Receive timed out at java.net.PlainDatagramSocketImpl.receive(Native Method) at java.net.DatagramSock

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/config Library.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 21:36:07 Added: tasks/src/main/org/jboss/tools/buildmagic/task/config Library.java Log: o a helper task for setting up a required library Revision ChangesPath 1.1 buildmagic/tasks/src/main/org/jbo

[JBoss-dev] Fw: [JBoss-user] Multiple JBOSS 3.0 developers and clustering

2002-02-27 Thread Scott M Stark
This is a good comment. Should clustering really be enabled as part of the default configuration? Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Stephen Coy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-27 Thread chris
JBoss daily test results SUMMARY Number of tests run: 471 Successful tests: 200 Errors:263 Failures: 8 [time of test: 28 February 2002 5:5 GMT] [java.version: 1

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:49 Modified:.build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.5 +94 -94newsite/build.bat Index: build.bat === RCS f

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/javamail build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:49 Modified:src/examples/org/jboss/docs/javamail build.xml Log: o fixed build files Revision ChangesPath 3.1 +84 -84manual/src/examples/org/jboss/docs/javamail/build.xml Index: build.xml ==

[JBoss-dev] CVS update: website-survey build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:49 Modified:.build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.3 +94 -94website-survey/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:49 Modified:.build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 3.2 +94 -94manual/build.bat Index: build.bat === RCS fi

[JBoss-dev] CVS update: build/website build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:48 Modified:website build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.5 +94 -94build/website/build.bat Index: build.bat ===

[JBoss-dev] CVS update: website-forums build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:57:48 Modified:.build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.3 +94 -94website-forums/build.bat Index: build.bat ===

[JBoss-dev] CVS update: website-snapshots build.sh build.bat build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:56:11 Modified:.build.sh build.bat build.xml Log: o fixed build files... module stills need help Revision ChangesPath 1.3 +2 -2 website-snapshots/build.sh Index: build.sh

[JBoss-dev] CVS update: buildmagic/tasks build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:43:34 Modified:tasksbuild.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.2 +2 -2 buildmagic/tasks/build.bat Index: build.bat ==

[JBoss-dev] CVS update: buildmagic/build build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:43:17 Modified:buildbuild.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.2 +2 -2 buildmagic/build/build.bat Index: build.bat ==

[JBoss-dev] CVS update: build/docs build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:41:12 Modified:docs build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.4 +94 -94build/docs/build.bat Index: build.bat === RC

[JBoss-dev] CVS update: build/jbossmx build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:40:14 Modified:jbossmx build.bat build.sh build.xml Log: o fixed build files Revision ChangesPath 1.2 +94 -94build/jbossmx/build.bat Index: build.bat ===

[JBoss-dev] CVS update: build/jbossmq build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:39:24 Modified:jbossmq build.bat build.sh build.xml Log: o updated build files, still needs some help to make a build though... Revision ChangesPath 1.8 +94 -94build/jbossmq/build.bat Index: build.bat ==

RE: [JBoss-dev] jboss-docs/manual + pdf

2002-02-27 Thread marc fleury
|I'd rather we didn't, although I only use it occasionally. What's the : means death for any feature. |problem with it? bulky 5m download marcf ___ Jboss-development mailing lis

[JBoss-dev] CVS update: jboss-j2ee/src/etc default.mf

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:21:37 Added: src/etc default.mf Log: o using local default mf for version info Revision ChangesPath 1.1 jboss-j2ee/src/etc/default.mf Index: default.mf ==

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:21:37 Modified:.build.xml Log: o using local default mf for version info Revision ChangesPath 1.18 +8 -14 jboss-j2ee/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jboss-j2ee/src/etc - New directory

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:20:26 jboss-j2ee/src/etc - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:04 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbossmq/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:01 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbossmx/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:05 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbosstest/build.bat Index: build.bat ===

[JBoss-dev] CVS update: contrib/varia build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:06 Modified:variabuild.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.4 +94 -94contrib/varia/build.bat Index: build.bat

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:05 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +94 -94jboss-system/build.bat Index: build.bat =

[JBoss-dev] CVS update: tools/lib buildmagic-tasks.jar

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:05 Modified:lib buildmagic-tasks.jar Log: o using jboss buildmagic Revision ChangesPath 1.6 +276 -417 tools/lib/buildmagic-tasks.jar <> ___ Jboss-development ma

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:01 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +94 -94jboss-common/build.bat Index: build.bat =

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:04 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbosssx/build.bat Index: build.bat ===

[JBoss-dev] CVS update: buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/config - New directory

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:13:57 buildmagic/tasks/src/main/org/jboss/tools/buildmagic/task/config - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:03 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +94 -94jmx/build.bat Index: build.bat === RCS

[JBoss-dev] CVS update: contrib/jboss.net build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:02 Modified:jboss.net build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.3 +94 -94contrib/jboss.net/build.bat Index: build.bat ===

[JBoss-dev] CVS update: contrib/iiop build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:02 Modified:iiop build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +94 -94contrib/iiop/build.bat Index: build.bat =

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:01 Modified:jbossbuild.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.8 +94 -94build/jboss/build.bat Index: build.bat ==

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:02 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +94 -94jboss-ejb/build.bat Index: build.bat ===

[JBoss-dev] CVS update: contrib/jboss.net/testsuite build.bat build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:03 Modified:jboss.net/testsuite build.bat build.xml Log: o using jboss buildmagic Revision ChangesPath 1.3 +94 -94contrib/jboss.net/testsuite/build.bat Index: build.bat

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:02 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jboss-j2ee/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:04 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jnp/build.bat Index: build.bat === RCS

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:04 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbosspool/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:06:48 Modified:src/main/org/jboss/util/coerce CoercionHandler.java Log: o xdoclet @todo kicks ass Revision ChangesPath 1.3 +5 -1 jboss-common/src/main/org/jboss/util/coerce/CoercionHandler.java Index: CoercionHandler.java

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:05 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jboss/build.bat Index: build.bat === RC

[JBoss-dev] CVS update: contrib/jetty build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:03 Modified:jettybuild.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.4 +94 -94contrib/jetty/build.bat Index: build.bat

[JBoss-dev] CVS update: contrib/catalina build.bat build.sh build.xml

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:01 Modified:catalina build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.2 +2 -2 contrib/catalina/build.bat Index: build.bat =

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:02 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94jbosscx/build.bat Index: build.bat ===

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:08:00 Modified:.build.bat build.sh build.xml Log: o using jboss buildmagic Revision ChangesPath 1.5 +94 -94admin/build.bat Index: build.bat === RC

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:02:45 Modified:src/main/org/jboss/util LRUCachePolicy.java Log: o javadocs build clean now Revision ChangesPath 1.2 +9 -6 jboss-common/src/main/org/jboss/util/LRUCachePolicy.java Index: LRUCachePolicy.java =

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 20:02:46 Modified:src/main/org/jboss/util/coerce CoercionHandler.java Log: o javadocs build clean now Revision ChangesPath 1.2 +5 -5 jboss-common/src/main/org/jboss/util/coerce/CoercionHandler.java Index: CoercionHandler.jav

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-27 Thread chris
JBoss daily test results SUMMARY Number of tests run: 471 Successful tests: 200 Errors:263 Failures: 8 [time of test: 28 February 2002 3:57 GMT] [java.version:

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 19:54:51 Modified:src/main/org/jboss/logging Logger.java Log: o javadoc fixes Revision ChangesPath 1.3 +4 -4 jboss-common/src/main/org/jboss/logging/Logger.java Index: Logger.java ==

[JBoss-dev] CVS update: buildmagic/tasks - Imported sources

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 19:17:53 Log: Status: Vendor Tag: jboss Release Tags: start N buildmagic/tasks/build.bat N buildmagic/tasks/build.sh N buildmagic/tasks/build.xml N buildmagic/tasks/src/bin/build.bat N buildmagic/tasks/src/bin/build.sh N buildmagic/tas

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-27 Thread chris
JBoss daily test results SUMMARY Number of tests run: 471 Successful tests: 200 Errors:263 Failures: 8 [time of test: 28 February 2002 3:11 GMT] [java.version:

Re: [JBoss-dev] Logger change

2002-02-27 Thread Adrian Brock
I'm beginning to doubt my sanity. This is the second time this week! I tried this about 5 times in different orders and changed the test slightly (included the preprocess) I just swapped it back and yes, it is the JIT! Sorry to waste your time. :-( Regards, Adrian > Tried it all ways :-) > >

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 18:01:01 Modified:.build.xml Log: o no more docs-pdf Revision ChangesPath 3.3 +1 -32 manual/build.xml Index: build.xml === RCS file: /cvsroot/jboss/m

[JBoss-dev] CVS update: tools/lib batik.jar fop.jar stylebook.jar

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 18:00:19 Removed: lib batik.jar fop.jar stylebook.jar Log: o not needed anymore ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] jboss-docs/manual + pdf

2002-02-27 Thread David Jencks
I'd rather we didn't, although I only use it occasionally. What's the problem with it? david jencks On 2002.02.27 21:02:50 -0500 Jason Dillon wrote: > Can we remove the pdf support? There is about 5m of support jars for > this in tools/lib which can be removed if this is dropped. > > I would

RE: [JBoss-dev] jboss-docs/manual + pdf

2002-02-27 Thread marc fleury
yes go ahead, simplication is good, small idem marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Wednesday, February 27, 2002 6:03 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] jboss-docs/manual + pdf | | |Can we remove the

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/njar Handler.java

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 17:28:38 Modified:src/main/org/jboss/net/protocol/njar Handler.java Log: o initial xdoclet todo integration Revision ChangesPath 1.3 +2 -3 jboss-common/src/main/org/jboss/net/protocol/njar/Handler.java Index: Handler.java

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 17:28:37 Modified:jbossbuild.xml Log: o initial xdoclet todo integration Revision ChangesPath 1.96 +10 -1 build/jboss/build.xml Index: build.xml === RCS f

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

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 17:28:37 Modified:.build.xml Log: o initial xdoclet todo integration Revision ChangesPath 1.8 +52 -19jboss-common/build.xml Index: build.xml === RCS

[JBoss-dev] jboss-docs/manual + pdf

2002-02-27 Thread Jason Dillon
Can we remove the pdf support? There is about 5m of support jars for this in tools/lib which can be removed if this is dropped. I would copy the docs list, but I can't find the address... --jason ___ Jboss-development mailing list [EMAIL PROTECTED]

RE: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread marc fleury
just teasing marcf |-Original Message- |From: Jason Dillon [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, February 27, 2002 5:58 PM |To: marc fleury |Cc: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml | | |It not about waiting or not. Shit man. I just had a t

Re: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread Jason Dillon
It not about waiting or not. Shit man. I just had a thought and wanted to let it out. No need to be so abrasive either. --jason marc fleury wrote: >|I believe that his idea would still require a JBoss specific dd, but I > >so does yours, mother fucker. > >|could be wrong. Once that work s

RE: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread marc fleury
|I believe that his idea would still require a JBoss specific dd, but I so does yours, mother fucker. |could be wrong. Once that work starts moving then I will bring this up |again... unless I forget. wait for his unifying XSL thingy, I think there is value, and for what it is worth I was bang

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

2002-02-27 Thread marc fleury
User: mnf999 Date: 02/02/27 16:50:49 Modified:src/docs index.jsp Log: Updated JavaOne again (with the final version of the file) Revision ChangesPath 1.41 +13 -6 newsite/src/docs/index.jsp Index: index.jsp ===

[JBoss-dev] CVS update: newsite/src/docs/developers/guide logging.jsp

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 16:45:09 Modified:src/docs/developers/guide logging.jsp Log: o using xmp tags for xml log4j examples Revision ChangesPath 1.4 +9 -9 newsite/src/docs/developers/guide/logging.jsp Index: logging.jsp =

[JBoss-dev] CVS update: newsite/src/docs/developers/guide quickstart.jsp

2002-02-27 Thread Jason Dillon
User: user57 Date: 02/02/27 16:37:12 Modified:src/docs/developers/guide quickstart.jsp Log: o fixed link to cvs.jsp Revision ChangesPath 1.5 +2 -2 newsite/src/docs/developers/guide/quickstart.jsp Index: quickstart.jsp

Re: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread Jason Dillon
Backwards compatible here is not a big deal to implement really. Simply look for a jboss.xml, if it is there, complain and use it, else look for jboss-ejb-jar.xml. --jason Bill Burke wrote: >must be backward compatible though, otherwise you break everybody and piss >off everybody. Keep it

Re: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread Jason Dillon
I believe that his idea would still require a JBoss specific dd, but I could be wrong. Once that work starts moving then I will bring this up again... unless I forget. --jason marc fleury wrote: >David's got an even better idea > >marcf > >|-Original Message- >|From: [EMAIL PROTECT

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

2002-02-27 Thread Scott M Stark
User: starksm Date: 02/02/27 10:41:12 Modified:.build.xml Log: Cleanup the hello.jar build Revision ChangesPath 1.79 +2 -5 jbosstest/build.xml Index: build.xml === RCS file: /cvsr

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

2002-02-27 Thread marc fleury
User: mnf999 Date: 02/02/27 16:07:00 Modified:src/docs index.jsp Log: Updating the JavaOne info Revision ChangesPath 1.40 +14 -6 newsite/src/docs/index.jsp Index: index.jsp === RCS file:

RE: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread marc fleury
|must be backward compatible though, otherwise you break everybody and piss |off everybody. Keep it the same. jason, I am clearly with bill on this one, this is simple thinking too. Talk to david for his advanced merge ideas, marcf | |> -Original Message- |> From: [EMAIL PROTECTED] |>

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/mail MailService.java

2002-02-27 Thread Andreas Schaefer
User: schaefera Date: 02/02/27 10:45:22 Modified:varia/src/main/org/jboss/mail MailService.java Log: Enabled JavaMail MBean to start and stop the Mail Service MBean. Revision ChangesPath 1.3 +11 -5 contrib/varia/src/main/org/jboss/mail/MailService.java Ind

Re: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread danch
$.01: Would have been a great idea a year or two ago. Now that a lot of users are used to the congnitive dissonance of 'jboss.xml' vs. 'jboss-web.xml' the change might be a bit of a problem. On the other hand, it ain't much of a change, and the fact that it'll make more sense probably helps. O

RE: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread marc fleury
David's got an even better idea marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Wednesday, February 27, 2002 4:29 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml | | |Quick idea. Use jboss-e

[JBoss-dev] CVS update: newsite/src/docs/pictures gemstone_logo.gif

2002-02-27 Thread marc fleury
User: mnf999 Date: 02/02/27 15:47:27 Modified:src/docs/pictures gemstone_logo.gif Log: Updated Gemstone logo Revision ChangesPath 1.2 +14 -6 newsite/src/docs/pictures/gemstone_logo.gif <> ___ Jboss

RE: [JBoss-dev] jboss.xml vs. jboss-ejb-jar.xml

2002-02-27 Thread Bill Burke
must be backward compatible though, otherwise you break everybody and piss off everybody. Keep it the same. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason > Dillon > Sent: Wednesday, February 27, 2002 7:29 PM > To: [EMAIL PROTECTED] > Subjec

  1   2   >