Re: ServiceBindingManager status?
by Brian Stansberry
(copying the general jboss dev list)
I believe the problem with ServiceBindingManager and the web server is
the same as the one discussed on
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=128642. In AS
4.x, the TomcatDeployer was a JMX-based service, created via a
-service.xml. Now it's a pojo service and isn't managed via the
ServiceController. ServiceBindingManager integrates with the
ServiceController to do its magic with port 8080. No ServiceController
== no magic.
We need a strategy for Beta4. Long run, as Scott said on the forum,
"ServiceBindingManager has to be replaced with a component that
integrates with the profile service to use the management view." I
don't see that happening this week for beta4. :) So, what to do?
1) Leave it broken for Beta4; do it right for CR1. But do we have the
resources to do that for CR1?
2) Return the jboss.web:service=WebServer service to deployment via
-service.xml. There is discussion of refactoring TomcatDeployer at
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=112404 .
Perhaps the piece that will end up in deploy can be made a JMX-based
service again. But, AIUI, that goes against the medium-term goal of
pojo-izing the service.
3) See if we can find a way to make the SBM work if an @JMX annotation
is added to a pojo service. That doesn't work now. Would probably need
Adrian's help to make that happen, if it's possible at all.
Thoughts?
- Brian
Dimitris Andreadis wrote:
> Clebert fixed the ports for the JBoss Messaging connectors, now the
> remaining problem (for the default configuration, at least) is the
> Tomcat connectors. Somehow the override for port 8080 is not working.
>
> Remy (or anyone that understands how the overrides work) can you take
> please a look?
>
> Heiko W.Rupp wrote:
>>
>> Am 28.01.2008 um 13:49 schrieb Luc Texier:
>>
>>> binding server instances to ip addresses is the only meaningful way
>>> of building a cluster, IMO.
>>>
>>
>> Actually I had quite a few customers in the past, where it was a PITA
>> to get more than one IP address per machine - even
>> from the RFC 1918 private space, so that the SBM was the only option
>> to them.
>>
>> Heiko
>>
>
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com
16 years, 12 months
4-week plan for AS5 Beta4
by Dimitris Andreadis
Hello all,
We decided to produce one more Beta release for AS5 (Beta4) targeting JBW this time. Leaving
the last week for final testing and release tasks this practically means we have 4 week to
execute on this plan, until Feb/1st.
The release criteria include:
(1)
http://jira.jboss.com/jira/browse/JBAS-5098 - Deal with vfs, aop, jbossxb performance issues
New releases of the associated component will be most probably needed.
(2)
Profile service completeness and demonstrated usage through the new management console
http://jira.jboss.com/jira/browse/JBAS-4378 - management CRUD usecases
http://jira.jboss.com/jira/browse/JBAS-4396 - support for managing Datasources and JMS
http://jira.jboss.com/jira/browse/JBAS-3170 - ProfileService Bootstrapping of the MC
http://jira.jboss.com/jira/browse/JBAS-3768 - initial persistent format of the profile
repository
There is also the task of avoiding the metadata vs metavalue type leakage, but AFAIK it is
not documented in JIRA.
(3)
Moving away from the UnifiedClassloader, needs further discussion:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117632#4117632
(4)
Adrian's refactoring of deployer implementation
http://jira.jboss.com/jira/browse/JBAS-5044
http://jira.jboss.com/jira/browse/JBAS-5046
(5)
Anil's redo of the security deployer based on the new metadata
http://jira.jboss.com/jira/browse/JBAS-5046 (or point to new case)
(6)
- Separation of the EJB3 module into it's own external project.
- Complete the annotation and extended persistency work (JIRA tasks?)
- EJB3/TCK improvements
(7)
Testsuite improvements - currently at 93%
http://jira.jboss.com/jira/browse/JBAS-4635
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-Test...
(8)
Further component updates, preferably completed by Jan/18th, drop-dead date Jan/25th
(without exceptions).
http://jira.jboss.com/jira/browse/JBAS-4648 - Upgrade jboss transactions to 4.3.0.GA
http://jira.jboss.com/jira/browse/JBAS-4725 - Upgrade Hibernate to 3.3.x
http://jira.jboss.com/jira/browse/JBAS-5029 - Integrate jboss-ha-server-api.jar
http://jira.jboss.com/jira/browse/JBAS-5030 - Upgrade jboss-ha-client.jar to 1.0.0.GA
http://jira.jboss.com/jira/browse/JBAS-5087- Upgrade to JBoss Cache 2.1.0.GA
http://jira.jboss.com/jira/browse/JBAS-2251 - Fix JBoss Cache / AS integration issues
http://jira.jboss.com/jira/browse/JBAS-5060 - Upgrade jfreechart to v1.0.2
http://jira.jboss.com/jira/browse/JBAS-4148 - Replace Gjt code
(9)
Stabilize the jdk16 build, it doesn't currently run to full completion:
http://jira.jboss.com/jira/browse/JBAS-5031
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-Test...
(10)
Need everyone to help with a good JBAS JIRA cleanup since 137 issues in 4 weeks is simply
impossible. Please raise to blockers/criticals all the important issues and reschedule the
lower priority ones.
Look at tasks assigned to you, here:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?mode=hide&requestId...
Tasks reported by you:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?mode=hide&requestId...
Unassigned ones:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?mode=hide&requestId...
---
If you have issues with this plan or there are important things we've missed, drop me a
line. It's quite optimistic as it is, so please focus on the important tasks trying to
stabilize what we have. Keep an eye on the testsuite runs, *we must not break what already
works* :-) With very few exceptions (ProfileService) the time for new features is already gone.
Thanks a bunch
/Dimitris
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dimitris Andreadis
JBoss AS, Project Lead
JBoss, a Division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 12 months
Startup problems with AS 5
by Rémy Maucherat
Hi,
With the current AS 5 trunk, I have the following issues:
- Many warnings like:
17:53:52,391 WARN [DeclaredStructure] Exception while looking for
META-INF/jboss-structure.xml: java.io.FileNotFoundException: File does
not exist: /home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/META-INF/jboss-structure.xml
17:53:52,393 WARN [WARStructure] Exception while checking if file is
a war: java.io.FileNotFoundException: File does not exist:
/home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/WEB-INF
17:53:52,397 WARN [DeclaredStructure] Exception while looking for
META-INF/jboss-structure.xml: java.io.FileNotFoundException: File does
not exist: /home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/META-INF/META-INF
17:53:52,397 WARN [WARStructure] Exception while checking if file is
a war: java.io.FileNotFoundException: File does not exist:
/home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/META-INF/WEB-INF
17:53:52,397 WARN [JARStructure] Exception while checking if file is
a jar: java.io.FileNotFoundException: File does not exist:
/home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/META-INF/META-INF
17:53:52,400 WARN [DeclaredStructure] Exception while looking for
META-INF/jboss-structure.xml: java.io.FileNotFoundException: File does
not exist: /home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/ejb3.deployer/META-INF/jboss-structure.xml
17:53:52,405 WARN [WARStructure] Exception while checking if file is
a war: java.io.FileNotFoundException: File does not exist:
/home/remm/Work/eclipse/jboss-5.0.x/build/output/jboss-5.0.0.Beta4/server/default/deployers/ejb3.deployer/WEB-INF
- Some classloading errors:
17:54:01,359 ERROR [AbstractKernelController] Error installing to
PreInstall: name=WSMemoryBufferRecorder state=Real
java.lang.ClassNotFoundException:
org.jboss.wsf.framework.management.recording.MemoryBufferRecorder
at java.net.URLClassLoader$1.run(URLClassLoader.java:221)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:209)
at java.lang.ClassLoader.loadClass(ClassLoader.java:324)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:269)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:337)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:265)
at org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:204)
at org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:1006)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:584)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:234)
at java.lang.ClassLoader.loadClass(ClassLoader.java:269)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:337)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:265)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.resolveComplexTypeInfo(IntrospectionTypeInfoFactoryImpl.java:375)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:344)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory.getTypeInfo(IntrospectionTypeInfoFactory.java:54)
at org.jboss.classadapter.plugins.BasicClassAdapterFactory.getClassAdapter(BasicClassAdapterFactory.java:61)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:70)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:55)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:65)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:84)
at org.jboss.kernel.plugins.dependency.PreInstallAction.installActionInternal(PreInstallAction.java:62)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:135)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:46)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:574)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:398)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:69)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:42)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:874)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:245)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:131)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:408)
at org.jboss.Main.boot(Main.java:208)
at org.jboss.Main$1.run(Main.java:534)
at java.lang.Thread.run(Thread.java:675)
Rémy
17 years
JGroups 2.5.2 released
by Richard Achmatowicz
Hi everyone,
On behalf of the JGroups team, i'm pleased to announce that JGroups
2.5.2 has been released!
The binary and source distribution can be downloaded from
http://sourceforge.net/project/showfiles.php?group_id=6081. The release
notes and change log are below.
Enjoy !
Richard Achmatowicz
Release Notes JGroups 2.5.2
===========================
JGroups 2.5.2 is a patch release for 2.5 GA. It contains no new
functionality, but some
limited feature requests and primarily bug fixes.
IMPORTANT NOTE:
JGroups 2.5.2 is also an EOL (End of Line) release for JGroups 2.5 -
meaning that it
represents the last release of JGroups 2.5.x. The reason is that 2.4.x
is used in
JBoss EAP 4, 2.6.2 will be used in EAP 5, and 2.5.x is somewhat orphaned
in between.
Any bugs found in 2.5 will only get fixed in 2.6. It is a simple matter
to switch
from 2.5 to 2.6.
Manual
------
The manual is online at
http://www.jgroups.org/javagroupsnew/docs/manual/html/index.html
Bug fixes
---------
GMS: A concurrency-related exception which was preventing successful
group merges and necessitated
shutdown of the enire group.
[JGRP-611] - MergeTask GMS ConcurrentModificationException
SEQUENCER: SEQUENCER provides total ordering of messages. This issue
caused total ordering to be
violated in circumstances involving concurrent sends.
[JGRP-607] - SEQUENCER: incorrect ordering on concurrent sends
RPC DISPATCHER: The callRemoteMethods() method would hang on some
processes within a group during
periods where group membership was changing significantly.
[JGRP-620] - RpcDispatcher.callRemoteMethods() hangs
Feature Requests
----------------
REINCARNATION: reincarnation occurs when a group member crashes and upon
restart assumes the
identity of a member known previously to the group, which leads to
anomalous behaviour.
[JGRP-130] - Problems with reincarnation
Tasks
-----
CHANNEL OPTIONS: Shunned channels will now automatically attempt to
rejoin the group, and fetch
the state from the coordinator by default.
[JGRP-651] - JChannel: set auto_reconnect and auto_getstate to true by
default
The complete list of features and bug fixes can be found at
http://jira.jboss.com/jira/browse/JGRP.
Bela Ban, Kreuzlingen, Switzerland, January 2008
Change Log
=========
Release Notes - JGroups - Version 2.5.2
** Bug
* [JGRP-607] - SEQUENCER: incorrect ordering on concurrent sends
* [JGRP-610] - Problems with large return value and FC
* [JGRP-611] - MergeTask GMS ConcurrentModificationException
* [JGRP-617] - ConcurrentModificationException sending notifications
in ReplicatedHashMap.
* [JGRP-620] - RpcDispatcher.callRemoteMethods() hangs
* [JGRP-649] - FC: NPE if sender of credits is null
** Feature Request
* [JGRP-130] - Problems with reincarnation
* [JGRP-535] - NAKACK: release lock when message is delivered
** Task
* [JGRP-609] - Javadoc JChannelFactory
* [JGRP-615] - UDP: JGroups always allocates the same ports
* [JGRP-651] - JChannel: set auto_reconnect and auto_getstate to
true by default
17 years
[Fwd: Build failed in Hudson: JBoss-AS-5.0.x #950]
by Dimitris Andreadis
Interesting Sun 1.5.0_12 compiler error after upgrading to MC2 Beta10:
[javac] Compiling 5 source files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/bootstrap/output/classes
An exception has occurred in the compiler (1.5.0_12). Please file a bug at the Java
Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade
for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file
javax/xml/bind/annotation/XmlNsForm.class not found
---------------------------------------------------------------------------------------
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/950/changes
Changes:
[dimitris(a)jboss.org] onto microcontainer 2.0.0.Beta10
------------------------------------------
[...truncated 22355 lines...]
[get-lgpl] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-nekohtml] Getting: http://repository.jboss.com/licenses/nekohtml.txt
[get-nekohtml] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/nekohtml.txt
[get-nekohtml] .
[get-nekohtml] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-apache-2.0] Getting: http://repository.jboss.com/licenses/apache-2.0.txt
[get-apache-2.0] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/apache-2.0.txt
[get-apache-2.0] ....
[get-apache-2.0] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-sun-xacml] Getting: http://repository.jboss.com/licenses/sun-xacml.txt
[get-sun-xacml] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/sun-xacml.txt
[get-sun-xacml] .
[get-sun-xacml] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-oswego] Getting: http://repository.jboss.com/licenses/oswego.txt
[get-oswego] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/oswego.txt
[get-oswego] .
[get-oswego] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-xdoclet] Getting: http://repository.jboss.com/licenses/xdoclet.txt
[get-xdoclet] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/xdoclet.txt
[get-xdoclet] .
[get-xdoclet] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-easymock] Getting: http://repository.jboss.com/licenses/easymock.txt
[get-easymock] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/easymock.txt
[get-easymock] .
[get-easymock] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-dom4j] Getting: http://repository.jboss.com/licenses/dom4j.txt
[get-dom4j] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/dom4j.txt
[get-dom4j] .
[get-dom4j] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-sleepycat] Getting: http://repository.jboss.com/licenses/sleepycat.txt
[get-sleepycat] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/sleepycat.txt
[get-sleepycat] .
[get-sleepycat] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-antlr] Getting: http://repository.jboss.com/licenses/antlr.txt
[get-antlr] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/antlr.txt
[get-antlr] .
[get-antlr] last modified = Mon Apr 09 12:21:59 EDT 2007
[get-license-info.xml] Getting: http://repository.jboss.com/licenses/license-info.xml
[get-license-info.xml] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/../thirdparty/licenses/license-info.xml
[get-license-info.xml] .....
[get-license-info.xml] last modified = Mon Apr 09 12:21:59 EDT 2007
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/apache-maven-ant-tasks
[get] Getting:
http://repository.jboss.com/apache-maven-ant-tasks/2.0.8/component-info.xml
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/apache-maven-ant-tasks/component-info.xml
[synchronizeinfo] .
[get] last modified = Tue Jan 22 11:16:43 EST 2008
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/httpunit
[get] Getting: http://repository.jboss.com/httpunit/1.6/component-info.xml
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/httpunit/component-info.xml
[synchronizeinfo] .
[get] last modified = Mon Apr 09 12:19:42 EDT 2007
[synchronizeinfo] [0]: apache-maven-ant-tasks
[synchronizeinfo] [1]: httpunit
synchronize.main:
synchronize.apache-maven-ant-tasks:
[get] Getting:
http://repository.jboss.com/apache-maven-ant-tasks/2.0.8/component-info.xml
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/apache-maven-ant-tasks/component-info.xml
[get] local file date : Tue Jan 22 11:16:43 EST 2008
[get] Not modified - so not downloaded
synchronize.apache-maven-ant-tasks.maven-ant-tasks.jar:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/apache-maven-ant-tasks/lib
[get] Getting:
http://repository.jboss.com/apache-maven-ant-tasks/2.0.8/lib/maven-ant-ta...
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/apache-maven-ant-tasks/lib/maven-ant-tasks.jar
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ...........
[get] last modified = Tue Jan 22 11:16:43 EST 2008
synchronize.httpunit:
[get] Getting: http://repository.jboss.com/httpunit/1.6/component-info.xml
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/httpunit/component-info.xml
[get] local file date : Mon Apr 09 12:19:42 EDT 2007
[get] Not modified - so not downloaded
synchronize.httpunit.httpunit.jar:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/httpunit/lib
[get] Getting: http://repository.jboss.com/httpunit/1.6/lib/httpunit.jar
[get] To:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/httpunit/lib/httpunit.jar
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] .........
[get] last modified = Mon Apr 09 12:19:42 EDT 2007
synchronize.components:
synchronize:
generate-lib-file:
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:local-properties:
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build
_buildmagic:init:buildlog:
configure:
[echo] groups: default
[echo] modules:
main,bootstrap,j2se,mbeans,jmx,system,system-jmx,naming,security,server,deployment,jbossas/remoting,jmx-remoting,jbossas/jmx-remoting,messaging,jbossmq,cluster,varia,iiop,aspects,profileservice,connector,management,ejb3,tomcat,webservices,hibernate-int,console,spring-int
init:
_buildmagic:modules:most:
======================================================================
== Executing 'most' in module 'main'...
==
_buildmagic:init:
configure:
[echo] Classpath =
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/gnu-getopt/lib/getopt.jar
_default:task-init:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
_default:compile-classes:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/classes
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/gen-src
[javac] Compiling 9 source files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/classes
[execmodules]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/src/main/org/jboss/system/ORBSingleton.java:172:
warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been
deprecated
[execmodules] public TypeCode create_recursive_sequence_tc(int bound, int offset)
[execmodules] ^
[execmodules]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/src/main/org/jboss/system/ORBSingleton.java:172:
warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been
deprecated
[execmodules] public TypeCode create_recursive_sequence_tc(int bound, int offset)
[execmodules] ^
[execmodules]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/src/main/org/jboss/system/ORBSingleton.java:285:
warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
[execmodules] public Current get_current()
[execmodules] ^
[execmodules] 3 warnings
_default:compile-resources:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/resources
[copy] Copying 4 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/resources
_default:compile-etc:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/etc
[copy] Copying 2 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/etc
_default:compile-bin:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/bin
[copy] Copying 6 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/bin
_buildmagic:init:
init:
_default:fix-bin:
compile:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/lib
module-jars:
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/lib/log4j-boot.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/lib/jboss-main.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/lib/jboss-main-client.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/lib/run.jar
[touch] Creating
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/main/output/build-marker
most:
==
== Finished with 'most' in module 'main'.
======================================================================
_module-main-most:
_module-main-most:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/lib
[copy] Copying 2 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/lib
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/client
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/client
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/bin
[copy] Copying 7 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/bin
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/lib
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/server/all/lib
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/server/all/lib
[copy] Copying 2 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta4/client
======================================================================
== Executing 'most' in module 'bootstrap'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
_default:task-init:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
_default:compile-classes:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/bootstrap/output/classes
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/bootstrap/output/gen-src
[javac] Compiling 5 source files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/bootstrap/output/classes
An exception has occurred in the compiler (1.5.0_12). Please file a bug at the Java
Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade
for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file
javax/xml/bind/annotation/XmlNsForm.class not found
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tools/etc/buildmagic/buildmagic.ent:442:
Compile failed; see the compiler error output for details.
Total time: 39 seconds
Deleting old artifacts from #948
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years
Strange java.util.LinkedList.contains() NPE
by Dimitris Andreadis
While monitoring the JBoss-AS-4.2.x-TestSuite-sun15 run, I am noticing spurious spikes like
this:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-4.2.x-Test...
Digging at the logs (full trace at the bottom) I can see a strange NPE from
java.util.LinkedList.contains(Object o), after which various deployments get to fail:
DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
java.lang.NullPointerException
at java.util.LinkedList.indexOf(LinkedList.java:406)
at java.util.LinkedList.contains(LinkedList.java:176)
at org.jboss.system.ServiceController.register(ServiceController.java:828)
at org.jboss.system.ServiceController.create(ServiceController.java:296)
at org.jboss.system.ServiceController.create(ServiceController.java:273)
This is the ServiceController code trying to add a non-null context, so is this really a JDK
bug?
...
private void register(ServiceContext ctx, Collection depends) throws Exception
{
if (!installedServices.contains(ctx))
installedServices.add(ctx);
...
2008-01-24 01:16:44,028 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of
package:
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,028 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init
step) of package at:
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,031 DEBUG [org.jboss.deployment.MainDeployer] Copying
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
->
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/build/output/jboss-4.2.3.GA/server/all/tmp/deploy/tmp40240receivers-arraylist-service.xml
2008-01-24 01:16:44,035 DEBUG [org.jboss.deployment.MainDeployer] using deployer
org.jboss.deployment.SARDeployer@18941f7
2008-01-24 01:16:44,040 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local
directories
2008-01-24 01:16:44,040 DEBUG [org.jboss.deployment.SARDeployer] looking for nested
deployments in :
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,040 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository
from config: LoaderRepositoryConfig(repositoryName:
JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null,
configParserClassName: null, repositoryConfig: null)
2008-01-24 01:16:44,040 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository,
repository=org.jboss.mx.loading.UnifiedLoaderRepository3@13ad085,
cl=org.jboss.mx.loading.UnifiedClassLoader3@189a482{ url=null ,addedOrder=0}
2008-01-24 01:16:44,040 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository,
repository=org.jboss.mx.loading.UnifiedLoaderRepository3@13ad085,
cl=org.jboss.mx.loading.UnifiedClassLoader3@189a482{ url=null ,addedOrder=0}
2008-01-24 01:16:44,040 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding
org.jboss.mx.loading.UnifiedClassLoader3@189a482{ url=null ,addedOrder=0}
2008-01-24 01:16:44,040 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,041 DEBUG [org.jboss.deployment.MainDeployer] Watching new file:
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,041 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,041 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step:
url
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
2008-01-24 01:16:44,041 DEBUG [org.jboss.deployment.SARDeployer] Registering service
UCL=jmx.loading:UCL=189a482
2008-01-24 01:16:44,042 DEBUG [org.jboss.system.ServiceCreator] About to create bean:
jboss.mq.destination:service=Queue,name=ReceiversImpl with code: org.jboss.mq.server.jmx.Queue
2008-01-24 01:16:44,050 DEBUG [org.jboss.system.ServiceCreator] Created bean:
jboss.mq.destination:service=Queue,name=ReceiversImpl
2008-01-24 01:16:44,055 DEBUG [org.jboss.system.ServiceConfigurator] ReceiversImpl set to
class org.jboss.mq.server.ReceiversImplArrayList in
jboss.mq.destination:service=Queue,name=ReceiversImpl
2008-01-24 01:16:44,056 DEBUG [org.jboss.system.ServiceController] recording that
jboss.mq.destination:service=Queue,name=ReceiversImpl depends on
jboss.mq:service=DestinationManager
2008-01-24 01:16:44,056 DEBUG [org.jboss.system.ServiceConfigurator] considering
DestinationManager with object name jboss.mq:service=DestinationManager
2008-01-24 01:16:44,057 DEBUG [org.jboss.system.ServiceController] Creating service
jboss.mq.destination:service=Queue,name=ReceiversImpl
2008-01-24 01:16:44,057 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for
package
file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/output/lib/receivers-arraylist-service.xml
java.lang.NullPointerException
at java.util.LinkedList.indexOf(LinkedList.java:406)
at java.util.LinkedList.contains(LinkedList.java:176)
at org.jboss.system.ServiceController.register(ServiceController.java:828)
at org.jboss.system.ServiceController.create(ServiceController.java:296)
at org.jboss.system.ServiceController.create(ServiceController.java:273)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.create(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.redeploy(MainDeployer.java:566)
at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at sun.reflect.GeneratedMethodAccessor501.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at
org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:818)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:419)
at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
17 years
Disable caching in Jboss.
by Eglia Koncurat
This is the situation, I have a directory outside of JBOSS_HOME which
contents are updated on a regular basis. The application looks into
this directory to show search results. When I update this directory,
my application doesn't see the changes up until when I bounce Jboss.
What settings can I set in Jboss to disable caching?
17 years
AS - STDOUT debug
by Dimitris Andreadis
Who/what prints out 'no object for null' ?
17:05:28,187 INFO [TransactionManagerService] Starting recovery manager
17:05:28,265 INFO [TransactionManagerService] Recovery manager started
17:05:28,265 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
17:05:31,687 INFO [EJB3Deployer] Starting java:comp multiplexer
17:05:32,093 INFO [STDOUT] no object for null
17:05:32,093 INFO [STDOUT] no object for null
17:05:32,109 INFO [STDOUT] no object for null
17:05:32,125 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
17:05:32,140 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
17:05:34,453 INFO [NativeServerConfig] JBoss Web Services - Native
17:05:34,453 INFO [NativeServerConfig] jbossws-native-2.0.3.DEV (build=20080116
17 years
Classloader changes in beta4
by Heiko Braun
With recent versions it seems that loading resources from WEB-INF
seems to be broken for a lot of WS tests. Have there been any
classloader changes that may explain this?
Any ideas?
/Heiko
17 years