Antwort: Re: [JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-20 Thread Dietmar Schielke
Hi, I think it's a multithreading problem in 2.4.4. (ConcurrendModificationException during server startup). It should be fixed in one of the newer 2.4.x. Versions. Dietmar >Hello all, > >Can anybody explain me what does it mean (jBoss 2.4.4 / Tomcat 4.0.3): > >[21:36:47,395,Default] javax.man

Re: [JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-20 Thread Mikhail Akopov
Hello all, Can anybody explain me what does it mean (jBoss 2.4.4 / Tomcat 4.0.3): [21:36:47,395,Default] javax.management.RuntimeMBeanException: RuntimeException thrown in operation listXML [21:36:47,395,Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1640) [21:

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-03 Thread Adam Heath
On Tue, 4 Jun 2002, Adam Heath wrote: > On Fri, 31 May 2002, Scott M Stark wrote: > > > JBoss Source Tar/GZip Archive: > > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download > > The source download includes a non-cleaned catalina output directory. > > adam@gradall:~/brainfood/j

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-03 Thread Adam Heath
On Fri, 31 May 2002, Scott M Stark wrote: > JBoss Source Tar/GZip Archive: > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download The source download includes a non-cleaned catalina output directory. adam@gradall:~/brainfood/jboss/jboss-3.0.0-src$ du catalina/* -sc 4 cata

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Adam Heath
On Fri, 31 May 2002, marc fleury wrote: > So this is where you come in. There are about 50 bugs with cosmetics and > enhancements and just making sure everything works. WE NEED YOU. THIS IS > WHERE YOU COME IN. Shallow bugs are the best way for you to come in and get > knowledge. IF YOU ARE a

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Adam Heath
On Fri, 31 May 2002, Scott M Stark wrote: > JBoss Source Tar/GZip Archive: > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download > > QuickStart Guide > http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.pdf?download I'm downloading the 2 above files. The latter was h

Re: [JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Marius Kotsbak
Running jboss on IBM 1.3 instead of sun's 1.4, seems to solve the problem. So maybe it's time to submit another bug to sun? I think the problem/bug in sun VM appeared after the classloader-changes. Does the testsuite run with 0 problems running on 1.4? On Fri, 2002-05-31 at 21:21, Scott M Stark

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Scott M Stark
Because the bug was not reported until after the release and the web integration testcase is able to use PortableRemoteObject.narrow from within a servlet. package org.jboss.test.web.servlets; ... public class EJBServlet extends HttpServlet { protected void processRequest(HttpServletRequest r

Re: [JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread danch
Marius Kotsbak wrote: > Why release final when there is a serious Classcastexception bug in > narrow()? It's almost impossible to use it now. > PortableRemoteObject is part of the JDK, not part of JBoss. It's also not required to be used in JBoss. I'm also 99% sure that there isn't a bug inv

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Marius Kotsbak
Why release final when there is a serious Classcastexception bug in narrow()? It's almost impossible to use it now. On Fri, 2002-05-31 at 20:10, Scott M Stark wrote: > We have made the JBoss 3.0.0 final release available on SourceForge. > http://sourceforge.net/project/showfiles.php?group_id=228