Re: [errai-dev] Dynamic adding of children to a template in Errai-UI
by Lincoln Baxter, III
Hey Daniel,
I have a few thoughts about this. I think maybe the best solution is to
create a few convenience classes in Errai UI that handle wrapping Panels
for use in other objects, but yes, I did find something that I think will
help.
Could you just do something like this?
@DataField
> private HTMLPanel list = new HTMLPanel("ul", "");
>
> ...
> list.add(new ListItem());
>
Also, could I ask you to put this into a JIRA so the entire team can see
this and keep track of ideas?
https://issues.jboss.org/browse/ERRAI
I think the problem you are running in to is that you want to template an
LI, but you don't want to actually implement an LI widget? I think I'm
still missing a few details, sorry for being obtuse.
Also, perhaps you could ask in the #errai channel on IRC.freenode.net, I am
trying to get the team to monitor the dev list more, but for now, most
discussion happens on IRC. If nothing else, we can discuss on JIRA.
~Lincoln
On Tue, Oct 9, 2012 at 4:18 AM, Daniel Sachse <sachsedaniel(a)gmail.com>wrote:
> Hey Lincoln,
>
> How was JavaOne? Hope you had a great time and some nice talks.
> Did you find any solution for my problem?
>
> Regards,
>
> Daniel
>
> Am 17.09.2012 um 18:07 schrieb "Lincoln Baxter, III" <
> lincolnbaxter(a)gmail.com>:
>
> Yes, I see your point. Let me think about that.
>
> On Mon, Sep 17, 2012 at 8:35 AM, Daniel Sachse <sachsedaniel(a)gmail.com>wrote:
>
>> Hey Lincoln,
>>
>> don´t worry about that! I think we are all busy and such a response
>> timeframe is absolutely normal ;)
>>
>> Unfortunatly your example is not 100% solving my problem. The solution
>> assumes, that the UL is a subcomponent of the template.
>>
>> What I want to is the following:
>> -----------------------------------------
>> UL.html:
>>
>> <ul class="super special">
>> <li class="class">1</li>
>> <li>2</li>
>> </ul>
>> ----------------------------------------
>> UL.java:
>>
>> @Templated
>> public class UL extends Composite {
>> …
>>
>> public void addLI(LI li) {
>> SOME_MAGIC_TO_ADD_LI_TO_UL(li);
>> }
>> …
>>
>> }
>>
>> I could solve the problem by surrounding the UL with a div as a temp.
>> workaround. But If I then try to template an LI element, then I would run
>> into:
>>
>> <ul>
>> <div>
>> <li>…</li>
>> </div>
>> <div>
>> <li>…</li>
>> </div>
>> ….
>> </ul>
>>
>> I think that this is not a solution we all want for these kind of
>> scenarios. I hope this example made it a little bit more clear what I am
>> trying to do.* *
>>
>> Regards,
>>
>> Daniel
>>
>> Am 17.09.2012 um 06:47 schrieb "Lincoln Baxter, III" <
>> lincolnbaxter(a)gmail.com>:
>>
>> Hey Daniel!
>>
>> Sorry for the late reply - busy weekend :) I think this example shows how
>> to do what you want to do.
>>
>>
>> https://github.com/ocpsoft/socialpm/blob/master/gwt/src/main/java/com/ocp...
>>
>> Let me know if it doesn't!
>>
>> ~Lincoln
>>
>> On Sat, Sep 15, 2012 at 1:16 PM, Daniel Sachse <sachsedaniel(a)gmail.com>wrote:
>>
>>> Hey Lincoln,
>>>
>>> I hope you are up well and had a nice time while I was off because of my
>>> holiday.
>>>
>>> I started playing around with Errai-UI and one question came up to my
>>> mind:
>>> I am building a Component with the @Templated mechanism. This all works
>>> fine so far(GREAT WORK!).
>>> What I am now trying to do is to dynamically add Children to this
>>> template. Is this somehow possible? I saw that I can access the template
>>> widget by casting getWidget() to TemplateWidget, but I couldn´t find an
>>> appropriate add(..) method :( .
>>> Would be cool if this could be done somehow.
>>>
>>> Hope I was clear enough :)
>>>
>>> Regards,
>>>
>>> Daniel
>>>
>>>
>>>
>>
>>
>> --
>> Lincoln Baxter, III
>> http://ocpsoft.org
>> "Simpler is better."
>>
>>
>>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.org
> "Simpler is better."
>
>
>
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
12 years, 2 months
Build failed in Jenkins: Errai #792
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/792/changes>
Changes:
[christian.sadilek] fixed errai-cdi mvp demo
[christian.sadilek] Fixed Errai-412: @Bindable types cannot be fired as CDI events when bound to UI fields
------------------------------------------
[...truncated 11105 lines...]
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 15 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] still waiting for -> [org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap]
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.311 sec
Results :
Tests run: 96, Failures: 0, Errors: 0, Skipped: 2
[JENKINS] Recording test results
[INFO]
[INFO] [INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...>
--- maven-jar-plugin:2.2:jar (default-jar) @ errai-weld-integration ---
[INFO] argLine set to -javaagent:/home/hudson/.m2/repository/org/jboss/errai/jacoco-gwt-maven-plugin/0.5.4.201202141554/jacoco-gwt-maven-plugin-0.5.4.201202141554.jar=snapshotDirectory=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> -javaagent:/home/hudson/.m2/repository/org/jacoco/org.jacoco.agent/0.5.4.201111111111/org.jacoco.agent-0.5.4.201111111111-runtime.jar=destfile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> -javaagent:/home/hudson/.m2/repository/org/jboss/errai/jacoco-gwt-maven-plugin/0.5.4.201202141554/jacoco-gwt-maven-plugin-0.5.4.201202141554.jar=snapshotDirectory=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> -javaagent:/home/hudson/.m2/repository/org/jacoco/org.jacoco.agent/0.5.4.201111111111/org.jacoco.agent-0.5.4.201111111111-runtime.jar=destfile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...>
[INFO]
[INFO] --- jacoco-gwt-maven-plugin:0.5.4.201202141554:prepare-agent (jacoco-initialize) @ errai-weld-integration ---
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.pom
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.jar
Oct 10, 2012 8:29:44 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 (attach-sources) @ errai-weld-integration ---
[INFO] org already added, skipping
[INFO] org/jboss already added, skipping
[INFO] org/jboss/errai already added, skipping
[INFO] org/jboss/errai/cdi already added, skipping
[INFO] org/jboss/errai/cdi/server already added, skipping
[INFO] org/jboss/errai/cdi/server/events already added, skipping
[INFO] org/jboss/errai/container already added, skipping
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/gwt already added, skipping
[INFO] com/google/gwt/junit already added, skipping
[INFO] org/jboss/errai/cdi/server/ScopeUtil.java already added, skipping
[INFO] org/jboss/errai/cdi/server/TypeRegistry.java already added, skipping
[INFO] org/jboss/errai/cdi/server/CDIExtensionPoints.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ShutdownEventObserver.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventImpl.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationEventGatewayBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventWrapper.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventRoutingTable.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventConversationContext.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEvent.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/DynamicEventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/RoutingMap.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventDispatcher.java already added, skipping
[INFO] org/jboss/errai/cdi/server/CDIServerUtil.java already added, skipping
[INFO] org/jboss/errai/cdi/server/ErraiServiceBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/RequestDispatcherMetaData.java already added, skipping
[INFO] org/jboss/errai/cdi/server/BusInitializationBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/MessageBusBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/SenderBean.java already added, skipping
[INFO] org/jboss/errai/container/CDIServletStateListener.java already added, skipping
[INFO] com/google/gwt/junit/JUnitShell.java already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...>
[INFO] org already added, skipping
[INFO] org/jboss already added, skipping
[INFO] org/jboss/errai already added, skipping
[INFO] org/jboss/errai/cdi already added, skipping
[INFO] org/jboss/errai/cdi/server already added, skipping
[INFO] org/jboss/errai/cdi/server/events already added, skipping
[INFO] org/jboss/errai/container already added, skipping
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/gwt already added, skipping
[INFO] com/google/gwt/junit already added, skipping
[INFO] org/jboss/errai/cdi/server/ScopeUtil.java already added, skipping
[INFO] org/jboss/errai/cdi/server/TypeRegistry.java already added, skipping
[INFO] org/jboss/errai/cdi/server/CDIExtensionPoints.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ShutdownEventObserver.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventImpl.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationEventGatewayBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventWrapper.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventRoutingTable.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventConversationContext.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEventBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/ConversationalEvent.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/DynamicEventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventObserverMethod.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/RoutingMap.java already added, skipping
[INFO] org/jboss/errai/cdi/server/events/EventDispatcher.java already added, skipping
[INFO] org/jboss/errai/cdi/server/CDIServerUtil.java already added, skipping
[INFO] org/jboss/errai/cdi/server/ErraiServiceBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/RequestDispatcherMetaData.java already added, skipping
[INFO] org/jboss/errai/cdi/server/BusInitializationBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/MessageBusBean.java already added, skipping
[INFO] org/jboss/errai/cdi/server/SenderBean.java already added, skipping
[INFO] org/jboss/errai/container/CDIServletStateListener.java already added, skipping
[INFO] com/google/gwt/junit/JUnitShell.java already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3:install (default-install) @ errai-weld-integration ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /home/hudson/.m2/repository/org/jboss/errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /home/hudson/.m2/repository/org/jboss/errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /home/hudson/.m2/repository/org/jboss/errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.4:deploy (default-deploy) @ errai-weld-integration ---
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (1001 B at 1.1 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (148 KB at 91.4 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (17 KB at 10.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (593 B at 1.2 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (1001 B at 0.7 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (593 B at 0.3 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-20121011.002945-5/errai-weld-integration-2.1.1-20121011.002945-5.jar
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/errai-cdi/we...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-20121011.002945-5/errai-weld-integration-2.1.1-20121011.002945-5-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Errai ............................................. SUCCESS [19.870s]
[INFO] Reflections parent ................................ SUCCESS [8.998s]
[INFO] Reflections ....................................... SUCCESS [41.334s]
[INFO] Errai::Common ..................................... SUCCESS [24.217s]
[INFO] Errai::CDI::EE6 API Overrides ..................... SUCCESS [9.047s]
[INFO] Errai::Codegen .................................... SUCCESS [40.973s]
[INFO] Errai::Config ..................................... SUCCESS [10.858s]
[INFO] Errai::Codegen::GWT ............................... SUCCESS [26.201s]
[INFO] Errai::Marshalling ................................ SUCCESS [31.381s]
[INFO] Errai::Bus ........................................ SUCCESS [11:48.888s]
[INFO] Errai::Tools ...................................... SUCCESS [21.352s]
[INFO] Errai::IOC ........................................ SUCCESS [7:59.437s]
[INFO] Errai::Bus::Demos ................................. SUCCESS [1.840s]
[INFO] Errai::Bus::Demos::AsyncDemo ...................... SUCCESS [3:43.306s]
[INFO] Errai::Bus::Demos::ClientService .................. SUCCESS [3:17.536s]
[INFO] Errai::Bus::Demos::HelloWorld ..................... SUCCESS [2:10.671s]
[INFO] Errai::Bus::Demos::QueryService ................... SUCCESS [3:20.607s]
[INFO] Errai::Bus::Demos::Serialization .................. SUCCESS [3:33.381s]
[INFO] Errai::Bus::Demos::RPCDemo ........................ SUCCESS [3:25.368s]
[INFO] Errai::Bus::Demos::StockDemo ...................... SUCCESS [3:25.698s]
[INFO] Errai::Bus::Demos::StressTest ..................... SUCCESS [3:47.556s]
[INFO] Errai::JS ......................................... SUCCESS [2:11.126s]
[INFO] Errai::CDI ........................................ SUCCESS [6.884s]
[INFO] Errai::CDI::Jetty ................................. SUCCESS [12.966s]
[INFO] Errai::CDI::Client ................................ SUCCESS [17.979s]
[INFO] Errai::Data::Binding .............................. SUCCESS [2:57.237s]
[INFO] Errai::CDI::Weld Integration ...................... FAILURE [16:35.068s]
[INFO] Errai::CDI::Demo::Mobile .......................... SKIPPED
[INFO] Errai::UI::Binder ................................. SKIPPED
[INFO] Errai::CDI::Demo::MVP ............................. SKIPPED
[INFO] Errai::CDI::Demo::Stock Ticker .................... SKIPPED
[INFO] Errai::CDI::Demo::Tag Cloud ....................... SKIPPED
[INFO] Errai::CDI::Demo::Stress Test ..................... SKIPPED
[INFO] Errai::JAX-RS ..................................... SKIPPED
[INFO] Errai::JAX-RS::Provider ........................... SKIPPED
[INFO] Errai::JAX-RS::Client ............................. SKIPPED
[INFO] Errai::JAX-RS::RestDemo ........................... SKIPPED
[INFO] Errai::UI ......................................... SKIPPED
[INFO] Errai::Navigation ................................. SKIPPED
[INFO] Errai::JPA ........................................ SKIPPED
[INFO] Errai::JPA::Client ................................ SKIPPED
[INFO] Errai::JPA::Demos::Basic .......................... SKIPPED
[INFO] Errai::JPA::Demos::Grocery List ................... SKIPPED
[INFO] Errai::HTML5 ...................................... SKIPPED
[INFO] Reflections Maven plugin .......................... SKIPPED
[INFO] Errai::Java EE::All ............................... SKIPPED
[INFO] Errai::Reference::Guide ........................... SKIPPED
[INFO] Errai::Quickstart::Guide .......................... SKIPPED
[INFO] Errai::Distribution ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:13:08.848s
[INFO] Finished at: Wed Oct 10 20:29:54 EDT 2012
[INFO] Final Memory: 110M/559M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on project errai-weld-integration: Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
cause : Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on project errai-weld-integration: Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
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:104)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
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.plugin.MojoExecutionException: Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:195)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 27 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:141)
at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:190)
... 29 more
Caused by: org.sonatype.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:280)
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:211)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:443)
at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:137)
... 30 more
Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.jboss.errai:errai-weld-integration:jar:sources:2.1.1-20121011.002945-5 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:837)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.put(WagonRepositoryConnector.java:467)
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:274)
... 33 more
Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 502, ReasonPhrase:Proxy Error.
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:562)
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:471)
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:451)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:811)
... 35 more
Sending e-mails to: errai-dev(a)lists.jboss.org
channel stopped
12 years, 2 months
Build failed in Jenkins: Errai » Errai::CDI::Weld Integration #792
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...>
Changes:
[christian.sadilek] Fixed Errai-412: @Bindable types cannot be fired as CDI events when bound to UI fields
------------------------------------------
[...truncated 1848 lines...]
[errai] vote For: org.jboss.errai.cdi.injection.client.ServiceB
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] 61 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] still waiting for -> [org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap]
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] wait for: org.jboss.errai.cdi.injection.client.ServiceB
[errai] IOC container bootstrapped.
[errai] vote For: org.jboss.errai.cdi.injection.client.ServiceB
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] 61 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] still waiting for -> [org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap]
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] wait for: org.jboss.errai.cdi.injection.client.ServiceB
[errai] IOC container bootstrapped.
[errai] vote For: org.jboss.errai.cdi.injection.client.ServiceB
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] 61 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] still waiting for -> [org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap]
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.544 sec
Running org.jboss.errai.cdi.rpc.client.test.RpcIntegrationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/qa/services/hudson/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/qa/services/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet/1.1.6.Final/weld-servlet-1.1.6.Final.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
INFO [Version] WELD-000900 1.1.6 (Final)
INFO [Bootstrap] WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
INFO [CDIExtensionPoints] starting errai cdi ...
INFO [CDIServletStateListener] Jetty detected, JSR-299 injection will be available in Servlets and Filters. Injection into Listeners is not supported.
WARN [InterceptionTypeRegistry] Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
WARN [InterceptionTypeRegistry] Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
INFO [Reflections] Reflections took 2767 ms to scan 8 urls, producing 470 keys and 1913 values [using 2 cores]
INFO [CDIExtensionPoints] all services registered successfully
INFO [OrderedBootstrap] starting errai bus ...
INFO [DefaultComponents] using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher
INFO [DefaultComponents] using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
INFO [LoadExtensions] searching for errai extensions ...
INFO [LoadExtensions] found extension org.jboss.errai.tools.monitoring.MonitorExtension
INFO [OrderedBootstrap] errai bus started.
logging for HtmlUnit thread
[WARN] Expected content type of 'application/javascript' or 'application/ecmascript' for remotely loaded JavaScript element at 'http://10.16.89.225:39560/org.jboss.errai.cdi.rpc.RpcTestModule.JUnit/org...', but got 'application/x-javascript'.
[errai] wait for: org.jboss.errai.marshalling.client.api.MarshallerFramework
INFO [Generator] not emitting server marshaller class
WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code.
WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
INFO [MarshallerGeneratorFactory] generating marshalling class...
INFO [MarshallerGeneratorFactory] generated marshalling class in 2102ms.
[errai] vote For: org.jboss.errai.marshalling.client.api.MarshallerFramework
[errai] wait for: org.jboss.errai.bus.client.framework.ClientMessageBus
[errai] wait for: org.jboss.errai.bus.client.framework.RpcProxyLoader
[errai] sending initial handshake to remote bus
[errai] wait for: org.jboss.errai.ioc.client.Container
INFO [IOCBootstrapGenerator] generating IOC bootstrapping class...
WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code.
WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
[errai] IOC bootstrapper successfully initialized.
INFO [IOCBootstrapGenerator] generated IOC bootstrapping class in 10987ms (4071 beans processed)
INFO [IOCBootstrapGenerator] using IOC bootstrapping code at: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...>
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
INFO [BindableProxyLoaderGenerator] generating bindable proxy loader class.
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.bus.client.framework.RpcProxyLoader, org.jboss.errai.bus.client.framework.ClientMessageBus, org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] still waiting for -> [org.jboss.errai.bus.client.framework.RpcProxyLoader, org.jboss.errai.bus.client.framework.ClientMessageBus]
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] still waiting for -> [org.jboss.errai.bus.client.framework.RpcProxyLoader, org.jboss.errai.bus.client.framework.ClientMessageBus]
WARN [ErraiMarshalling] using dynamic marshallers. dynamic marshallers are designed for development mode testing, and ideally should not be used in production. *
[errai] received response from initial handshake.
[errai] remote services available: [ServerBus, org.jboss.errai.cdi.client.remote.MyRemote:RPC, org.jboss.errai.cdi.client.remote.MySessionAttributeSettingRemote:RPC, org.jboss.errai.cdi.client.remote.SubService:RPC, org.jboss.errai.cdi.client.remote.MyInterceptedRemote:RPC, AuthorizationService, AuthenticationService, cdi.event:Dispatcher, ServerEchoService]
[errai] received capabilities notice from server. supported capabilities of remote: NoLongPollAvailable
INFO [RpcProxyLoaderGenerator] generating rpc proxy loader class.
[errai] vote For: org.jboss.errai.bus.client.framework.RpcProxyLoader
[errai] still waiting for -> [org.jboss.errai.bus.client.framework.ClientMessageBus]
[errai] received FinishStateSync message. preparing to bring up the federation
[errai] vote For: org.jboss.errai.bus.client.framework.ClientMessageBus
[errai] received final vote for initialization ...
[errai] executing 2 post init task(s)
[errai] transmitting deferred messages now ...
[errai] bus federation complete. now operating normally.
[errai] activated CDI eventing subsystem.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] activated CDI eventing subsystem.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] activated CDI eventing subsystem.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] activated CDI eventing subsystem.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] activated CDI eventing subsystem.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 12 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] activated CDI eventing subsystem.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.894 sec
Running org.jboss.errai.cdi.event.client.test.LocalEventIntegrationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/qa/services/hudson/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/qa/services/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet/1.1.6.Final/weld-servlet-1.1.6.Final.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
INFO [Version] WELD-000900 1.1.6 (Final)
INFO [Bootstrap] WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
INFO [CDIExtensionPoints] starting errai cdi ...
INFO [CDIServletStateListener] Jetty detected, JSR-299 injection will be available in Servlets and Filters. Injection into Listeners is not supported.
WARN [InterceptionTypeRegistry] Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
WARN [InterceptionTypeRegistry] Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
INFO [Reflections] Reflections took 2566 ms to scan 8 urls, producing 470 keys and 1913 values [using 2 cores]
INFO [CDIExtensionPoints] all services registered successfully
INFO [OrderedBootstrap] starting errai bus ...
INFO [DefaultComponents] using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher
INFO [DefaultComponents] using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
INFO [LoadExtensions] searching for errai extensions ...
INFO [LoadExtensions] found extension org.jboss.errai.tools.monitoring.MonitorExtension
INFO [OrderedBootstrap] errai bus started.
logging for HtmlUnit thread
[WARN] Expected content type of 'application/javascript' or 'application/ecmascript' for remotely loaded JavaScript element at 'http://10.16.89.225:39573/org.jboss.errai.cdi.event.LocalEventTestModule....', but got 'application/x-javascript'.
[errai] wait for: org.jboss.errai.marshalling.client.api.MarshallerFramework
INFO [Generator] not emitting server marshaller class
WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code.
WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
INFO [MarshallerGeneratorFactory] generating marshalling class...
INFO [MarshallerGeneratorFactory] generated marshalling class in 1704ms.
[errai] vote For: org.jboss.errai.marshalling.client.api.MarshallerFramework
[errai] wait for: org.jboss.errai.bus.client.framework.ClientMessageBus
[errai] wait for: org.jboss.errai.bus.client.framework.RpcProxyLoader
[errai] initializing client bus in offline mode (erraiBusRemoteCommunicationEnabled was set to false)
[errai] vote For: org.jboss.errai.bus.client.framework.ClientMessageBus
[errai] still waiting for -> [org.jboss.errai.bus.client.framework.RpcProxyLoader]
[errai] vote For: org.jboss.errai.bus.client.framework.RpcProxyLoader
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
INFO [IOCBootstrapGenerator] generating IOC bootstrapping class...
WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code.
WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
INFO [IOCBootstrapGenerator] generated IOC bootstrapping class in 12785ms (4076 beans processed)
INFO [IOCBootstrapGenerator] using IOC bootstrapping code at: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...>
INFO [BindableProxyLoaderGenerator] generating bindable proxy loader class.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 15 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] received final vote for initialization ...
[errai] executing 2 post init task(s)
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] bus federation complete. now operating normally.
[errai] wait for: org.jboss.errai.ioc.client.Container
[errai] IOC bootstrapper successfully initialized.
[errai] wait for: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] vote For: org.jboss.errai.databinding.client.DataBindingModuleBootstrapper
[errai] still waiting for -> [org.jboss.errai.ioc.client.Container]
[errai] IOC container bootstrapped.
[errai] 15 beans successfully deployed.
[errai] vote For: org.jboss.errai.ioc.client.Container
[errai] wait for: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
[errai] wait for: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] activated CDI eventing subsystem.
[errai] vote For: org.jboss.errai.enterprise.client.cdi.api.CDI
[errai] still waiting for -> [org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap]
[errai] vote For: org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.311 sec
Results :
Tests run: 96, Failures: 0, Errors: 0, Skipped: 2
[JENKINS] Recording test results
[INFO]
[INFO] [INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...>
--- maven-jar-plugin:2.2:jar (default-jar) @ errai-weld-integration ---
[INFO] argLine set to -javaagent:/home/hudson/.m2/repository/org/jboss/errai/jacoco-gwt-maven-plugin/0.5.4.201202141554/jacoco-gwt-maven-plugin-0.5.4.201202141554.jar=snapshotDirectory=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...> -javaagent:/home/hudson/.m2/repository/org/jacoco/org.jacoco.agent/0.5.4.201111111111/org.jacoco.agent-0.5.4.201111111111-runtime.jar=destfile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...> -javaagent:/home/hudson/.m2/repository/org/jboss/errai/jacoco-gwt-maven-plugin/0.5.4.201202141554/jacoco-gwt-maven-plugin-0.5.4.201202141554.jar=snapshotDirectory=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...> -javaagent:/home/hudson/.m2/repository/org/jacoco/org.jacoco.agent/0.5.4.201111111111/org.jacoco.agent-0.5.4.201111111111-runtime.jar=destfile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...>
[INFO]
[INFO] --- jacoco-gwt-maven-plugin:0.5.4.201202141554:prepare-agent (jacoco-initialize) @ errai-weld-integration ---
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.pom
[JENKINS] Archiving <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai...> to /qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-weld-integration/builds/2012-10-10_19-16-37/archive/org.jboss.errai/errai-weld-integration/2.1.1-SNAPSHOT/errai-weld-integration-2.1.1-SNAPSHOT.jar
12 years, 2 months