[JBoss-dev] [ jboss-Bugs-462187 ] Typo in JNDIView

2001-09-16 Thread noreply
Bugs item #462187, was opened at 2001-09-17 00:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=462187&group_id=22866 Category: None Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobo

Re: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Rickard Öberg
David Maplesden wrote: > Ahh, this is a bug I came across about two weeks ago when developing my own > mbean. > > It is actually a bug in the MBeanServerImpl when working with mbeans that > use the default domain in the object name (i.e. ":service=Jetty" instead of > "SomeDomain:service=Jetty").

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-16 Thread chris
JBoss daily test results SUMMARY Number of tests run: 129 Successful tests: 101 Errors:18 Failures: 10 [time of test: 17 September 2001 6:31 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-16 Thread chris
JBoss daily test results SUMMARY Number of tests run: 95 Successful tests: 62 Errors:23 Failures: 10 [time of test: 17 September 2001 5:13 GMT] [java.version: 1

Re: [JBoss-dev] JMX and HotDeploy GC

2001-09-16 Thread David Jencks
Can you be very specific about how to reproduce this problem? I have wondered if something like this would show up but haven't seen it yet. Thanks david jencks On 2001.09.16 19:34:00 -0400 Peter Fagerlund wrote: > It looks like problem with GC (Garbage Collection) while playing with JMX > hotde

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-16 Thread chris
JBoss daily test results SUMMARY Number of tests run: 156 Successful tests: 128 Errors:18 Failures: 10 [time of test: 17 September 2001 3:31 GMT] [java.version:

[JBoss-dev] jboss daily test failed

2001-09-16 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [execmodules] location: class org.jboss.te

[JBoss-dev] jboss daily build failed

2001-09-16 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE java.class.path: /home/lubega/jbossro/jbo

[JBoss-dev] CVS update: jboss/src/etc/conf/default j2eedeployment-service.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 17:59:04 Modified:src/etc/conf/default j2eedeployment-service.xml Log: be consistant in Jetty Service naming Revision ChangesPath 1.4 +3 -3 jboss/src/etc/conf/default/j2eedeployment-service.xml Index: j2eedeployment-serv

[JBoss-dev] CVS update: jboss/src/etc/conf/default jetty-service.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 17:48:45 Modified:src/etc/conf/default jetty-service.xml Log: this seems to work around a problem with undeployment of this service Revision ChangesPath 1.4 +1 -1 jboss/src/etc/conf/default/jetty-service.xml Index: jetty

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
Andreas Schaefer wrote: > Hi Jules > > I am not talking about the Jetty source but about the > JMX wrapper for jetty called: > org.jboss.jetty.JettyService > etc. > [jules@zeuglodon 3.0]$ cvs status plugins/jetty/src/main/org/jboss/jetty/JettyService.java [EMAIL PROTECTED]'s password: ==

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
Andreas Schaefer wrote: > Doesn't the question marks indicating that these directories/files > are not added to the CVS ?? Yes - but these are not the important ones. The important ones ARE checked in to HEAD Jules > > > Try to add these files to CVS and hopefully it works. > > Andy > > -

Re: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Julian Gosnell
OK, Things are getting better.. Undeployment appears to work, but redeployment fails - It looks liek someone is not shutting down Jetty properly - I guess the ball is back in my court ! Thanks, Jules [J2eeDeployer#Default] J2EE application: file:/mnt/megalodon/home/jules/cvs/JBoss/3.0/build/o

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I figured out how to go around by just coping the "jetty" directory from the "contrib" module into the new "plugins" directory. But now I got this exception: [ServiceController] java.lang.ClassCircularityError: org/mortbay/util/JarFileResource which prevents the JettyService to start

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I am not talking about the Jetty source but about the JMX wrapper for jetty called: org.jboss.jetty.JettyService etc. Andy - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:15 PM Subject: Re: [JBoss-dev] S

Re: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Andreas Schaefer
Bug reported to JMX team but no response up to now. Andy - Original Message - From: "David Maplesden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:02 PM Subject: RE: [JBoss-dev] JSR/SAR (Jetty) Undeployment... > Ahh, this is a bug I came across about t

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Doesn't the question marks indicating that these directories/files are not added to the CVS ?? Try to add these files to CVS and hopefully it works. Andy - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:28 PM Sub

Re: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Julian Gosnell
OK - I'll try that. Thanks for getting back to me so quickly. Jules David Maplesden wrote: > Ahh, this is a bug I came across about two weeks ago when developing my own > mbean. > > It is actually a bug in the MBeanServerImpl when working with mbeans that > use the default domain in the objec

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
My current plugins directory looks like this : [jules@zeuglodon 3.0]$ ls -l plugins/ total 12 drwxrwxr-x2 julesjules4096 Sep 3 22:43 CVS drwxrwxr-x8 julesjules4096 Sep 17 01:01 jetty drwxrwxr-x5 julesjules4096 Sep 17 01:01 varia [jules@zeuglodon 3.

RE: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread David Maplesden
Ahh, this is a bug I came across about two weeks ago when developing my own mbean. It is actually a bug in the MBeanServerImpl when working with mbeans that use the default domain in the object name (i.e. ":service=Jetty" instead of "SomeDomain:service=Jetty"). It fails to find the mbean when it

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
You won't find a Java file - because the Jetty source is not yet checked in. You should have all the jars you need in thirdparty/mortbay : thirdparty/mortbay/ thirdparty/mortbay/CVS thirdparty/mortbay/CVS/Root thirdparty/mortbay/CVS/Repository thirdparty/mortbay/CVS/Entries thirdparty/mortbay/jet

[JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Julian Gosnell
Hot-deploying the Jetty service works fine. Hot-undeploying generates the following exception : [AutoDeployer] Auto undeploy of file:/mnt/megalodon/home/jules/cvs/JBoss/3.0/build/output/jboss-3.0.0alpha/deploy/jetty-service.xml [JettyService] Stopping [Jetty] Stopped SocketListener on 0.0.0.0

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I tried to search for the Service class for jetty referenced in the jetty-service.xml (org.jboss.jetty.JettyService). But I couldn't find this class in the jboss-all module (find . -name JettyService.java -print). The only exception I get is the following when I run the build JBoss: [D

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
- Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:00 PM Subject: Re: [JBoss-dev] Still problems with Jetty > Or is the problem that you can't find the Jetty source, because > contrib/jetty no longer exists ? > >

Re: [JBoss-dev] Jboss source problem still

2001-09-16 Thread Peter Fagerlund
on 1-09-17 00.50, Dean Anderson at [EMAIL PROTECTED] wrote: >> sh build.sh cgwin on NT ??? What version checked out ??? with what command ??? >BTW, the claim that source comes with the 2.4.0 and 2.4.1 package is false. h ... do U have a filter applied inbetween ... what Country do U downl

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
Or is the problem that you can't find the Jetty source, because contrib/jetty no longer exists ? look in plugins I'm guessing here - you'll have to be a little more specific about the problem Jules Julian Gosnell wrote: > Would you post the exception please . > > I've done a find thr

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Julian Gosnell
Would you post the exception please . I've done a find through the whole of my RH source tree and the only places I find this string is in doc files and CVS dirs (because the 3.0 tree seems to be a view on the old 2.x tree) I'll fix it as soon as you let me know what the problem is, Thanks,

Re: [JBoss-dev] Jboss source problem still

2001-09-16 Thread Peter Fagerlund
What OS, Version, Hardware(yes, cvs command do You use ? /peter_f on 1-09-17 00.50, Dean Anderson at [EMAIL PROTECTED] wrote: > I did another cvs update, and the problem still exists. > > Basically, I'm kind of getting a bit frustrated with this group. No one has > answered or FAQ'ed even sim

[JBoss-dev] JMX and HotDeploy GC

2001-09-16 Thread Peter Fagerlund
It looks like problem with GC (Garbage Collection) while playing with JMX hotdeploy ? ... i am not sure ! but wanted to ask ? if it is seen somewhere else ? ... That is -the state of a thread in a JMX MBean is stale -and when I try to reimplement it ... the VM still has reference to last -allth

[JBoss-dev] Jboss source problem still

2001-09-16 Thread Dean Anderson
I did another cvs update, and the problem still exists. Basically, I'm kind of getting a bit frustrated with this group. No one has answered or FAQ'ed even simple questions on building. If it doesn't build, it doesn't exist. BTW, the claim that source comes with the 2.4.0 and 2.4.1 package is f

[JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I downloaded the latest from CVS jboss-all module, clean it up to build it from scratch. It seems that "contrib/jetty/" is not part of jboss-all, any ideas ? Andy ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforg

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

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 11:04:29 Modified:jbossbuild.xml Log: jetty should now start up OK with RH - if not, let me know Revision ChangesPath 1.29 +3 -7 build/jboss/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jboss/src/etc/conf/default j2eedeployment-service.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 11:04:29 Modified:src/etc/conf/default j2eedeployment-service.xml Log: jetty should now start up OK with RH - if not, let me know Revision ChangesPath 1.3 +1 -1 jboss/src/etc/conf/default/j2eedeployment-service.xml Index

[JBoss-dev] CVS update: contrib/jetty/src/etc jetty.properties

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 10:42:22 Modified:jetty/src/etc jetty.properties Log: a temporary hack to get JSPs to work better Revision ChangesPath 1.3 +2 -1 contrib/jetty/src/etc/jetty.properties Index: jetty.properties ==

[JBoss-dev] CVS update: jboss/src/etc/conf/default jetty-service.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 10:45:25 Modified:src/etc/conf/default jetty-service.xml Log: update jar dependencies and prepare to lose JettyHome Revision ChangesPath 1.3 +7 -3 jboss/src/etc/conf/default/jetty-service.xml Index: jetty-service.xml =

[JBoss-dev] CVS update: contrib/jetty/src/etc jetty.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 10:31:02 Modified:jetty/src/etc jetty.xml Log: rip all stuff that expects a jetty install tree - since there isn't one. I will put this back when the problem is resolved Revision ChangesPath 1.4 +0 -128contrib/jetty/src/etc/

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty JBossLogSink.java JBossUserRealm.java Jetty.java JettyMBean.java JettyResolver.java JettyService.java JettyServiceMBean.java SetupHandler.java

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 10:14:17 Modified:jetty/src/main/org/jboss/jetty JBossLogSink.java JBossUserRealm.java Jetty.java JettyMBean.java JettyResolver.java JettyService.java JettyServiceMBean.java SetupH

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

2001-09-16 Thread Tobias Frech
User: gropi Date: 01/09/16 10:00:38 Modified:src/docs doco.jsp Log: Updated to new cvs module name for the manual. Revision ChangesPath 1.2 +1 -1 newsite/src/docs/doco.jsp Index: doco.jsp ==

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha HAPartitionImpl.java DistributedReplicantManagerImpl.java ClusterPartition.java

2001-09-16 Thread Bill Burke
User: patriot1burke Date: 01/09/16 08:29:07 Modified:src/main/org/jboss/ha HAPartitionImpl.java DistributedReplicantManagerImpl.java ClusterPartition.java Log: still a work in progress, but I'm progressing...Still doesn't work yet!!!

Re: [JBoss-dev] What has happened to the Tyrex TM plugin?

2001-09-16 Thread David Jencks
They were moved. If you checkout jboss-all, they are in the plugins module. If you browse cvs, they are contrib/varia. david jencks On 2001.09.16 04:26:16 -0400 Ole Husgaard wrote: > Hi, > > It seems that all the source files in the directory > jboss/jboss/src/main/org/jboss/tm/plugins/tyrex w

RE: [JBoss-dev] Lutris announcement: a further look

2001-09-16 Thread Ignacio Coloma
So what? Let me summarize: we have some jars that aren't legal to be included in the same pack with a LGPL license. Sun could say something at the respect. But they haven't so far. I suppose they are waiting, because, to be fair, JBoss is miles away from the J2EE server they include in their SDK.

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

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 04:57:44 Modified:src/docs binary.jsp Log: bumb JBoss/Jetty release Revision ChangesPath 1.7 +3 -3 newsite/src/docs/binary.jsp Index: binary.jsp === RCS

Re: [JBoss-dev] Lutris announcement: a further look

2001-09-16 Thread Toby Hede
me too, I am very confused by what this means to JBoss, I am researching the issue to start getting some alternative marketing out around these forums...any comments or suggestions or interpretations are welcome...   my reading is that it is the J2EE licensing and certification that are the

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF web.xml

2001-09-16 Thread Jules Gosnell
User: jules_gosnell Date: 01/09/16 04:39:34 Modified:src/resources/web/WEB-INF Tag: Branch_2_4 web.xml Log: Jetty doesn't like these mappings: In section 5.4 the spec says: * Servlet Path: The path section that directly corresponds to the mapping which activated this r

[JBoss-dev] What has happened to the Tyrex TM plugin?

2001-09-16 Thread Ole Husgaard
Hi, It seems that all the source files in the directory jboss/jboss/src/main/org/jboss/tm/plugins/tyrex were moved into the CVS attic about 5 weeks ago. The change had the commit message: Merging changes from jboss_buildmagic into HEAD. Is there any reason for removing this plugin, or was it

Re: [JBoss-dev] Lutris announcement: a further look

2001-09-16 Thread Ole Husgaard
James Ward wrote: > So can JBoss avoid these issues by just not being J2EE branded or > "certified"? J2EE is a trademark of Sun, in the field of application servers. Suns official policy on their trademarks can be found at http://www.sun.com/policies/trademarks/, but it is important to view this