It seems that you made the annotation available in jbossws 1.4.
Instead you should be making jbossws-spi.jar backwards compatible.
org.jboss.ws.annotation.WebContext is the one that went into EAP 4.2 and
is thus the supported annotation.
Rollback and create a backwards compatible jbossws, then come back
again.
Carlo
On Mon, 2007-07-09 at 16:33 +0200, Thomas Diesler wrote:
It seems that you are using a proprietary dependency on jbossws.
Instead, you should be depending on jbossws-spi.jar
import org.jboss.wsf.spi.annotation.WebContext
Also please note, that the web context can be defined in jboss.xml as
well.
cheers
-thomas
On Sat, 2007-07-07 at 10:37 +0200, Carlo de Wolf wrote:
> The installation of jbossws-2.0.0.GA not only breaks build, but also
> breaks backwards compatibility.
> You can target 4.2 via a plugin, but you can't install into the branch
> itself.
>
> This must be rolled back at once.
>
> Carlo
>
> -------- Forwarded Message --------
> From: Nut Roaster <carlo(a)nerdnet.nl>
> To: dev-ejb3(a)jboss.org
> Subject: Build failed in Hudson: JBoss_EJB3_4.2 #26
> Date: Sat, 7 Jul 2007 02:12:16 +0200 (CEST)
>
> See
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/26/changes
>
> Changes:
>
> [thomas.diesler(a)jboss.com] Install jbossws-2.0.0.GA
>
> ------------------------------------------
> [...truncated 21963 lines...]
> Iterator<?> it = ArchiveBrowser.getBrowser(unit.getUrl(), new
ClassFileFilter());
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:535: warning: [deprecation] org.jboss.ejb3.entity.PersistenceXmlLoader in
org.jboss.ejb3.entity has been deprecated
> List<PersistenceMetadata> persistenceMetadata =
PersistenceXmlLoader.deploy(persistenceXmlUrl, new HashMap(), new EJB3DTDEntityResolver(),
PersistenceUnitTransactionType.JTA);
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:205: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has
been deprecated
> Iterator it = ArchiveBrowser.getBrowser(di.localUrl, new ClassFileFilter());
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:390: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> if (injector instanceof JndiFieldInjector)
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:392: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> Field field = ((JndiFieldInjector) injector).getField();
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:582: warning: [deprecation] peek(org.jboss.cache.Fqn) in org.jboss.cache.TreeCache has
been deprecated
> DataNode node = cache.peek(fqn);
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:141: warning: [deprecation]
putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.Object,long) in
org.jboss.cache.TreeCache has been deprecated
> cache.putFailFast( new Fqn( regionFqn, key ), ITEM, value, 0 );
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:149: warning: [deprecation]
putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.Object,long) in
org.jboss.cache.TreeCache has been deprecated
> cache.putFailFast( new Fqn( regionFqn, key ), ITEM, value, 0 );
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:352: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(method, new JndiMethodInjector(method, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:381: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(field, new JndiFieldInjector(field, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:282: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(ao, new JndiFieldInjector((Field) ao, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:287: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(ao, new JndiMethodInjector((Method) ao, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:79: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(method, new JndiMethodInjector(method, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:93: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(field, new JndiFieldInjector(field, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:156: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(method, new JndiMethodInjector(method,
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:190: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(field, new JndiFieldInjector(field,
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:222: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(method, new JndiMethodInjector(method, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:251: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(field, new JndiFieldInjector(field, encName,
container.getEnc()));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:117: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection
has been deprecated
> injectors.put(method, new JndiMethodInjector(method, encName, encCtx));
> ^
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:137: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection
has been deprecated
> injectors.put(field, new JndiFieldInjector(field, encName, encCtx));
> ^
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 37 warnings
>
> compile:
> [touch] Creating
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
>
> jars:
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [jar] Building jar:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [jar] Building jar:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [jar] Building jar:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [jar] Building jar:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 4 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
>
> most:
>
> ==
> == Finished with 'most' in module 'ejb3'.
> ======================================================================
>
>
> _module-ejb3-most:
>
> _module-ejb3-most:
> [copy] Copying 7 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 3 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 2 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> modules-most:
>
> thirdparty:
>
> thirdparty:
> [copy] Copying 2 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 3 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 3 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 22 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 14 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unzip] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/third...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unzip] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/third...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/third...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> partition-build:
>
> partition-default:
> [copy] Copying 300 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 12 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/varia...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> partition-minimal:
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 4 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 3 files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [copy] Copying 1 file to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> bypass-jboss-all-client:
>
> jboss-all-client:
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [unjar] Expanding:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
into
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [jar] Building jar:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
> [delete] Deleting directory
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> install:
>
> most:
>
> main:
>
> BUILD SUCCESSFUL
> Total time: 4 minutes 25 seconds
> + cd ../ejb3
> + ./build.sh -f build-test.xml jars tests
> Buildfile: build-test.xml
> [echo]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build...
>
> init:
>
> compile-classes:
> [mkdir] Created dir:
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [javac] Compiling 5 source files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] Compiling 1215 source files to
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:12: warning: unmappable character for encoding ASCII
> [javac] * @author Ortwin Gl?ck
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:19: warning: unmappable character for encoding ASCII
> [javac] * @author Ortwin Gl???ck
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:19: warning: unmappable character for encoding ASCII
> [javac] * @author Ortwin Gl???ck
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:19: warning: unmappable character for encoding ASCII
> [javac] * @author Ortwin Gl???ck
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:36: cannot find symbol
> [javac] symbol : class WebContext
> [javac] location: package org.jboss.ws.annotation
> [javac] import org.jboss.ws.annotation.WebContext;
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:25: cannot find symbol
> [javac] symbol : class WebContext
> [javac] location: package org.jboss.ws.annotation
> [javac] import org.jboss.ws.annotation.WebContext;
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:39: cannot find symbol
> [javac] symbol: class WebContext
> [javac] @WebContext(contextRoot="jaxws-context",
urlPattern="/*")
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:38: cannot find symbol
> [javac] symbol: class WebContext
> [javac] @WebContext(contextRoot="jsr181", urlPattern="/*")
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:63: warning: [deprecation] getInstance(java.lang.Class) in org.apache.log4j.Category has
been deprecated
> [javac] log = Category.getInstance(Session30Bean.class);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:63: warning: [deprecation] getInstance(java.lang.Class) in org.apache.log4j.Category has
been deprecated
> [javac] log = Category.getInstance(Session30Bean.class);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:63: warning: [deprecation] getInstance(java.lang.Class) in org.apache.log4j.Category has
been deprecated
> [javac] log = Category.getInstance(Session30Bean.class);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:129: warning: [deprecation]
setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials)
in org.apache.commons.httpclient.HttpState has been deprecated
> [javac] httpConn.getState().setCredentials(realm, url.getHost(),
auth);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:76: warning: [deprecation] getActiveSubject() in org.jboss.security.AuthenticationManager
has been deprecated
> [javac] Subject s0 = mgr.getActiveSubject();
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:129: warning: [deprecation]
setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials)
in org.apache.commons.httpclient.HttpState has been deprecated
> [javac] httpConn.getState().setCredentials(realm, url.getHost(),
auth);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:129: warning: [deprecation]
setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials)
in org.apache.commons.httpclient.HttpState has been deprecated
> [javac] httpConn.getState().setCredentials(realm, url.getHost(),
auth);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:129: warning: [deprecation]
setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials)
in org.apache.commons.httpclient.HttpState has been deprecated
> [javac] httpConn.getState().setCredentials(realm, url.getHost(),
auth);
> [javac] ^
> [javac]
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:129: warning: [deprecation]
setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials)
in org.apache.commons.httpclient.HttpState has been deprecated
> [javac] httpConn.getState().setCredentials(realm, url.getHost(),
auth);
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 4 errors
> [javac] 13 warnings
>
> BUILD FAILED
>
http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/...
:356: Compile failed; see the compiler error output for details.
>
> Total time: 6 seconds
> Recording test results
> No test report files were found. Configuration error?
> Failed to send e-mail to thomas.diesler(a)jboss.com because no e-mail address is
known, and no default e-mail domain is configured
>
>