AW: [JBoss-dev] Optimizing distributed transactions and introducing InvocationResult

2002-02-18 Thread Jung , Dr. Christoph
Hi, do not have anything useful to say to the DTC scheme proposed ... ... but for general consistency and future extension purposes (e.g., think of a container extension in the form of a performance-measurement interceptor that somehow needs to send gathered profiles to the client where there

[JBoss-dev] [ jboss-Bugs-519002 ] XAPoolDataSource NullPointerException

2002-02-18 Thread noreply
Bugs item #519002, was opened at 2002-02-18 00:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=519002group_id=22866 Category: None Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Wolfgang Kaltz (jwkaltz) Assigned to:

[JBoss-dev] CVS update: newsite/src/docs/common jboss-net.jsp

2002-02-18 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/18 01:12:59 Modified:src/docs/common jboss-net.jsp Log: updated jboss.net doco (finally!) Revision ChangesPath 1.3 +185 -117 newsite/src/docs/common/jboss-net.jsp Index: jboss-net.jsp

[JBoss-dev] CVS update: newsite/src/docs/common jboss-projects.jsp

2002-02-18 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/18 01:13:12 Modified:src/docs/common jboss-projects.jsp Log: updated jboss.net doco (finally!) Revision ChangesPath 1.3 +11 -7 newsite/src/docs/common/jboss-projects.jsp Index: jboss-projects.jsp

[JBoss-dev] CVS update: newsite/src/docs/developers jboss-projects.jsp

2002-02-18 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/18 01:13:30 Modified:src/docs/developers jboss-projects.jsp Log: updated jboss.net doco (finally!) Revision ChangesPath 1.4 +11 -7 newsite/src/docs/developers/jboss-projects.jsp Index: jboss-projects.jsp

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

2002-02-18 Thread Dr. Christoph Georg Jung
User: cgjung Date: 02/02/18 01:14:32 Modified:jboss.net/docs README.html Log: updated jboss.net doco (finally!) Revision ChangesPath 1.5 +29 -59contrib/jboss.net/docs/README.html Index: README.html

RE: [JBoss-dev] Question for win32 batch file gurus

2002-02-18 Thread Coetmeur, Alain
-Message d'origine- De: Jason Dillon [mailto:[EMAIL PROTECTED]] Date: samedi 16 février 2002 02:30 À: Jboss-Development@Lists. Sourceforge. Net Objet: [JBoss-dev] Question for win32 batch file gurus Is there any way to detect the directory in which a .bat file lives when it

[JBoss-dev] [ jboss-Patches-519040 ] Jetty Security Handler AnyRole

2002-02-18 Thread noreply
Patches item #519040, was opened at 2002-02-18 02:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=519040group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Dr. Christoph Georg

[JBoss-dev] [ jboss-Patches-519054 ] Simple enhancement deployment errormsg

2002-02-18 Thread noreply
Patches item #519054, was opened at 2002-02-18 03:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=519054group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dmitri Colebatch (dimc) Assigned to:

[JBoss-dev] [ jboss-Patches-519053 ] Simple enhancement deployment errormsg

2002-02-18 Thread noreply
Patches item #519053, was opened at 2002-02-18 03:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=519053group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dmitri Colebatch (dimc) Assigned to:

Re: [JBoss-dev] A problem with the new class loading model

2002-02-18 Thread David Jencks
On 2002.02.18 02:44:18 -0500 Scott M Stark wrote: This is a different issue I'll look into as I get into the mbean behavior. The issue with Bug #516684 is not that the same classloader is used to load the original and redeployed mbean. This changes as you say. The problem is that the

[JBoss-dev] ClassLoaders, getURLs and JSPs...

2002-02-18 Thread Julian Gosnell
Scott, Jetty and Tomcat both use Jasper as their JSP engine. Jasper expects it's classpath (for on-the-fly compilation of JSPs) as a list of files/dirs, but Jetty only gets a ClassLoader from JBoss. My integration code, walks up the CL tree, calling getURLs when possible, to put together a

Re: [JBoss-dev] Removal of UnifiedClassLoader.getURLs override was invalid

2002-02-18 Thread Scott M Stark
I have been looking at this as well. What code do you have Oleg? Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jung , Dr. Christoph [EMAIL PROTECTED] To: 'Jboss-Development' [EMAIL PROTECTED] Sent:

Re: [JBoss-dev] A problem with the new class loading model

2002-02-18 Thread Scott M Stark
Yes. This is effectively what your workaround does. So would bug 516684 be solved if 1. we used jbossmx and 2. in jbossmx the interceptor stack for mbean invocation set the thread context classloader as we do already for ejb invocations? david jencks

Re: [JBoss-dev] BCEL org.jboss.proxy.compiler

2002-02-18 Thread Neale Swinnerton
Hi, I've now written this. I'm getting timeouts on sourceforge.net trying to submit the patch, I'll try again in an hour or so... On Wed, Feb 13, 2002 at 01:43:38PM -0600, Dain Sundstrom wrote: Yep this package is an absolute requirement of CMP 2.0. The java.lang.reflect.Proxy package

[JBoss-dev] Re: ClassLoaders, getURLs and JSPs...

2002-02-18 Thread Scott M Stark
From: Julian Gosnell [EMAIL PROTECTED] When I run the jakarta-watchdog tests (large group of web-container tests ~400) in JBoss/Jetty, I end up with a huge classpath, which looks like it contains every jar ever loaded by JBoss. All the JSPs compile OK and we pass the testsuite. When I

[JBoss-dev] So what do we need to start using our jmx?

2002-02-18 Thread Scott M Stark
Looking at the source code included with the jmxri for the com.sun.management.jmx.MBeanServerImpl class, the mbean classloader is only used to load the classes of the arguments to the operation being invoked. There is no setting of the thread context classloader for the invoke call. So what

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

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 11:25:29 Modified:src/main/org/jboss/test/web/util Util.java Log: Use reflection to obtain the classloader URL[] list rather than relying solely on the URLClassLoader type. Revision ChangesPath 1.6 +153 -132

RE: [JBoss-dev] Optimizing distributed transactions and introducing InvocationResult

2002-02-18 Thread Bill Burke
Dr. In clustering, I also have a need to piggyback information with the invocation result. InvocationResult sounds like a good thing. My memory is failing, but I think CORBA does the same. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jung , Dr.

[JBoss-dev] do filter set in web.xml work?

2002-02-18 Thread Roman Kunert
Hi, While playing with Sun's waf-framework I encountered the following error: 20:18:15,494 ERROR [Jetty] problem deploying file:/home/roman/jboss_src/3.0/jboss-all/build/output/jboss-3.0.0beta/tmp/deploy/68.einfa.war to /einfa java.lang.NullPointerException at

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

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 12:10:54 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: Sort the imports so you can find what your looking for Revision ChangesPath 1.15 +32 -29jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java Index:

[JBoss-dev] [ jboss-Bugs-518958 ] fetch of / off 8080 breaks server

2002-02-18 Thread noreply
Bugs item #518958, was opened at 2002-02-17 20:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=518958group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: James Manning (jmm) Assigned to:

[JBoss-dev] [ jboss-Bugs-518958 ] fetch of / off 8080 breaks server

2002-02-18 Thread noreply
Bugs item #518958, was opened at 2002-02-17 20:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=518958group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: James Manning (jmm) Assigned to:

[JBoss-dev] [ jboss-Bugs-518958 ] fetch of / off 8080 breaks server

2002-02-18 Thread noreply
Bugs item #518958, was opened at 2002-02-17 20:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=518958group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Closed Resolution: Invalid Priority: 5 Submitted By: James Manning (jmm) Assigned to:

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/server IIOPContainerInvoker.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:10:35 Modified:iiop/src/main/org/jboss/ejb/plugins/iiop/server IIOPContainerInvoker.java Log: - Better exception handling in stop() method. - Logging changes: better messages, logging level corrections. Revision

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

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:14:07 Modified:iiop/src/main/org/jboss/ejb/plugins/iiop CDRStream.java Log: System.err calls replaced by logger calls. Some tabs removed. Revision ChangesPath 1.4 +4 -4

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client DynamicStub.java StubClassLoader.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:14:08 Modified:iiop/src/main/org/jboss/ejb/plugins/iiop/client DynamicStub.java StubClassLoader.java Log: System.err calls replaced by logger calls. Some tabs removed. Revision ChangesPath 1.6 +21 -7

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/proxy/compiler IIOPStubCompiler.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:16:03 Modified:iiop/src/main/org/jboss/proxy/compiler IIOPStubCompiler.java Log: Debugging code commented out. Revision ChangesPath 1.2 +11 -13 contrib/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java Index:

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/iiop/rmi AttributeAnalysis.java ContainerAnalysis.java ExceptionAnalysis.java InterfaceAnalysis.java OperationAnalysis.java ParameterAnalysis.java Util.java ValueAnalysis.java WorkCacheManager.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:20:43 Modified:iiop/src/main/org/jboss/iiop/rmi AttributeAnalysis.java ContainerAnalysis.java ExceptionAnalysis.java InterfaceAnalysis.java OperationAnalysis.java

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/iiop AbstractTestBase.java CorbaORBService.java Test.java TestBase.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:20:42 Modified:iiop/src/main/org/jboss/iiop AbstractTestBase.java CorbaORBService.java Test.java TestBase.java Log: System.err calls replaced by logger calls, tabs removed, indentation changes. Revision Changes

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/iiop/rmi/ir ConstantDefImpl.java ContainedImpl.java ContainerImplDelegate.java IRObjectImpl.java InterfaceDefImpl.java InterfaceRepository.java RepositoryImpl.java ValueDefImpl.java

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:20:44 Modified:iiop/src/main/org/jboss/iiop/rmi/ir ConstantDefImpl.java ContainedImpl.java ContainerImplDelegate.java IRObjectImpl.java InterfaceDefImpl.java

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

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 14:24:40 Modified:iiop build.xml Log: Version info included in jar manifests. Revision ChangesPath 1.5 +19 -4 contrib/iiop/build.xml Index: build.xml ===

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 15:04:39 Modified:jetty/src/main/org/jboss/jetty/ejb CoarseHttpSessionBean.java Log: tidy up logging Revision ChangesPath 1.8 +19 -10

[JBoss-dev] [ jboss-Bugs-519680 ] Exception when unregistering durable su

2002-02-18 Thread noreply
Bugs item #519680, was opened at 2002-02-18 15:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=519680group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Todd Huss (thuss) Assigned to:

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

2002-02-18 Thread Francisco Reverbel
User: reverbel Date: 02/02/18 15:33:55 Modified:iiop build.xml Log: Re-enable generation of IIOP stubs. Revision ChangesPath 1.6 +9 -14 contrib/iiop/build.xml Index: build.xml === RCS

Re: [JBoss-dev] **README** - 'jboss-all' Structure Changes - **README**

2002-02-18 Thread Francisco Reverbel
On 16 Feb 2002, Jason Dillon wrote: I have just committed the last of the structure changes that I am going to introduce until after 3.0 is released. This change includes: ... [snip] o Addition of IIOP module. This is not hooked up by default (yet). Could you please hook it up? As

Re: [jetty-discuss] [Fwd: [JBoss-dev] do filter set in web.xml work?]

2002-02-18 Thread Greg Wilkins
Good point!! I've put a fix in so that the ServletHandler get's started as part of the FilterHandler startup. That should be synced with JBoss cvs shortly. Jules Gosnell wrote: I'm forwarding this from JBoss-dev. Jules Yahoo! Groups Sponsor

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmx/implementation/server ContextCLTestCase.java

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 15:54:33 Added: src/main/org/jboss/test/jbossmx/implementation/server ContextCLTestCase.java Log: Add test case for an mbean requiring its loader to be used as the operation thread context class loader. Revision

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmx/implementation/server/support ContextCL.java ContextCLMBean.java TestClassLoader.java TestClassLoaderMBean.java TestData.java

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 15:54:34 Added: src/main/org/jboss/test/jbossmx/implementation/server/support ContextCL.java ContextCLMBean.java TestClassLoader.java TestClassLoaderMBean.java TestData.java Log:

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmx/implementation/server - New directory

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 15:53:27 jbosstest/src/main/org/jboss/test/jbossmx/implementation/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmx/implementation/server/support - New directory

2002-02-18 Thread Scott M Stark
User: starksm Date: 02/02/18 15:53:41 jbosstest/src/main/org/jboss/test/jbossmx/implementation/server/support - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] **README** - 'jboss-all' Structure Changes - **README**

