dev@jersey.java.net

Build failed in Hudson: Jersey #2465

From: Hudson <hudson-admins_at_sun.com>
Date: Mon, 16 Nov 2009 01:42:10 -0800 (PST)

See <http://hudson.sfbay/job/Jersey/2465/changes>

Changes:

[Paul Sandoz] Further test case for issue 418

[Paul Sandoz] - Fixed issue 422
  https://jersey.dev.java.net/issues/show_bug.cgi?id=422
  The container response filter of the server-side LoggingFilter now ensures
  that when the ServletContainer is utilized response headers are written when
  there is no response entity present.
  This was a regression as the ContainerResponseAdapter of the LoggingFilter
  was not correctly adapting the finish method.
- Fixed issue 423
  https://jersey.dev.java.net/issues/show_bug.cgi?id=423
  Injection on to 299 managed beans in the dependent scope (scope is managed
  by Jersey) is correctly supported for Jersey-based injection artifacts
  such as @Context ResourceContext and @Inject T.
- Fixed issue 125
  https://jersey.dev.java.net/issues/show_bug.cgi?id=125
  @FormParam injection is supported for the same targets as other @*Param
  annotations. Injection will only occur if there is a request entity
  of the type "application/x-www-form-urlencoded", otherwise an
  IllegalStateException will be thrown.
  Form parameter beans are now supported, and the
  @com.sun.jersey.spi.inject.Inject annotation may now be utilized to obtain
  such beans, for example:
    class MyFormBean {
       @FormParam("a") String a;
       @FormParam("b") String b;
    }

    @Path("foo")
    class MyResource {
      @POST
      public ... post(@Inject MyFormBean b) { ... }
    }
- Fixed issue 424
  https://jersey.dev.java.net/issues/show_bug.cgi?id=424
  The @com.sun.jersey.spi.inject.Inject annotation may now be utilized to inject
  a resource class.
  This is the recommend over the approach of using ResourceContext.
  If a per-request managed resource is required to be injected into a
  singleton managed resource then the resource class can be declared as the
  parameterized type of Injectable, for example:
    @Inject Injectable<MyPerRequestResource>
- Fixed issue 418
  https://jersey.dev.java.net/issues/show_bug.cgi?id=418
  Reloading of the servlet container no longer retains previous references to
  root reosurce and provider classes declared in an extension of Application
  or ResourceConfig.
  The root cause: the WebApplication implementation was not cloning the
  ResourceConfig instance passed to it on initiation if additional
  root resource and provider classes needed to be added.

