List Info

Thread: Re: Re: WS broke Branch_4_2




Re: Re: WS broke Branch_4_2
user name
2007-07-10 10:41:25
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
<carlonerdnet.nl>
>>>>>>>>> To: dev-ejb3jboss.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_EJB
3_4.2/26/changes
>>>>>>>>>
>>>>>>>>> Changes:
>>>>>>>>>
>>>>>>>>> [thomas.dieslerjboss.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/src/main/org/jboss/ejb3/Ejb3Deployment.java
 
>>>>>>>>> :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/B
ranch_4_2/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java

>>>>>>>>> :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/src/main/org/jboss/ejb3/statefu
l/StatefulContainer.java 
>>>>>>>>> :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/src/main/org/jboss/ejb3/statefu
l/StatefulContainer.java 
>>>>>>>>> :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/JBo
ss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/ejb3/cache
/tree/StatefulTreeCache.java 
>>>>>>>>> :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/w
s/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/JBCCache.ja
va 
>>>>>>>>> :141: warning:
[deprecation] 
>>>>>>>>>
putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.O
bject,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/w
s/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/JBCCache.ja
va 
>>>>>>>>> :149: warning:
[deprecation] 
>>>>>>>>>
putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.O
bject,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/w
s/Branch_4_2/ejb3/src/main/org/jboss/injection/EJBHandler.ja
va 
>>>>>>>>> :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/w
s/Branch_4_2/ejb3/src/main/org/jboss/injection/EJBHandler.ja
va 
>>>>>>>>> :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/src/main/org/jboss/injection/InjectionU
til.java 
>>>>>>>>> :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/src/main/org/jboss/injection/InjectionU
til.java 
>>>>>>>>> :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_EJB
3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/JndiIn
jectHandler.java 
>>>>>>>>> :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_EJB
3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/JndiIn
jectHandler.java 
>>>>>>>>> :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/J
Boss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injectio
n/PersistenceContextHandler.java 
>>>>>>>>> :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/J
Boss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injectio
n/PersistenceContextHandler.java 
>>>>>>>>> :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/JBos
s_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/P
ersistenceUnitHandler.java 
>>>>>>>>> :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/JBos
s_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/P
ersistenceUnitHandler.java 
>>>>>>>>> :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/src/main/org/jboss/injection/Web
ServiceRefHandler.java 
>>>>>>>>> :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/src/main/org/jboss/injection/Web
ServiceRefHandler.java 
>>>>>>>>> :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/output/
build-marker 
>>>>>>>>>
>>>>>>>>> jars:
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>       [jar] Building
jar: 
>>>>>>>>> http://wolf.ne
rdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/o
utput/lib/jboss-ejb3.jar 
>>>>>>>>>       [jar] Building
jar: 
>>>>>>>>> http://w
olf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/
ejb3/output/lib/hibernate-client.jar 
>>>>>>>>>       [jar] Building
jar: 
>>>>>>>>> http://
wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2
/ejb3/output/lib/jboss-ejb3-client.jar 
>>>>>>>>>       [jar] Building
jar: 
>>>>>>>>> ht
tp://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branc
h_4_2/ejb3/output/lib/jboss-annotations-ejb3.jar 
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.ner
dnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/ou
tput/lib/ejb3.deployer 
>>>>>>>>>      [copy] Copying 4
files to 
>>>>>>>>> http://wolf.ner
dnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/ou
tput/lib/ejb3.deployer 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/h
udson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
>>>>>>>>>
>>>>>>>>> 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/Br
anch_4_2/build/output/jboss-4.2.1.GA/server/all/deploy 
>>>>>>>>>      [copy] Copying 3
files to 
>>>>>>>>> http://wol
f.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/bu
ild/output/jboss-4.2.1.GA/client 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> ht
tp://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branc
h_4_2/build/output/jboss-4.2.1.GA/server/all/lib 
>>>>>>>>>      [copy] Copying 2
files to 
>>>>>>>>> http://wol
f.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/bu
ild/output/jboss-4.2.1.GA/client 
>>>>>>>>>
>>>>>>>>> modules-most:
>>>>>>>>>
>>>>>>>>> thirdparty:
>>>>>>>>>
>>>>>>>>> thirdparty:
>>>>>>>>>      [copy] Copying 2
files to 
>>>>>>>>> http://wolf.n
erdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build
/output/jboss-4.2.1.GA/lib 
>>>>>>>>>      [copy] Copying 3
files to 
>>>>>>>>> http://wolf.n
erdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build
/output/jboss-4.2.1.GA/lib 
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http
://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_
4_2/build/output/jboss-4.2.1.GA/lib/endorsed 
>>>>>>>>>      [copy] Copying 3
files to 
>>>>>>>>> http
://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_
4_2/build/output/jboss-4.2.1.GA/lib/endorsed 
>>>>>>>>>      [copy] Copying 22
files to 
>>>>>>>>> http://wol
f.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/bu
ild/output/jboss-4.2.1.GA/client 
>>>>>>>>>      [copy] Copying 14
files to 
>>>>>>>>> ht
tp://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branc
h_4_2/build/output/jboss-4.2.1.GA/server/all/lib 
>>>>>>>>>     [unzip] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB
3_4.2/ws/Branch_4_2/thirdparty/jboss/jbossws-spi/lib/jbossws
-spi-scripts.zip  
>>>>>>>>> into 
>>>>>>>>> http://wolf.n
erdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build
/output/jboss-4.2.1.GA/bin 
>>>>>>>>>     [unzip] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/thirdparty/jboss/jbossws/lib/jbossws-core-s
cripts.zip  
>>>>>>>>> into 
>>>>>>>>> http://wolf.n
erdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build
/output/jboss-4.2.1.GA/bin 
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJ
B3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/server/all/
deploy/jbossws.sar 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_E
JB3_4.2/ws/Branch_4_2/thirdparty/jboss/jbossws-native42/lib/
jbossws-native42.sar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJ
B3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/server/all/
deploy/jbossws.sar 
>>>>>>>>>
>>>>>>>>> partition-build:
>>>>>>>>>
>>>>>>>>> partition-default:
>>>>>>>>>      [copy] Copying 300
files to 
>>>>>>>>> ht
tp://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branc
h_4_2/build/output/jboss-4.2.1.GA/server/default 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180
/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-
4.2.1.GA/server/default/deploy/jboss-web.deployer/META-INF 
>>>>>>>>>      [copy] Copying 12
files to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/server/default/
deploy/jms 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/server/default/
deploy/jms 
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job
/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/se
rver/default/deploy/http-invoker.sar 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf
.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/var
ia/output/lib/http-invoker.sar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job
/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/se
rver/default/deploy/http-invoker.sar 
>>>>>>>>>
>>>>>>>>> partition-minimal:
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/w
s/Branch_4_2/build/output/jboss-4.2.1.GA/server/minimal/depl
oy 
>>>>>>>>>      [copy] Copying 4
files to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/
Branch_4_2/build/output/jboss-4.2.1.GA/server/minimal/conf 
>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/
Branch_4_2/build/output/jboss-4.2.1.GA/server/minimal/conf 
>>>>>>>>>      [copy] Copying 3
files to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/B
ranch_4_2/build/output/jboss-4.2.1.GA/server/minimal/lib

>>>>>>>>>      [copy] Copying 1
file to 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/B
ranch_4_2/build/output/jboss-4.2.1.GA/server/minimal/lib

>>>>>>>>>
>>>>>>>>>
bypass-jboss-all-client:
>>>>>>>>>
>>>>>>>>> jboss-all-client:
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/w
s/Branch_4_2/build/output/jboss-4.2.1.GA/client/concurrent.j
ar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss
_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/h
ibernate-annotations.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3
_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/hibern
ate-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBos
s_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/
jboss-aop-jdk50-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/J
Boss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/clie
nt/jboss-aspect-jdk50-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2
/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss-clie
nt.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_E
JB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbo
ss-common-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3
_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss-
deployment.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB
3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss
-ejb3-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB
3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss
-iiop-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/w
s/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss-j2ee.j
ar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJ
B3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbos
s-jsr77-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss-re
moting.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_E
JB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbo
ss-serialization.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3
_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jboss-
srp-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_E
JB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbo
ss-system-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JB
oss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/clien
t/jboss-transaction-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbosscx-
client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbossha-
client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbossmq-
client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4
.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbosssx-
client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/w
s/Branch_4_2/build/output/jboss-4.2.1.GA/client/jmx-client.j
ar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/
JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/cli
ent/jmx-invoker-adaptor-client.jar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/w
s/Branch_4_2/build/output/jboss-4.2.1.GA/client/jnp-client.j
ar  
>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>     [unjar] Expanding:

>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Br
anch_4_2/build/output/jboss-4.2.1.GA/client/xmlsec.jar 

>>>>>>>>> into 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/build 
>>>>>>>>>       [jar] Building
jar: 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_
4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client/jbossal
l-client.jar 
>>>>>>>>>    [delete] Deleting
directory 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudso
n/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/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.nerdn
et.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/out
put/jboss-4.2.1.GA 
>>>>>>>>>
>>>>>>>>> init:
>>>>>>>>>
>>>>>>>>> compile-classes:
>>>>>>>>>     [mkdir] Created
dir: 
>>>>>>>>> http://wolf.nerdnet.
nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/
test-classes 
>>>>>>>>>     [javac] Compiling 5
source files to 
>>>>>>>>> http://wolf.nerdnet.
nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/
test-classes 
>>>>>>>>>     [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/output/
test-classes 
>>>>>>>>>     [javac] 
>>>>>>>>> http://wolf.nerdnet.nl:818
0/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/
jboss/ejb3/test/regression/ejbthree440/model/MyResource.java
 
>>>>>>>>> :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/src/test/
org/jboss/ejb3/test/regression/ejbthree440/unit/FailingTestC
ase.java 
>>>>>>>>> :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/src/test/
org/jboss/ejb3/test/regression/ejbthree440/unit/FailingTestC
ase.java 
>>>>>>>>> :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/src/test/
org/jboss/ejb3/test/regression/ejbthree440/unit/FailingTestC
ase.java 
>>>>>>>>> :19: warning:
unmappable character for encoding ASCII
>>>>>>>>>     [javac]  * author
Ortwin Gl???ck
>>>>>>>>>     [javac]            
          ^
>>>>>>>>>     [javac] 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB
3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/jaxws/
EndpointEJB.java 
>>>>>>>>> :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/src/test/org/jboss/ejb3/t
est/webservices/jsr181/EJB3Bean.java 
>>>>>>>>> :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_EJB
3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/jaxws/
EndpointEJB.java 
>>>>>>>>> :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/src/test/org/jboss/ejb3/t
est/webservices/jsr181/EJB3Bean.java 
>>>>>>>>> :38: cannot find
symbol
>>>>>>>>>     [javac] symbol:
class WebContext
>>>>>>>>>     [javac] WebContext(contextRoot="jsr181",
urlPattern="/*")
>>>>>>>>>     [javac]  ^
>>>>>>>>>     [javac] 
>>>>>>>>> http://wolf.nerdnet.nl:8180/hudson/job/J
Boss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/tes
t/classloader/Session30Bean.java 
>>>>>>>>> :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/JBos
s_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/c
lassloader/SharedBean.java 
>>>>>>>>> :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/JB
oss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test
/classloader/UnsharedBean.java 
>>>>>>>>> :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/src/test/org/jboss/ej
b3/test/clusteredservice/unit/HttpUtils.java 
>>>>>>>>> :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/j
ob/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3
/test/dd/web/servlets/SubjectFilter.java 
>>>>>>>>> :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/src/test/org/jboss/ejb3/test/dd
/web/util/HttpUtils.java 
>>>>>>>>> :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_EJ
B3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/jsp/u
nit/HttpUtils.java 
>>>>>>>>> :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/src/test/org/jboss/ejb3/t
est/security/servlets/HttpUtils.java 
>>>>>>>>> :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/JBos
s_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/s
ervlet/unit/HttpUtils.java 
>>>>>>>>> :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:81
80/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/build-test.x
ml 
>>>>>>>>> :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.dieslerjboss.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-developmentlists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
> 
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )