I mean it's a mistake to not support JAX-WS in EAP 4.2. We already
support it in 4.0.X , so customer's are actually *losing* support by
upgrading to EAP 4.2.
The customer doesn't really care what jbossws version provides them that
functionality. Somehow it needs to work.
On Tue, 2007-07-10 at 18:41 +0300, Dimitris Andreadis wrote:
AFAIK, it was never planned to have WS2.0 in EAP4.2
Sacha Labourey wrote:
> WS2.0 hasn't been released on time to be part of EAP4.2 AFAICT
>
> On 07/10/2007 05:04 PM, Jason T. Greene wrote:
>> That's a big mistake, but I guess I have already said that.
>>
>> On Tue, 2007-07-10 at 16:16 +0200, Thomas Diesler wrote:
>>> ok, EAP 4.2.x without jaxws support it is.
>>>
>>> On Tue, 2007-07-10 at 12:43 +0300, Dimitris Andreadis wrote:
>>>> I keep hearing this argument about non-up-to-date standards or
>>>> implementations, and to a certain degree, I do understand it from
>>>> the project's point of view.
>>>>
>>>> The problem, when trying to get the platforms out, is we need to be
>>>> able to freeze the feature set well in advance, otherwise it just
>>>> becomes unmanageable.
>>>>
>>>> At this moment we have various webservices stacks in 3.2.x & 4.0.x
>>>> (& now 4.2.x) that we need to support. The way it is now, clients
>>>> are not forced to migrate from EAP 4.2.0 to 4.2.1 (even if it
>>>> includes a new WS stack), they can stick with 4.2.0 and cumulative
>>>> patches and we just have to support them.
>>>>
>>>> So unless there is a support policy change, I don't think we'll
gain
>>>> something by doing a jbossws upgrade on Branch_4_2.
>>>>
>>>> I've forked Branch_4_2 onto Branch_4_4 to do the jbossws and jboss
>>>> messaging upgrades there.
>>>>
>>>> I'll probably rollback the jbossws change on Branch_4_2.
>>>>
>>>> Thomas Diesler wrote:
>>>>> It can't be that simple for technology preview implementations.
>>>>> The jbossws-1.2.x is jaxrpc only with a tech preview of jaxws.
>>>>> Users of
>>>>> preview code (i.e. Carlo) do this at their own risk and will likely
>>>>> have
>>>>> to change some implementation details once a tech becomes GA.
>>>>>
>>>>> Please beware that currently users of AS42 are forced to use an
>>>>> outdated
>>>>> web service standard from 2 years ago (jaxrpc) which IMHO makes no
>>>>> sense
>>>>> at all.
>>>>>
>>>>> In case you are certain that you want to drop jaxws for Branch_4_2
you
>>>>> can do
>>>>> svn merge -r63884:63840
>>>>>
https://svn.jboss.org/repos/jbossas/branches/Branch_4_2
>>>>>
>>>>> Also, @WebContext is jaxws and therefore not supported in AS42.
>>>>> This is
>>>>> the answer you will have to give to customers and I tell you they
will
>>>>> not like it.
>>>>>
>>>>> cheers
>>>>> -thomas
>>>>>
>>>>> On Mon, 2007-07-09 at 22:10 +0300, Dimitris Andreadis wrote:
>>>>>> Whatever goes in Branch_4_2 must be backward compatible,
it's that
>>>>>> simple.
>>>>>>
>>>>>> It seems that we'll have to create a new Branch_4_4 for this
type
>>>>>> of changes.
>>>>>>
>>>>>> Carlo de Wolf wrote:
>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>> --
>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>> Thomas Diesler
>>> Web Service Lead
>>> JBoss, a division of Red Hat
>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>>
>>>
>>> _______________________________________________
>>> jboss-development mailing list
>>> jboss-development(a)lists.jboss.org
>>>
https://lists.jboss.org/mailman/listinfo/jboss-development
>
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development --
Jason T. Greene
Lead, POJO Cache
JBoss, a division of Red Hat