[jboss-dev] Re: WS broke Branch_4_2

Jason T. Greene jason.greene at redhat.com
Tue Jul 10 11:04:51 EDT 2007


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 at nerdnet.nl>
> > >>>>> To: dev-ejb3 at 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 at 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/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/Branch_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/stateful/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/stateful/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/JBoss_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/ws/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/JBCCache.java :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/src/main/org/jboss/ejb3/entity/JBCCache.java :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/src/main/org/jboss/injection/EJBHandler.java :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/src/main/org/jboss/injection/EJBHandler.java :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/InjectionUtil.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/InjectionUtil.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_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/JndiInjectHandler.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_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/JndiInjectHandler.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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/PersistenceUnitHandler.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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/main/org/jboss/injection/PersistenceUnitHandler.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/WebServiceRefHandler.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/WebServiceRefHandler.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/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
> > >>>>>       [jar] Building jar: http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib/jboss-ejb3.jar 
> > >>>>>       [jar] Building jar: http://wolf.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: http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib/jboss-annotations-ejb3.jar 
> > >>>>>     [mkdir] Created dir: http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib/ejb3.deployer 
> > >>>>>      [copy] Copying 4 files to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib/ejb3.deployer 
> > >>>>>      [copy] Copying 1 file to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
> > >>>>>      [copy] Copying 1 file to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
> > >>>>>      [copy] Copying 1 file to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
> > >>>>>      [copy] Copying 1 file to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/output/lib 
> > >>>>>      [copy] Copying 1 file to http://wolf.nerdnet.nl:8180/hudson/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/Branch_4_2/build/output/jboss-4.2.1.GA/server/all/deploy 
> > >>>>>      [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/client 
> > >>>>>      [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/all/lib 
> > >>>>>      [copy] Copying 2 files to http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client 
> > >>>>>
> > >>>>> 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/output/jboss-4.2.1.GA/lib 
> > >>>>>      [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 
> > >>>>>     [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://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/jboss-4.2.1.GA/client 
> > >>>>>      [copy] Copying 14 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/all/lib 
> > >>>>>     [unzip] Expanding: http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/thirdparty/jboss/jbossws-spi/lib/jbossws-spi-scripts.zip  into http://wolf.nerdnet.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-scripts.zip  into http://wolf.nerdnet.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_EJB3_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_EJB3_4.2/ws/Branch_4_2/thirdparty/jboss/jbossws-native42/lib/jbossws-native42.sar  into http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_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 http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_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/server/default/deploy/http-invoker.sar 
> > >>>>>     [unjar] Expanding: http://wolf.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/varia/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/server/default/deploy/http-invoker.sar 
> > >>>>>
> > >>>>> partition-minimal:
> > >>>>>     [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/server/minimal/deploy 
> > >>>>>      [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/Branch_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/Branch_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/hudson/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/concurrent.jar  into http://wolf.nerdnet.nl:8180/hudson/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/hibernate-annotations.jar  into http://wolf.nerdnet.nl:8180/hudson/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/hibernate-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-aop-jdk50-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-aspect-jdk50-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-common-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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/hudson/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-ejb3-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-iiop-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-j2ee.jar  into http://wolf.nerdnet.nl:8180/hudson/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-jsr77-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-remoting.jar  into http://wolf.nerdnet.nl:8180/hudson/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-serialization.jar  into http://wolf.nerdnet.nl:8180/hudson/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/hudson/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-system-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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-transaction-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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/hudson/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/hudson/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/hudson/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/hudson/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/jmx-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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/jmx-invoker-adaptor-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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/jnp-client.jar  into http://wolf.nerdnet.nl:8180/hudson/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/xmlsec.jar  into http://wolf.nerdnet.nl:8180/hudson/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/jbossall-client.jar 
> > >>>>>    [delete] Deleting directory http://wolf.nerdnet.nl:8180/hudson/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.nerdnet.nl:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/build/output/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:8180/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/FailingTestCase.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/FailingTestCase.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/FailingTestCase.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/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/test/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_EJB3_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/test/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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/classloader/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/JBoss_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/ejb3/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/job/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_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/jsp/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/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/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/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/servlet/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:8180/hudson/job/JBoss_EJB3_4.2/ws/Branch_4_2/ejb3/build-test.xml :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 at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
-- 
Jason T. Greene
Lead, POJO Cache
JBoss, a division of Red Hat




More information about the jboss-development mailing list