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
User: jules_gosnell
Date: 02/02/18 23:48:15
Modified:jettyREADME
Log:
about time this was updated
Revision ChangesPath
1.8 +48 -69contrib/jetty/README
Index: README
===
RCS file: /cvsr
Bugs item #519741, was opened at 2002-02-18 23:00
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519741&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Coy (scoy)
Assigned to: N
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: 1.
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: 1.
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: 1.
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: 1.
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
Can I get more details on how JBoss is planned to be used in an embedded
environment? Like this 100-50k memory area will be flash rom? And how ram
are we expecting? I think that it may make sence to provide a special
loader for these cases, where we give it a url and it simply uses the base
URL
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 Ad
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
contrib/jetty/
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: JBossUserRealm.ja
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
=
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: NaiveTimeOutMan
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
contrib/jetty/src/main/org/jboss/jetty/session/CoarseDistributedSt
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: ClusteredStore.java
I created a simple testcase that demonstrates an mbean that requires
JMX to use the the ClassLoader passed in to the createMBean
operation as the thread context class loader for all operations on
the mbean. This does not currently work with our JMX
implementation. See Bug#519699 for the details.
Bugs item #519699, was opened at 2002-02-18 16:00
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519699&group_id=22866
Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to:
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 litt
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
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
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:
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 Changes
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 ---
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
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
Bugs item #519680, was opened at 2002-02-18 15:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519680&group_id=22866
Category: JBossMQ
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Todd Huss (thuss)
Assigned to: Nobody/An
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
contrib/jetty/src/main/org/jboss/jetty/ejb/CoarseHttpSessionBean.jav
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
===
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
InterfaceRepository.java
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 ChangesPath
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
ParameterAnalysis.j
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: IIO
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 contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/CDRStream
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
con
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 Ch
Patches item #519626, was opened at 2002-02-18 13:57
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=519626&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Neale Swinnerton (n
Bugs item #518958, was opened at 2002-02-17 20:52
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=518958&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: James Manning (jmm)
Assigned
Bugs item #518958, was opened at 2002-02-17 20:52
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=518958&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: James Manning (jmm)
Assigned to: Nob
Bugs item #518958, was opened at 2002-02-17 20:52
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=518958&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: James Manning (jmm)
Assigned to: Nob
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: MBean
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
org.mortbay.jetty.servle
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
> ,
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 jbosstest/src/main/org/j
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 needs
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.
>
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 ca
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
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
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 clas
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
Patches item #519053, was opened at 2002-02-18 03:49
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=519053&group_id=22866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitri Colebatch (dimc)
Assigned to: Nobody/Anony
Patches item #519054, was opened at 2002-02-18 03:49
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=519054&group_id=22866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitri Colebatch (dimc)
Assigned to: Nobody/Anony
Patches item #519040, was opened at 2002-02-18 02:58
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=519040&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Dr. Christoph Georg
> -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
> live
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
==
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
===
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
===
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
==
Bugs item #519002, was opened at 2002-02-18 00:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519002&group_id=22866
Category: None
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Wolfgang Kaltz (jwkaltz)
Assigned to: Nobod
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 is
61 matches
Mail list logo