2002-02-18 Thread Ignacio Coloma
CVS newbie question: How can someone know the optional packages on jboss? I mean, apart of guessing on xml files and sniffing on the SourceForge interface. Would be nice if someone puts something about this (including the _nice_ cvs update -dP command) on the FAQs. Basic cvs is covered, but

[JBoss-dev] [ jboss-Bugs-519699 ] MBean loader is not used for operations

2002-02-18 Thread noreply
Bugs item #519699, was opened at 2002-02-18 16:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=519699group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to:

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:07:25 Modified:jetty/src/main/org/jboss/jetty/session ClusteredStore.java Log: sort logging Revision ChangesPath 1.6 +3 -2 contrib/jetty/src/main/org/jboss/jetty/session/ClusteredStore.java Index:

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:08:04 Modified:jetty/src/main/org/jboss/jetty/session CoarseDistributedStore.java Log: sort logging Revision ChangesPath 1.7 +2 -2

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:09:01 Modified:jetty/src/main/org/jboss/jetty/util NaiveTimeOutManager.java Log: sort logging Revision ChangesPath 1.9 +5 -3 contrib/jetty/src/main/org/jboss/jetty/util/NaiveTimeOutManager.java Index:

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:11:24 Modified:jetty/src/main/org/jboss/jetty/xml JettyResolver.java Log: sort logging Revision ChangesPath 1.2 +5 -3 contrib/jetty/src/main/org/jboss/jetty/xml/JettyResolver.java Index: JettyResolver.java

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:14:02 Modified:jetty/src/main/org/jboss/jetty/security JBossUserRealm.java Log: sort logging Revision ChangesPath 1.3 +18 -9 contrib/jetty/src/main/org/jboss/jetty/security/JBossUserRealm.java Index:

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

