See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/42/changes>
Changes: [rmannibucau] OWB-794 more explicit toString with generics - forgot a test [rmannibucau] OWB-794 more explicit toString with generics [rmannibucau] OWB-793 ambiguous typo [rmannibucau] OWB-791 handling N generic types and not only a single one [struberg] upgrade apache parent and enable TCKs for a release [struberg] OWB-788 don't fail on vetoed @Specialized beans [struberg] OWB-788 provide a unit test for further debugging [struberg] upgrade copyright to 2013 [struberg] OWB-710 resolve todos [struberg] OWB-710 finish OWB Arquillian Container [struberg] OWB-710 add WAR support [struberg] OWB-710 add handling for beans.xml in a Jar Archive [struberg] OWB-710 first version of our new arquillian container Only handles JavaArchives for now. beans.xml scanning doesn't work yet, etc work in progress... [struberg] fix javadoc [struberg] OWB-779 remove unused method from SPI This method is unused since almost forever. Finally removing it. [gpetracek] OWB-785 refactoring to support actor-frameworks [struberg] OWB-781 remove usage of scannotation and javassist [struberg] OWB-781 remove javassist from failover and fix broken tests [struberg] OWB-344 remove javassist test code [struberg] OWB-779 fix TCK tests [rmannibucau] OWB-779 importing xbean as main scanner [struberg] fix code formatting [covener] [OWB-771] add unit test for making sure the InovcationTarget#getTarget is still around during interceptors catching an Exception. Already worked on trunk after refactor from InvocationContextImpl. [struberg] OWB-344 remove unused code and document removal candidates [struberg] OWB-344 remove more unused code [struberg] OWB-344 add more docs and SuppressWarning for readResolve [struberg] OWB-344 remove now unused dead code [struberg] OWB-344 properly unwrap InvocationTargetException [struberg] OWB-344 add more JavaDoc to explain the reason [struberg] OWB-344 add proxy support for protected methods [struberg] OWB-778 unwrap InvocationTargetException in InterceptorBean [struberg] OWB-344 INVOKEVIRTUAL must really only get used for interfaces and not also for abstract methods [struberg] OWB-344 continue with proxying support for protected methods [struberg] OWB-777 unwrap NormalScope proxies before performing reflection [struberg] OWB-755 always properly clean singleton map on shutdown [struberg] OWB-344 simplify and cleanup code [struberg] OWB-344 replace hand written getMethod with Class.getMethod ... [struberg] OWB-344 remove old TODOs and cleanup unused code [struberg] OWB-344 re-enable warning for non-portable behaviour if decorator is @Alternative [struberg] OWB-344 remove useless test [struberg] OWB-773 fix typo txs to mbenson! [arne] OWB-770: Moved injection points from bean to producer [arne] OWB-770: Removed AbstractInjectionTargetBeanBuilder [struberg] OWB-344 enable test for abstract decorators [struberg] OWB-344 sonar cleanup [struberg] OWB-765 make variables protected [struberg] OWB-769 add serialisation support for InterceptorDecorator proxies [arne] OWB-770: Extracted ProducerFieldBeansBuilder and ProducerMethodBeansBuilder [arne] OWB-770: Extracted ObserverMethodsBuilder [arne] OWB-770: Removed obsolete AnnotatedTypeBeanBuilder [struberg] OWB-344 add JavaDoc to explain the difference between delegate and target [arne] OWB-770: Removed obsolete code [arne] OWB-770: Removed AbstractBeanBuilder [arne] OWB-770: Moved creation of InjectionPoints to InjectionPointFactory [arne] OWB-344: Removed unnecessary removal of overridden methods (this is done already in AnnotatedType) [arne] OWB-770: Moved creation of InjectionPoints to InjectionPointFactory [arne] OWB-765: Created BeanAttributesBuilder [struberg] OWB-767 fix sanchronization in BDA scanner [struberg] OWB-344 remove superflous type arguments and casts [struberg] OWB-344 use Collections.addAll instead of manual operation [struberg] OWB.344 fix JavaDocs after cleanup [struberg] OWB-344 remove proxying for protected methods again. We must find a proper solution for this ... [struberg] OWB-344 remove unused locale variable [arne] OWB-755: Fixed parent of producers of specialized beans [struberg] OWB-344 do some performance tests and remove unused test class [struberg] OWB-755 move interceptor configuration to InjectionTargetBean [arne] OWB-755: Fixed definition of disposal methods [arne] OWB-344: Added validation for duplicate interceptor bindings with different values [arne] OWB-344: Added validation for interceptors for beans without methods [struberg] OWB-344 improve proxying of protected methods We can only proxy protected methods if they are contained in the same ClassLoader. [struberg] OWB-344 remove resolved TODOs [arne] OWB-344: Fixed passivation-capable checks [struberg] OWB-744 fix deprecated methods usage [struberg] OWB-344 remove unused method [struberg] OWB-344 remove resolved TODO [struberg] OWB_344 adopt our eventing to the new split proxies [struberg] OWB-755 fix Producer for ExtensionBean Previously this did always create a fresh instance instead of using the picked up Extension from the container. [struberg] OWB-344 workaround for problems with proxying protected methods I need to dig how to do this properly [struberg] OWB-344 use shaded ASM to prevent clashes with OpenJPA [struberg] OWB-344 use shaded ASM to prevent clashes with OpenJPA [struberg] OWB-344 move to xbean-shaded ASM [struberg] OWB-344 use Davids trick to not fully initialize proxies [struberg] re-apply class which previously caused a link to a broken SVN location in openejb [struberg] SVN is fucked up by openejb got moved to tomee and this class still holds a reference to the OpenEJB SVN location :/ [struberg] OWB-763 remove tabs from test classes [struberg] OWB-763 remove unused imports from tests [struberg] OWB-344 throw deployment error when final class is intercepted/decorated [struberg] OWB-344 fix for TCK: detect decoration of final method and throw deployment error [arne] OWB-344: Fixed handling of creational contexts for dependent objects [struberg] OWB-344 add easy way to get a Bean<T> in unit tests [arne] OWB-344: Set interceptor methods accessible [struberg] OWB-344 our proxies look a bit different now -> isProxy() needed fixing [struberg] OWB-344 add serialisation support for NormalScoped bean proxies [struberg] OWB-344 subclasses must always get the same name [arne] OWB-765: Implemented (without actually using the interface to stay CDI-1.0 compatible) [struberg] OWB-344 set method to accessible before invoking... [struberg] OWB-344 fix Interceptor proxy for package private classes [struberg] OWB-344 generate proxy ct call on non-public cts as well [struberg] OWB-344 add ASM to webbeans-tck [struberg] OWB-764 fix multi-InjectionPoint ct handling [struberg] OWB-764 add unit test for multi-param ct injection [struberg] OWB-344 remove invalid upcast the atinject TCK passes another Annotated [struberg] OWB-735 re-apply CreationalContextWrapper. Needed by TCK [arne] OWB-344: Re-enabled tests [struberg] OWB-151 by moving the interceptor creation to InjectionTarget this finally works! [struberg] OWB-733 fix ClassLoader leak in isNormalScope [struberg] OWB-344 remove most Javassist code [struberg] OWB-344 remove now obsolete config option [struberg] OWB-344 remove now unused old DelegateHandler [struberg] OWB-344 remove unused cod3 [struberg] OWB-735 remove WrappedCreationalContext The container is not required to support 'foreign' CreationalContexts [struberg] OWB-752 downgrade back to CDI-1.0 until now all changes also work perfectly fine with cdi-1.0! [struberg] OWB-344 fix remaining component-validation tests [struberg] OWB-763 migrate test [struberg] OWB-763 add automatic container shutdown in @After [struberg] OWB-344 remove unused code [struberg] OWB-344 add detection of errors for @AroundInvoke interceptors [struberg] OWB-344 imporove interceptor and decorator support in unit tests [struberg] OWB-344 streamline lifecycle interceptor handling [struberg] OWB-344 fix bug in correct InterceptionType inteceptor detection [struberg] OWB-344 improve output of AnnotatedMethod and Field toString() [struberg] OWB-344 remove EJBInterceptorConfig [struberg] OWB-344 remove OWB InterceptorData This got replaced with InterceptorResolutionService [struberg] OWB-344 remove interceptorStack from InjectionTargetBean [struberg] OWB-344 remove old interceptor handler [struberg] OWB-344 fix abstract Decorator handling [arne] OWB-344: Fixed build [arne] OWB-344: Cleanup [arne] OWB-344: Fixed lifecycle method-calls for dependent instances that where created via BeanManager#getReference [arne] OWB-344: Fixed lifecycle methods of decorators [struberg] OWB-344 add SubclassProxyFactory [arne] OWB-344: Fixed decoration of Conversation [arne] OWB-344: Fixed resolution of generic delegate points [arne] OWB-344: Fixed tests [struberg] OWB-344 remove old normalscoping handler [arne] OWB-344: Abstract decorator work in progress [struberg] OWB-344 Abstract Decorators work in progress [struberg] OWB-344 re-activate our Interceptor configuration [struberg] OWB-344 cleanup our Contexts after the CreationalContext rework [arne] OWB-755: Fixed disposal of dependent instances [struberg] OWB-344 remove old code [struberg] OWB-344 remove old WebBeansInterceptor Bean [struberg] OWB-344 remove more parts from the old proxy logic [struberg] OWB-344 remove old ProxyFactory [struberg] OWB-233 cleanup CeationalContext. Remove all Decorators and Interceptors [struberg] OWB-344 remove unused code [struberg] OWB-344 remove old WebBeansDecorator [struberg] OWB-344 add new Decorator Bean implementation and Builder for it [arne] OWB-755: Fixed disposal [arne] OWB-344: Implemented decorator stack creation [arne] OWB-344: Implemented DecoratorHandler [struberg] OWB-344 prepare for new DecoratorBean and Decorator resolution [arne] OWB-755: Moved creation and destruction of instances from Bean to Producer / InjectionTarget [struberg] OWB-344 mark WebBeansDecorator as to be Remvoed [struberg] OWB-344 and now something completely different: more unused code [struberg] OWB-344 and remove even more unused code... [struberg] OWB-344 remove unused old InterceptorDataComparator [struberg] OWB-344 remove old ASM proxy stuff [struberg] OWB-344 remove unused code [struberg] OWB-344 remove unnecessary WebBeansDecorator casts [struberg] OWB-344 generalize Decorator comparison and remove lots of hardcoded WebBeansDecorator impl specific stuff [struberg] OWB-344 introduce statid DefaultLiteral instance [struberg] OWB-344 remove unused interface [struberg] OWB-344 disable old javassist proxy test The test is basically legit, but needs to get migrated to the new proxy handling yet. [struberg] OWB-344 fix license header and remove unused import [struberg] OWB-344 some packages are reserved We must not create proxy classes with package names java.*, javax.*, etc [struberg] OWB-344 fix broken test [struberg] OWB-344 proxying interfaces requires INVOKEINTERFACE and different ct handling [struberg] OWB-344 support Interface proxying [struberg] OWB-344 use new native proxy for NormalScoped beans [struberg] OWB-344 remove old unused interceptor code [struberg] OWB-344 renovate another bloody old test. [struberg] OWB-344 remove old way of defining Interceptors pt1 [struberg] OWB-344 fix interceptor-only lifecycle methods [struberg] OWB-344 also skip lifecycle if methods are empty [struberg] OWB-344 fix another broken test. [struberg] OWB-344 fix another broken test ... [struberg] OWB-344 fix broken test [struberg] OWB-344 unwrap proxy instance for injection [struberg] OWB-344 invoke PostConstruct interceptors even if no method got intercepted [struberg] OWB-344 implement self-interception [struberg] OWB-344 oops, typo... [struberg] OWB-344 also create separate EJB interceptor instances [struberg] OWB-344 PostConstruct interceptors continued ... [rmannibucau] OWB-759 abstract decorators reset position [struberg] OWB-344 provide postconstruct and predestroy interceptors [struberg] OWB-344 apply interception info in validate phase doing this during Bean construction is too early as not all Interceptor<?> might yet be known because they might get scanned/created only later during class-scanning [struberg] OWB-344 wtf? EnterPriseBeans are not intercepted by CDI at all! [struberg] OWB-344 fix Context map and class-name-conflict detection [struberg] OWB-344 fix Interceptors which don't handle some InterceptionType [arne] OWB-755: Removed InjectionTargetProducerRemove [struberg] OWB-755 destroy ManagedBean via InjectionTarget#destroy [arne] OWB-755: Moved resource-injection into InjectionTargetImpl [struberg] OWB-344 do postConstruct and preDestroy on internal instance [struberg] OWB-344 make InjectionTarget#produce create a proxy [arne] OWB-755: Created AbstractDecoratorInjectionTarget [struberg] OWB-344 mark parts of ProxyFactory as deprecated [struberg] OWB-344 extract common functions and improve InterceptorResolution [struberg] OWB-344 remove unused imports [struberg] OWB-344 add NormalScoping proxy to the game [struberg] OWB-344 add performance benchmark [struberg] OWB-344 add explicit proxy chain test [struberg] OWB-344 enable test which is now fixed [struberg] OWB-344 imporove interception tests and hooks [struberg] OWB-755 fix empty InjectionTarget for WebBeansDecorator [struberg] OWB-755 setInjectionTarget instead setProducer [struberg] OWB-344 partly cleanup the InjectionTarget mess from years back [struberg] OWB-344 add PostConstruct and PreDestroy lifecycle support to InjectionTargetImpl [arne] OWB-755: Fixed InjectionTargetImpl#getConstructor() [arne] OWB-755: Created ExtensionProducer [struberg] OWB-755 temp rollback of lifecycle interceptor handling [arne] OWB-755: Changed BaseEjbBean#createComponentInstance to use InjectionTarget [arne] OWB-755: Created AbstractEjbInjectionTarget [arne] Fixed build [struberg] OWB-755 deprecate more old components [struberg] OWB-755 fixed InjectionPoint handling in Producer [arne] OWB-755: Fixed definition of interceptors and decorators [arne] OWB-755: Fixed code style [arne] OWB-755: Fixed creation of ProducerMethodBean instances [struberg] OWB-756 introduce BeanAttributes [struberg] OWB-344 also remove whole directory [struberg] OWB-344 remove CustomInterceptorBean [struberg] OWB-755 cleanup InjectionTarget temporarily broken. Will cleanup soon [arne] OWB-755: Removed postConstruct [arne] OWB-747: Removed afterConstructor [arne] OWB-747: fixed specialization [struberg] OWB-344 reimplement BeanManager#resolveInterceptors [arne] OWB-747: Partially fixed specialization (TCK still failing) [arne] OWB-747: Moved bean creation to getBean() [struberg] OWB-344 create method for creating EJB interceptors in InterceptorsManager [struberg] OWB-344 manage cdi interceptors inside the InterceptorsManager [struberg] OWB-754 fix PassivationCapable rules [arne] OWB-748: Fixed Annotation inheritance and removed IBeanInheritedMetaData [struberg] OWB-344 fix EjbInterceptorBean and introduce SelfInterceptorBeanBuilder [struberg] OWB-344 initial EjbInterceptorBeanBuilder [struberg] OWB-344 add test for ct injection and field injection in interceptors [struberg] OWB-344 add CdiInterceptor constructor handling and instance creation [struberg] OWB-344 fix AroundInvoke bug [struberg] OWB-344 more tests for interceptor method detection [struberg] OWB-344 set interceptorMethods and InterceptionTypes in the InterceptorBean [struberg] OWB-344 add support for EJB interceptors [struberg] OWB-344 improve removeOverriddenMethod [struberg] OWB-344 define rules for interceptor method overrides [arne] OWB-344: Delayed definition of constructor [arne] OWB-344: Moved injection from Bean to InjectionTarget [struberg] OWB-753 remove left overs from lazy bean handling [struberg] OWB-344 interceptor checks continued [struberg] OWB-344 InterceptorBinding checks and scanninf [struberg] OWB-344 interceptor builder refined [struberg] OWB-344 mark BeanInstanceBag and WebBeansContext as deprecated [struberg] OWB-344 provide InterceptorResolution as Service via the WebBeansContext [struberg] OWB-753 remove lazy init logic [struberg] OWB-753 remove lazy bean initialisation [struberg] OWB-344 remove ResolutionUtil [struberg] OWB-344 remove DefinitionUtil [struberg] OWB-344 align InjectionExceptionUtils class name with other Util classes [struberg] OWB-344 more TODO and deprecations (and some resurrections) [struberg] OWB-344 mark some more classes as deprecated [struberg] OWB-344 fix InterceptorComparator [struberg] OWB-344 last part of the WebBeansContext cleanup in beans [struberg] OWB-344 move WebBeansContext to first param and remove getInstance() [struberg] OWB-344 move WebBeansContext to first position [struberg] OWB-344 start working on a CdiInterceptorBeanBuilder [struberg] OWB-344 add Interceptor for EJB-style and self interceptors + multimethod support [struberg] OWB-344 introduce EjbInterceptorBean [arne] OWB-344: Introduced new implementation for InjectionTarget [covener] [OWB-568] fix checking of generic decorated interfaces vs type of delegate injection points. Re-enable previously failing unit test. [struberg] OWB-344 InjectableMethod(s) only handles a singular method... [struberg] OWB-344 new Interceptor implementation which doesn't delegate trough [struberg] OWB-344 also remove CustomInterceptor from AfterBeanDiscovery [struberg] OWB-344 make it obvious that the old Interceptor<T> needs a boot... [struberg] OWB-752 upgrde to jcdi-specs 1.1 [struberg] OWB-344 more Interceptor work [struberg] OWB-344 more Interceptor stuff [struberg] OWB-748 remove unused code [arne] OWB-747: Renamed *Creator to *Builder [arne] OWB-745: Delayed setting of full init [arne] OWB-745: Removed list of observer methods from Bean [arne] OWB-745: Delayed setting of injection targets [arne] OWB-745: Moved setting of inherited stereotypes [arne] OWB-745: Delayed setting of scope [struberg] OWB-344 move the Decorator list to the DecoratorManager [struberg] OWB-344 move Decorator information from BeanManager to DecoratorsManager (pt 1) [struberg] OWB-344 add Decorator method resolution [arne] OWB-745: Delayed setting of stereotypes [arne] OWB-745: Delayed setting of bean name and qualifiers [struberg] OWB-344 implement decorator resolution [arne] OWB-745: Removed interface-hierarchy from BeanCreator [arne] OWB-745: Removed WebBeansAnnotatedTypeUtil [arne] OWB-745: moved WebBeansAnnotatedTypeUtil.configureProducerSpecialization to ProducerMethodBeanCreatorImpl [arne] OWB-745: moved DefinitionUtil.addConstructorInjectionPointMetaData to ManagedBeanCreatorImpl [arne] OWB-745: moved DefinitionUtil.defineName to AbstractBeanCreator [arne] OWB-745: moved DefinitionUtil.defineSerializable to AbstractBeanCreator [arne] OWB-745: moved DefinitionUtil.defineStereoTypes() to AbstractBeanCreator [arne] OWB-745: moved DefinitionUtil.defineScopeType() to AbstractBeanCreator [struberg] OWB-344 add a few methods with Set<Annotation> This is helpful when we get the annotations from Annotated<?> [arne] OWB-745: Created ResourceBeanCreator and moved DefinitionUtil.defineQualifiers() to AbstractBeanCreator [struberg] OWB-344 add passivationId field to our proxies [arne] OWB-745: Created ProducerMethodBeanCreator and ProducerFieldBeanCreator [arne] OWB-745: Moved stuff into AbstractInjectionTargetBeanCreator [struberg] OWB-344 add Serializable to OwbNormalScopeProxy [struberg] OWB-344 create ASM proxy for NormalScoped beans [struberg] OWB-344 prepare for normalscope proxy integration [struberg] OWB-344 Interceptor information cleanup [struberg] OWB-344 getInternalInstance and JavaDoc [arne] OWB-745: Moved method from WebBeansAnnotatedTypeUtil to AbstractInjectionTargetBeanCreator [struberg] OWB-344 store intercepted Method[] in a static field in the proxy class [arne] OWB-344: Removed producers map from BeanManager and store Producers in Bean [struberg] OWB-344 add unit test for method-level interceptors [arne] OWB-748: Fixed order of injection [struberg] OWB-748 remove even more unused code [struberg] OWB-748 remove unused methods [struberg] OWB-751 rename empty annotation base class and make it abstract [arne] OWB-745: Moved DefinitionUtil.defineApiTypes to tests [rmannibucau] OWB-750 correct implementation of equals for our annotationlitterals [struberg] OWB-748 remove unused code [struberg] OWB-745 the order of @Inject field definition matters @Inject fields of superclasses must get injected before subclasses [arne] OWB-745: Removed ManagedBeanConfigurator [arne] OWB-745: Moved methods to WebBeansUtil [arne] OWB-745: Removed obsolete code [struberg] OWB-344 add test for multiple interceptors on a class level [arne] OWB-745: Removed BeanCreator.MetaDataProvider [arne] OWB-344: Renamed to reflect InjectionTarget name [arne] OWB-745: Removed DefinitionUtil.defineProducerMethods [arne] OWB-745: Removed DefinitionUtil.defineProducerFields [struberg] OWB-344 first working class level CDI Interceptor resolution [struberg] OWB-344 add more JavaDoc [struberg] OWB-749 move extension added info to InterceptorsManager [struberg] OWB-749 move interceptor stuff to InterceptorManager no reason to pollute the BeanManager with everything ;) [struberg] OWB-344 fix JavaDoc and add comments [struberg] OWB-344 rename to proper 'InjectionTarget' name reference [struberg] OWB-344 more interceptor resolution [arne] OWB-745: Removed DefinitionUtil.defineObserverMethods [arne] OWB-745: Removed DefinitionUtil.defineInjectedMethods [arne] OWB-745: Removed DefinitionUtil.defineInjectedFields [arne] OWB-745: Removed DefinitionUtil.defineDisposalMethods [arne] OWB-745: Removed unnecessary code [arne] OWB-745: Made constructor private [arne] OWB-745: Added constructor to ManagedBeanCreator [arne] OWB-745: made AnnotatedType required for OwbBean [arne] OWB-745: multiple lifecycle methods per bean [arne] OWB-745: Aligned methods checkCommonsAnnotationCriterias [arne] OWB-747: Moved methods from WebBeansUtil to ManagedBeanCreatorImpl [arne] OWB-344: Removed wrapping of exception [arne] OWB-344: Added test for the new proxy [arne] OWB-344: Implemented DefaultInterceptorHandler [gpetracek] OWB-344 ExceptionUtil for easier handling of exceptions [struberg] OWB-344 remove instance from InterceptorHandler We don't need it as we store it in the InterceptorHandler already [struberg] OWB-344 rename invocationHandler field to interceptorhandler [struberg] OWB-344 remove the need to dynamically call getDeclaredMethdod for each method invocation [struberg] OWB-344 mark old InterceptorHandler as to be removed [struberg] OWB-344 first version of a InterceptorResolution + cleanup [arne] OWB-748: Fixed annotated type [struberg] OWB-344 move logic to AnnotationManager [struberg] OWB-344 refactor interceptor handling [struberg] OWB-744 rename classes to reflect their Bean<T> nature [struberg] OWB-344 distinct name for the intercetor proxy marker interface + clean up test [struberg] OWB-344 fix InvocationHandler invocation [struberg] OWB-344 improve return value handling [struberg] OWB-344 move method resolving out of the proxy creation [struberg] OWB-549 and the last useless method is gone now ;) [struberg] OWB-549 get rid of the rest of trivial methods [struberg] OWB-549 remove trivial methods from ClassUtil [struberg] OWB-549 get rid of lots of trivial methods in ClassUtil [struberg] OWB-344 prepare to move business stuff outside of the interceptor class generator [struberg] OWB-549 reduce number of trivial methods in ClassUtil This is the first step in which I just mark those methods as deprecated. I'll kill them out in another commit. After that we can start to utilize commons-weaver + privilizer [struberg] OWB-344 add InvocationHandler field to the proxy This will contain the InvocationHandler which will hold all the Interceptor and Decorator instances and manage them [struberg] OWB-344 mark quite a few classes as deprecated. All those are candidates to get removed once the refactoring is done [struberg] OWB-344 move interceptor factory to final location [struberg] OWB-344 add AnnotatedType version of interceptor check [struberg] OWB-344 add test class for non-intercepted methods [struberg] OWB-344 remove unused class [struberg] OWB-344 simple interceptor who 1:1 delegates through the great thing: without reflection but with pure bytecode magic ------------------------------------------ [...truncated 2673 lines...] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans/1.2.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans/1.2.0-SNAPSHOT/maven-metadata.xml (826 B at 12.4 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SPI definition 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openwebbeans-spi --- [INFO] [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ openwebbeans-spi --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ openwebbeans-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ openwebbeans-spi --- [INFO] Compiling 20 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/classes> [INFO] [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ openwebbeans-spi --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/src/test/resources> [INFO] Copying 3 resources [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ openwebbeans-spi --- [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ openwebbeans-spi --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ openwebbeans-spi --- [INFO] Surefire report directory: <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openwebbeans-spi --- [INFO] Building jar: <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ openwebbeans-spi --- Mar 20, 2013 1:04:46 PM hudson.maven.ExecutedMojo <init> WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (default) @ openwebbeans-spi --- [INFO] META-INF already added, skipping [INFO] META-INF already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] Building jar: <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT-sources.jar> [INFO] META-INF already added, skipping [INFO] META-INF already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ openwebbeans-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] Exclude: **/*/MANIFEST.MF [INFO] Exclude: .git [INFO] Exclude: .gitignore [INFO] --- apache-rat-plugin:0.7:check (default) @ openwebbeans-spi --- [INFO] [INFO] Installing <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-SNAPSHOT.jar [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ openwebbeans-spi --- [INFO] Installing <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-SNAPSHOT.pom [INFO] Installing <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-SNAPSHOT-sources.jar [INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ openwebbeans-spi --- Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml (1007 B at 5.8 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12.jar Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12.jar (20 KB at 258.1 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12.pom Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12.pom (3 KB at 43.1 KB/sec) Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/maven-metadata.xml Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/maven-metadata.xml (439 B at 3.9 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml (1007 B at 7.6 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/maven-metadata.xml (439 B at 4.9 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12-sources.jar Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-20130320.130447-12-sources.jar (29 KB at 481.7 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/maven-metadata.xml (1007 B at 12.0 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OpenWebBeans Core 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repository.apache.org/snapshots/org/apache/xbean/xbean-finder-shaded/3.13-SNAPSHOT/maven-metadata.xml Downloading: http://repository.apache.org/snapshots/org/apache/xbean/xbean-finder-shaded/3.13-SNAPSHOT/xbean-finder-shaded-3.13-SNAPSHOT.pom [WARNING] The POM for org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT is missing, no dependency information available Downloading: http://repository.apache.org/snapshots/org/apache/xbean/xbean-finder-shaded/3.13-SNAPSHOT/xbean-finder-shaded-3.13-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache OpenWebBeans ............................... SUCCESS [12.342s] [INFO] SPI definition .................................... SUCCESS [5.037s] [INFO] OpenWebBeans Core ................................. FAILURE [0.195s] [INFO] EE Common plugin .................................. SKIPPED [INFO] EL 2.2 plugin ..................................... SKIPPED [INFO] Web plugin ........................................ SKIPPED [INFO] EJB plugin ........................................ SKIPPED [INFO] Java EE plugin .................................... SKIPPED [INFO] Tomcat 6 plugin ................................... SKIPPED [INFO] Tomcat 7 plugin ................................... SKIPPED [INFO] JMS plugin ........................................ SKIPPED [INFO] JSF-2 plugin ...................................... SKIPPED [INFO] EL 1.0 plugin ..................................... SKIPPED [INFO] JSF 1.2 plugin .................................... SKIPPED [INFO] Clustering Plugin ................................. SKIPPED [INFO] EE Resource plugin ................................ SKIPPED [INFO] EE Resource plugin ................................ SKIPPED [INFO] OSGi plugin ....................................... SKIPPED [INFO] TCK Porting Pkg ................................... SKIPPED [INFO] CDI Test Framework ................................ SKIPPED [INFO] CDI Testing API ................................... SKIPPED [INFO] OWB Testing plugin ................................ SKIPPED [INFO] OWB Arquillian Parent ............................. SKIPPED [INFO] OpenWebBeans-Standalone Arquillian connector ...... SKIPPED [INFO] OWB Samples ....................................... SKIPPED [INFO] Sample Guess Application .......................... SKIPPED [INFO] JSF Conversation Sample ........................... SKIPPED [INFO] Sample JSF2 Application ........................... SKIPPED [INFO] Sample Ejb Demo On OpenEJB in Tomcat .............. SKIPPED [INFO] Telephone Ejb Demo On OpenEJB in Tomcat ........... SKIPPED [INFO] Sample Jms Injection Demo ......................... SKIPPED [INFO] Sample Hotel Reservation Application .............. SKIPPED [INFO] Tomcat Sample ..................................... SKIPPED [INFO] Tomcat 7 Sample ................................... SKIPPED [INFO] OpenWebBeans Java SE Sample ....................... SKIPPED [INFO] JSR-299 TCK runner ................................ SKIPPED [INFO] Distribution Pkg .................................. SKIPPED [INFO] Documentation ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.721s [INFO] Finished at: Wed Mar 20 13:04:48 UTC 2013 [INFO] Final Memory: 28M/92M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-tomcat7/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-tomcat7/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-tomcat7/1.2.0-SNAPSHOT/openwebbeans-tomcat7-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/ejb-telephone/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$ejb-telephone/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/ejb-telephone/1.2.0-SNAPSHOT/ejb-telephone-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-resource/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-resource/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-resource/1.2.0-SNAPSHOT/openwebbeans-resource-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-el10/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-el10/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-el10/1.2.0-SNAPSHOT/openwebbeans-el10-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/standalone-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$standalone-sample/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans/standalone-sample/1.2.0-SNAPSHOT/standalone-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-test/cditest/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.test$cditest/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.test/cditest/1.2.0-SNAPSHOT/cditest-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-jsf/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-jsf/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-jsf/1.2.0-SNAPSHOT/openwebbeans-jsf-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-ee-common/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-ee-common/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-ee-common/1.2.0-SNAPSHOT/openwebbeans-ee-common-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/ejb-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$ejb-sample/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/ejb-sample/1.2.0-SNAPSHOT/ejb-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-jms/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-jms/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-jms/1.2.0-SNAPSHOT/openwebbeans-jms-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-ejb/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-ejb/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-ejb/1.2.0-SNAPSHOT/openwebbeans-ejb-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-doc/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-doc/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans/openwebbeans-doc/1.2.0-SNAPSHOT/openwebbeans-doc-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/tomcat7-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$tomcat7-sample/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/tomcat7-sample/1.2.0-SNAPSHOT/tomcat7-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-test/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.test$parent/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.test/parent/1.2.0-SNAPSHOT/parent-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-spi/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-spi/1.2.0-SNAPSHOT/openwebbeans-spi-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-spi/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-spi/1.2.0-20130320.130447-12/openwebbeans-spi-1.2.0-20130320.130447-12.jar [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-spi/target/openwebbeans-spi-1.2.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-spi/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-spi/1.2.0-20130320.130447-12/openwebbeans-spi-1.2.0-20130320.130447-12-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$samples/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/samples/1.2.0-SNAPSHOT/samples-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-jsf12/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-jsf12/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-jsf12/1.2.0-SNAPSHOT/openwebbeans-jsf12-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-porting/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-porting/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-porting/1.2.0-SNAPSHOT/openwebbeans-porting-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/distribution/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-distribution/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans/openwebbeans-distribution/1.2.0-SNAPSHOT/openwebbeans-distribution-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-tomcat6/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-tomcat6/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-tomcat6/1.2.0-SNAPSHOT/openwebbeans-tomcat6-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-web/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-web/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-web/1.2.0-SNAPSHOT/openwebbeans-web-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/jms-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$jms-sample/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/jms-sample/1.2.0-SNAPSHOT/jms-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-tck/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-tck/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans/openwebbeans-tck/1.2.0-SNAPSHOT/openwebbeans-tck-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-ee/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-ee/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-ee/1.2.0-SNAPSHOT/openwebbeans-ee-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/tomcat-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$tomcat-sample/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/tomcat-sample/1.2.0-SNAPSHOT/tomcat-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-arquillian/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.arquillian$owb-arquillian-parent/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.arquillian/owb-arquillian-parent/1.2.0-SNAPSHOT/owb-arquillian-parent-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/reservation/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$reservation/builds/2013-03-20_13-04-25/archive/org.apache.openwebbeans.samples/reservation/1.2.0-SNAPSHOT/reservation-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-el22/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-el22/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-el22/1.2.0-SNAPSHOT/openwebbeans-el22-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-jee5-ejb-resource/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-jee5-ejb-resource/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-jee5-ejb-resource/1.2.0-SNAPSHOT/openwebbeans-jee5-ejb-resource-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.arquillian$owb-arquillian-standalone/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.arquillian/owb-arquillian-standalone/1.2.0-SNAPSHOT/owb-arquillian-standalone-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-clustering/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-clustering/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-clustering/1.2.0-SNAPSHOT/openwebbeans-clustering-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-impl/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-impl/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-impl/1.2.0-SNAPSHOT/openwebbeans-impl-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/conversation-sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$conversation-sample/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.samples/conversation-sample/1.2.0-SNAPSHOT/conversation-sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-test/cditest-owb/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.test$cditest-owb/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.test/cditest-owb/1.2.0-SNAPSHOT/cditest-owb-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/guess/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$guess/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.samples/guess/1.2.0-SNAPSHOT/guess-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/samples/jsf2sample/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans.samples$jsf2sample/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans.samples/jsf2sample/1.2.0-SNAPSHOT/jsf2sample-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans/1.2.0-SNAPSHOT/openwebbeans-1.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/target/openwebbeans-1.2.0-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans/1.2.0-20130320.130442-12/openwebbeans-1.2.0-20130320.130442-12-site.xml [JENKINS] Archiving <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk/webbeans-osgi/pom.xml> to /home/hudson/hudson/jobs/OpenWebBeans-trunk-deploy/modules/org.apache.openwebbeans$openwebbeans-osgi/builds/2013-03-20_13-04-24/archive/org.apache.openwebbeans/openwebbeans-osgi/1.2.0-SNAPSHOT/openwebbeans-osgi-1.2.0-SNAPSHOT.pom Waiting for Jenkins to finish collecting data mavenExecutionResult exceptions not empty message : Failed to execute goal on project openwebbeans-impl: Could not resolve dependencies for project org.apache.openwebbeans:openwebbeans-impl:jar:1.2.0-SNAPSHOT: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) cause : Could not resolve dependencies for project org.apache.openwebbeans:openwebbeans-impl:jar:1.2.0-SNAPSHOT: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) Stack trace : org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project openwebbeans-impl: Could not resolve dependencies for project org.apache.openwebbeans:openwebbeans-impl:jar:1.2.0-SNAPSHOT: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117) at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79) 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:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158) at hudson.maven.Maven3Builder.call(Maven3Builder.java:100) at hudson.maven.Maven3Builder.call(Maven3Builder.java:66) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.openwebbeans:openwebbeans-impl:jar:1.2.0-SNAPSHOT: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185) ... 30 more Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375) at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183) ... 31 more Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358) ... 32 more Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.xbean:xbean-finder-shaded:jar:3.13-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947) at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941) at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669) at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60) ... 3 more Sending e-mails to: [email protected] channel stopped