------------------------------------------
[...truncated 345 lines...]
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//package-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//package-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//package-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/constant-values.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/serialized-form.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriTemplate.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriPattern.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriBuilderImpl.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriTemplateParser.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriComponent.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//class-use/UriComponent.Type.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/representation//class-use/Form.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/HeaderDelegateProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/StringReader.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/CloseableService.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/StringReaderWorkers.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/MessageBodyWorkers.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//class-use/StringReaderProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//class-use/ServiceFinder.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//class-use/ServiceConfigurationError.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/PerRequestTypeInjectableProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/InjectableProviderContext.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/Inject.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/Injectable.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/InjectableProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//class-use/SingletonTypeInjectableProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCComponentProcessor.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCComponentProviderFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCComponentProcessorFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCProviderFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCComponentProcessorFactoryInitializer.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCInstantiatedComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCFullyManagedComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCProxiedComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCDestroyable.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//class-use/IoCManagedComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentInjector.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ProviderFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ProviderFactory.Destroyable.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentScope.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentDestructor.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentContext.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentConstructor.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ProviderServices.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ProviderServices.ProviderListener.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ProviderServices.ProviderClass.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/AnnotatedContext.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/ComponentProviderFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//class-use/AccessibleObjectContext.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/ResponseBuilderHeaders.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/VariantListBuilderImpl.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/ContextResolverFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/MessageBodyFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/InjectableProviderFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/AbstractRuntimeDelegate.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/ResponseImpl.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//class-use/ResponseBuilderImpl.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/Base64.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/ReaderWriter.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/StringKeyIgnoreCaseMultivaluedMap.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/KeyComparator.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/KeyComparatorHashMap.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/ThrowHelper.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/MultivaluedMapImpl.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/FeaturesAndProperties.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/StringKeyObjectValueIgnoreCaseMultivaluedMap.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/StringKeyStringValueIgnoreCaseMultivaluedMap.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/StringIgnoreCaseKeyComparator.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//class-use/UnmodifiableMultivaluedMap.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/ParameterizedHeader.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/MatchingEntityTag.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/ContentDisposition.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/ContentDisposition.ContentDispositionBuilder.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/AcceptableToken.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/QualitySourceMediaType.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/AcceptableMediaType.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/Token.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/LanguageTag.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/AcceptableLanguageTag.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/HttpDateFormat.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/InBoundHeaders.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/QualityFactor.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/FormDataContentDisposition.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/FormDataContentDisposition.FormDataContentDispositionBuilder.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/MediaTypes.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//class-use/OutBoundHeaders.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header/reader//class-use/HttpHeaderReader.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header/reader//class-use/HttpHeaderReader.Event.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header/reader//class-use/HttpHeaderReader.ListElementCreator.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//class-use/MethodList.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//class-use/AnnotatedMethod.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//class-use/ReflectionHelper.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//class-use/ReflectionHelper.DeclaringClassInterfacePair.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//class-use/ReflectionHelper.ClassTypePair.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider/jaxb//class-use/AbstractJAXBProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider/jaxb//class-use/AbstractJAXBElementProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider/jaxb//class-use/AbstractRootElementProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider/jaxb//class-use/AbstractListElementProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider//class-use/AbstractMessageReaderWriterProvider.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider//class-use/CompletableReader.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider//class-use/EntityHolder.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//class-use/Localizable.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//class-use/Localizer.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//class-use/LocalizableMessageFactory.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//class-use/LocalizableMessage.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//class-use/SpiMessages.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//class-use/ApiMessages.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//class-use/ImplMessages.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/representation//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/api/uri//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/header/reader//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/provider/jaxb//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/reflection//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/component/ioc//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/spi/factory//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/core/util//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/impl//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/localization//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/inject//package-use.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/com/sun/jersey/spi/service//package-use.html...>
Building index for all the packages and classes...
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/overview-tree.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/index-all.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/allclasses-frame.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/allclasses-noframe.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/index.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/overview-summary.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/help-doc.html...>
Generating <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/apidocs/stylesheet.css...>
6 warnings
[WARNING] Javadoc Warnings
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProvider.java>:55: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:66: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:88: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/core/spi/component/ProviderServices.java>:74: warning - @param argument "injectableFactory" is not a parameter name.
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:66: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
[WARNING] <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/java/com/sun/jersey/spi/inject/InjectableProviderContext.java>:88: warning - Tag @link: reference not found: com.sun.jersey.api.model.Parameter
[INFO] Building jar: <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/jersey-core-1.1.5-ea-SNAPSHOT-javadoc.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 11/16/2009 01:41 AM at timestamp: 1258364507614
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/generated-sources/rsrc-gen> added.
[INFO] [istack-commons:rs-gen {execution: default}]
Resources:
com/sun/jersey/impl/impl.properties
com/sun/jersey/impl/api.properties
com/sun/jersey/impl/spi.properties
Skipping <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/resources/com/sun/jersey/impl/impl.properties>
Skipping <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/resources/com/sun/jersey/impl/api.properties>
Skipping <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/src/main/resources/com/sun/jersey/impl/spi.properties>
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/jersey-core-1.1.5-ea-SNAPSHOT-sources.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/jersey-core-1.1.5-ea-SNAPSHOT.jar> to /files/hudson/.m2/repository/com/sun/jersey/jersey-core/1.1.5-ea-SNAPSHOT/jersey-core-1.1.5-ea-SNAPSHOT.jar
[INFO] Installing <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/jersey-core-1.1.5-ea-SNAPSHOT-javadoc.jar> to /files/hudson/.m2/repository/com/sun/jersey/jersey-core/1.1.5-ea-SNAPSHOT/jersey-core-1.1.5-ea-SNAPSHOT-javadoc.jar
[INFO] Installing <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-core/target/jersey-core-1.1.5-ea-SNAPSHOT-sources.jar> to /files/hudson/.m2/repository/com/sun/jersey/jersey-core/1.1.5-ea-SNAPSHOT/jersey-core-1.1.5-ea-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building jersey-server
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin: checking for updates from maven2-repository.dev.java.net
[INFO] artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin: checking for updates from maven-repository.dev.java.net
[INFO] [clean:clean]
[INFO] Deleting directory <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/target>
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 11/16/2009 01:41 AM at timestamp: 1258364509363
[INFO] [jaxb2:generate {execution: default}]
Cannot find CatalogManager.properties
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 273 source files to <http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/src/main/java/com/sun/jersey/server/impl/application/WebApplicationImpl.java>:[490,14] cannot find symbol
symbol : method init(com.sun.jersey.server.impl.component.ResourceFactory,com.sun.jersey.core.spi.component.ComponentContext)
location: class com.sun.jersey.server.impl.model.ResourceClass

<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/src/main/java/com/sun/jersey/server/impl/application/WebApplicationImpl.java>:[513,10] cannot find symbol
symbol : method initSingleton(java.lang.Object)
location: class com.sun.jersey.server.impl.model.ResourceClass

<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/src/main/java/com/sun/jersey/server/impl/model/ResourceClass.java>:[200,36] getComponentProvider(com.sun.jersey.core.spi.component.ComponentContext,java.lang.Class) in com.sun.jersey.server.impl.component.ResourceFactory cannot be applied to (java.lang.Class<capture of ?>)

<http://hudson.sfbay/job/Jersey/ws/jersey/jersey-server/src/main/java/com/sun/jersey/server/impl/model/ResourceClass.java>:[216,26] <anonymous com.sun.jersey.server.impl.model.ResourceClass$1> is not abstract and does not override abstract method getScope() in com.sun.jersey.server.spi.component.ResourceComponentProvider


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 8 seconds
[INFO] Finished at: Mon Nov 16 01:42:09 PST 2009
[INFO] Final Memory: 27M/49M
[INFO] ------------------------------------------------------------------------