2002-02-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/18 16:15:29 Modified:jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Log: add a couple more xml-tags to list supported by AbstractWebContainer Revision ChangesPath 1.23 +4 -3

Re: [JBoss-dev] **README** - 'jboss-all' Structure Changes - **README**

2002-02-18 Thread Jason Dillon
This is done. --jason On Mon, 18 Feb 2002, Francisco Reverbel wrote: On 16 Feb 2002, Jason Dillon wrote: I have just committed the last of the structure changes that I am going to introduce until after 3.0 is released. This change includes: ... [snip] o Addition of IIOP

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

2002-02-18 Thread Jason Dillon
Why does the server need to know anything about the source controlsystem which is being used to manage its sources? Pet names, as you say, are a time honored tradition amoung software developers. The are also used as a rememberance tool. Many folks will be more inclinded to remeber rabbit-hole

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 497 Successful tests: 488 Errors:5 Failures: 4 [time of test: 19 February 2002 2:53 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 497 Successful tests: 489 Errors:5 Failures: 3 [time of test: 19 February 2002 3:23 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 497 Successful tests: 489 Errors:5 Failures: 3 [time of test: 19 February 2002 4:22 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 497 Successful tests: 489 Errors:5 Failures: 3 [time of test: 19 February 2002 5:14 GMT] [java.version:

[JBoss-dev] [ jboss-Bugs-519741 ] run.sh -server fix

2002-02-18 Thread noreply
Bugs item #519741, was opened at 2002-02-18 23:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=519741group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to:

[JBoss-dev] JDK 1.4 Logging in Jetty

2002-02-18 Thread Greg Wilkins
JBoss Jetty developers I have just added optional support for JDK 1.4 logging into Jetty. I expect that this will totally break the JBoss build, so I will not tag the src1.4 tree in Jetty for inclusion into JBoss. We will need to be careful to not use standard release tags for future imports