JEMS installer for JBossAS 4.2.1.GA
by Rajesh Rajasekaran
The JEMS installer for JBossAS 4.2.1.GA (JEMS Installer 1.2.1.CR3) packages
JBoss Portal 2.6.GA for the portal configuration
and includes JBoss Messaging 1.3.0.GA.
What should be the testing criteria for these components?
JBoss Portal 2.6.GA ships with JBossAS 4.0.5.GA and there is no continuous
integration testing of portal 2.6.x with jboss-4.2.x.
JBoss Messaging 1.3.0.GA was never included in JBoss AS Branch_4_2. Is there
some sort of integration testing that can be used
for testing jboss messaging with JBoss AS 4.2.1.GA?
The installer release process
(http://wiki.jboss.org/wiki/Wiki.jsp?page=JEMSInstallerReleaseGuide) just
verifies the functionalities of the
Installer assuming all the components that go into it work together.
I just brought this up to verify the above components work before releasing
the installer.
Thanks
Rajesh
17 years, 5 months
JBossAS branches 3_2 and 4_0
by Dimitris Andreadis
I get this question once every while, so just to make this clear:
There is no intention of producing another 3.2.x or 4.0.x JBossAS version.
In JIRA you may see a reference to 3.2.8.SP2 and 4.0.5.SP1. This is just to track occasional
check-ins to those branches, like bug fixes that eventually target a cumulative patch
branch, and need to be tested.
So you don't need to mechanically check-in new stuff in those branches, every time e.g. you
fix something in Branch_4_2.
The only reason to actually produce a new SP release from those branches, is the discovery
of a very important security problem. And even then we have the options of releasing a
patched library.
Testsuite runs are still active on Branch_3_2 and Branch_4_0. They don't run completely
clean due to mostly transient failures, but we don't have the cycles to fix them (maybe a
good job for an intern?)
If you still have questions, let me know.
Cheers
/Dimitris
17 years, 5 months
SVN Service affecting changes: tonight 9:00 pm.
by Tom Benninger
All,
Svn.labs.jboss.com and cms.labs.jboss.com are having new SSL
certificates installed tonight between 9:00 pm and 10:00 pm Eastern time.
Both of these domains host SVN repositories, and some SVN clients
require certificates to be manually accepted. We have found this to be
the case even with certs was issued from a signing authorities included
in most browsers.
If you have problems connecting to SVN, try using 'svn update' to
reconnect, accept the new certificate, and re-authenticate.
We apologize for any inconvenience this may cause.
Thanks,
Tom Benninger
17 years, 5 months
RE: Community
by Rajesh Rajasekaran
Now we have the testsuite running to completion with Scott's fixes
yesterday.
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-sun-1.5/200
70712214357/results/index.html
Summary:
Tests Failures Errors Success rate
3302 167 308 85.61%
Some of the broad categories to start looking at:
Clustering: 110 failures
JBoss Messaging: 49 failures
Jboss web: 34 failures
Deployers: 25 failures
JBoss MX: 27 failures
Classloader: 16 failures
Jacc: 14 failures
Profileservice: 13 failures
Security: 12 failures
Jca: 12 failures
Jaxr: 9 failures
_____
From: thecore-bounces(a)redhat.com [mailto:thecore-bounces@redhat.com] On
Behalf Of Andrig T Miller
Sent: Thursday, July 12, 2007 4:39 PM
To: Sacha Labourey
Cc: rcampbel(a)redhat.com; The Core; bill(a)jboss.org
Subject: Re: Community
If you guys want, I can open the JIRA's for the failing tests, since I poor
over the build logs for the e-mail I have sent out the last two Monday's
anyway. The only thing I will need some help with is how I determine who to
assign it too. Is there something in the build log I can key off of for
specific tests?
Andy
On Tue, 2007-07-10 at 16:27 +0200, Sacha Labourey wrote:
Whatever is the solution, who is responsible for this? who is stepping
up to get back to an healthy point, we are not going to go anywhere with
5.0 unless this is fixed, now.
17 years, 5 months
Dependencies in JBossAS
by Adrian
The sooner we move to maven the better for JBossAS.
At least then you can get reports to find out how where
things are coming from.
Question: Do you know who decides the version of wsdlj we
use in JBossAS?
Even though it is a direct dependency of the main "server" project.
It's in its classpath!
Answer: JBossWS.
We don't express that dependency directly, we inherit
it from a chain of imports in jbossws-* projects
in the repository.jboss.com definition.
I wonder how many other brittle dependencies
like this there are?
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 5 months
Re: Community
by Brian Stansberry
Good news, bad news.
Good news:
A lot of the clustering tests get executed multiple times with different
configs. Accounting for that, the # of clustering failures is 17 and #
of errors is 7.
Bad news:
The # of clustering failures is 17 and # of errors is 7.
I've been knocking off failures for a few weeks now and will keep at it
until they're gone.
Sacha Labourey wrote:
> OK, great, thanks Scott.
>
> Now, project leads, if your project is mentioned below, you know what's
> on your plate. We want 0 problem in this testsuite, otherwise, we send
> you "the cleaner" aka "Build Burke", and he will take care of your project.
>
> Onto 5.0!!!!!
>
>
> On 07/13/2007 06:06 PM, Rajesh Rajasekaran wrote:
>> Now we have the testsuite running to completion with Scott’s fixes
>> yesterday.
>>
>> http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-sun-1.5/...
>>
>>
>>
>>
>> Summary:
>>
>> **Tests Failures Errors Success rate**
>>
>> 3302 167 308 85.61%
>>
>>
>>
>> Some of the broad categories to start looking at:
>>
>>
>>
>> Clustering: 110 failures
>>
>>
>>
>> JBoss Messaging: 49 failures
>>
>>
>>
>> Jboss web: 34 failures
>>
>>
>>
>> Deployers: 25 failures
>>
>>
>>
>> JBoss MX: 27 failures
>>
>>
>>
>> Classloader: 16 failures
>>
>>
>>
>> Jacc: 14 failures
>>
>>
>>
>> Profileservice: 13 failures
>>
>>
>>
>> Security: 12 failures
>>
>>
>>
>> Jca: 12 failures
>>
>>
>>
>> Jaxr: 9 failures
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> *From:* thecore-bounces(a)redhat.com [mailto:thecore-bounces@redhat.com]
>> *On Behalf Of *Andrig T Miller
>> *Sent:* Thursday, July 12, 2007 4:39 PM
>> *To:* Sacha Labourey
>> *Cc:* rcampbel(a)redhat.com; The Core; bill(a)jboss.org
>> *Subject:* Re: Community
>>
>>
>>
>> If you guys want, I can open the JIRA's for the failing tests, since I
>> poor over the build logs for the e-mail I have sent out the last two
>> Monday's anyway. The only thing I will need some help with is how I
>> determine who to assign it too. Is there something in the build log I
>> can key off of for specific tests?
>>
>> Andy
>>
>> On Tue, 2007-07-10 at 16:27 +0200, Sacha Labourey wrote:
>>
>>
>>
>> Whatever is the solution, who is responsible for this? who is stepping
>> up to get back to an healthy point, we are not going to go anywhere with
>> 5.0 unless this is fixed, now.
>>
>>
>>
>
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com
17 years, 5 months
Re: Community
by Clebert Suconic
>> JBoss Messaging: 49 failures
>>
Most of the failures are configuration issues... I have fixed most of
them on my local branch 4.2.
There are few tests that don't make a lot of sense (expecting some
behavior specific to JbossMQ) and there is some config on security that
needs to be fixed.
I will be fixing that next week. It won't be a lot of work as I have
already done a lot while installing JBM into 4.2 into my local copy.
Sacha Labourey wrote:
> OK, great, thanks Scott.
>
> Now, project leads, if your project is mentioned below, you know what's
> on your plate. We want 0 problem in this testsuite, otherwise, we send
> you "the cleaner" aka "Build Burke", and he will take care of your project.
>
> Onto 5.0!!!!!
>
>
> On 07/13/2007 06:06 PM, Rajesh Rajasekaran wrote:
>> Now we have the testsuite running to completion with Scott’s fixes
>> yesterday.
>>
>> http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-sun-1.5/...
>>
>>
>>
>>
>> Summary:
>>
>> **Tests Failures Errors Success rate**
>>
>> 3302 167 308 85.61%
>>
>>
>>
>> Some of the broad categories to start looking at:
>>
>>
>>
>> Clustering: 110 failures
>>
>>
>>
>> JBoss Messaging: 49 failures
>>
>>
>>
>> Jboss web: 34 failures
>>
>>
>>
>> Deployers: 25 failures
>>
>>
>>
>> JBoss MX: 27 failures
>>
>>
>>
>> Classloader: 16 failures
>>
>>
>>
>> Jacc: 14 failures
>>
>>
>>
>> Profileservice: 13 failures
>>
>>
>>
>> Security: 12 failures
>>
>>
>>
>> Jca: 12 failures
>>
>>
>>
>> Jaxr: 9 failures
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> *From:* thecore-bounces(a)redhat.com [mailto:thecore-bounces@redhat.com]
>> *On Behalf Of *Andrig T Miller
>> *Sent:* Thursday, July 12, 2007 4:39 PM
>> *To:* Sacha Labourey
>> *Cc:* rcampbel(a)redhat.com; The Core; bill(a)jboss.org
>> *Subject:* Re: Community
>>
>>
>>
>> If you guys want, I can open the JIRA's for the failing tests, since I
>> poor over the build logs for the e-mail I have sent out the last two
>> Monday's anyway. The only thing I will need some help with is how I
>> determine who to assign it too. Is there something in the build log I
>> can key off of for specific tests?
>>
>> Andy
>>
>> On Tue, 2007-07-10 at 16:27 +0200, Sacha Labourey wrote:
>>
>>
>>
>> Whatever is the solution, who is responsible for this? who is stepping
>> up to get back to an healthy point, we are not going to go anywhere with
>> 5.0 unless this is fixed, now.
>>
>>
>>
>
17 years, 5 months
Re: [jboss-dev] Re: WS broke Branch_4_2
by Dimitris Andreadis
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
>
17 years, 5 months