JBoss JavaEE APIs Version 5.0.0.GA Released
by Shelly McGowan
Release Notes - JBoss JavaEE APIs
** Task
* [JBEE-4] - javax.ejb.EJBContext.lookup javadoc is wrong
** Release
* [JBEE-5] - Release the JavaEE 5.0.0.GA aggregate
Shelly
16 years, 2 months
AS 5 testsuite failing #1017 #1018
by Aleksandar Kostadinov
Hallo,
The real failure is build #1018 where it fails to start the
cluster-classloader-leak-0 server.
#1017 issue is that a test name is output twice
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/1017...
[junit] Running
org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
[junit] Running
org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test
org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
FAILED (timeout)
This is a junit/ant bug. Otherwise the build shows 14 tests fixed.
I'll try to put a workaround in the test count checks for that situation.
Regards,
Aleksandar
16 years, 2 months
org.jboss.web.metamodel.descriptor package and executor service
by Rémy Maucherat
Hi,
Two items:
(1) The org.jboss.web.metamodel.descriptor in the Tomcat package was
previously used, but has now been taken over by metadata. Can it be
removed ?
(2) Tomcat (and Jboss Web) have the capability to use the Executor
interface from the JDK for the threads it uses for request processing.
This means that it would be possible to have an Executor service in AS
which could provide a unique thread pool among all services which need
threads, thus possibly saving on the global amount of threads needed.
Is there interest in that ?
Rémy
16 years, 2 months
HDScanner - not recognising changes properly at bootstrap
by Adrian Brock
If you make an error in your config it is dumping out
the incomplete deployments twice during bootstrap.
It looks like the profile service is thinking that
that some of the deployments (that should be failing
the filter) have changed.
*** CONTEXTS IN ERROR: Name -> Error
jboss.web:service=WebServer -> Configured
jboss:service=TransactionManager -> ** NOT FOUND Depends on
'jboss:service=TransactionManager' **
13:58:25,866 ERROR [ProfileServiceBootstrap] Failed to load profile:
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
<snip/>
13:58:25,868 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build:
SVNTag=JBoss_5_0_0_GA date=200810241318)] Started in 40s:125ms
IT SHOULD NOT BE TRYING TO DEPLOY THE .bak FILE
2008-10-24 13:58:29,864 DEBUG
[org.jboss.deployers.plugins.main.MainDeployerImpl] (HDScanner) Add
deployment: vfsfile:/home/ejort/development/jboss-head/build/output/j
boss-5.0.0.GA/server/default/deploy/profileservice-jboss-beans.xml.bak
13:58:29,883 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
<snip/>
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 2 months
broken AS build - doesn't even compile
by Ales Justin
Who broke the build?
org.jboss.web.tomcat.metadata.ServerXMLObjectModelFactory
org.jboss.web.tomcat.metadata.ContextXMLObjectModelFactory
don't even compile for me.
-Ales
16 years, 2 months