SHOW:
|
|
- or go back to the newest paste.
| 1 | ------------------------------------------------------- | |
| 2 | T E S T S | |
| 3 | - | Message: can't resolve bean: ar.com.client.shared.DummyService ( @Default ) |
| 3 | + | ------------------------------------------------------- |
| 4 | Running ar.com.client.local.AppIntegrationTest | |
| 5 | INFO [Version] WELD-000900 1.1.6 (Final) | |
| 6 | INFO [Bootstrap] WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
| 7 | INFO [CDIExtensionPoints] starting errai cdi ... | |
| 8 | INFO [GwtDevHostedModeContainer] Jetty detected, JSR-299 injection will be available in Servlets and Filters. Injection into Listeners is not supported. | |
| 9 | INFO [CDIExtensionPoints] discovered errai service: public@Service class ar.com.server.DummyServiceImpl | |
| 10 | INFO [Reflections] Reflections took 1049 ms to scan 10 urls, producing 401 keys and 1401 values [using 2 cores] | |
| 11 | INFO [CDIExtensionPoints] all services registered successfully | |
| 12 | INFO [NoopClusteringProvider] clustering support not configured. | |
| 13 | INFO [OrderedBootstrap] starting errai bus ... | |
| 14 | INFO [DefaultComponents] using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher | |
| 15 | INFO [DefaultComponents] using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider | |
| 16 | INFO [LoadExtensions] searching for errai extensions ... | |
| 17 | INFO [LoadExtensions] found extension org.jboss.errai.tools.monitoring.MonitorExtension | |
| 18 | INFO [OrderedBootstrap] errai bus started. | |
| 19 | logging for HtmlUnit thread | |
| 20 | [WARN] Obsolete content type encountered: 'application/x-javascript'. | |
| 21 | INFO [CacheUtil] clearing all generation caches... | |
| 22 | INFO [AsyncGenerators] discovered async generator org.jboss.errai.bus.rebind.RpcProxyLoaderGenerator; for type: org.jboss.errai.bus.client.framework.RpcProxyLoader | |
| 23 | INFO [AsyncGenerators] discovered async generator org.jboss.errai.marshalling.rebind.MarshallersGenerator; for type: org.jboss.errai.marshalling.client.api.MarshallerFactory | |
| 24 | INFO [AsyncGenerators] discovered async generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator; for type: org.jboss.errai.ioc.client.Bootstrapper | |
| 25 | INFO [AsyncGenerators] started async generation for >> org.jboss.errai.marshalling.client.api.MarshallerFactory | |
| 26 | INFO [AsyncGenerators] started async generation for >> org.jboss.errai.ioc.client.Bootstrapper | |
| 27 | INFO [Generator] not emitting server marshaller class | |
| 28 | INFO [RpcProxyLoaderGenerator] generating RPC proxy loader class... | |
| 29 | INFO [AsyncGenerators] started async generation for >> org.jboss.errai.bus.client.framework.RpcProxyLoader | |
| 30 | INFO [IOCBootstrapGenerator] generating IOC bootstrapping class... | |
| 31 | WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code. | |
| 32 | WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true | |
| 33 | WARN [EnvUtil] reachability analysis disabled. errai may generate unnecessary code. | |
| 34 | WARN [EnvUtil] enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true | |
| 35 | INFO [MarshallerGeneratorFactory] generating marshaller factory class for client... | |
| 36 | INFO [RpcProxyLoaderGenerator] generated RPC proxy loader class in 520ms. | |
| 37 | INFO [MarshallerGeneratorFactory] generated marshaller factory class in 1525ms. | |
| 38 | java.util.concurrent.ExecutionException: org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException: @> ar.com.client.local.App | |
| 39 | - field org.jboss.errai.codegen.meta.MetaField:ar.com.client.local.App.dummyService could not be satisfied for type: ar.com.client.shared.DummyService | |
| 40 | Message: can't resolve bean: ar.com.client.shared.DummyService ( @Default ) | |
| 41 | ||
| 42 | at java.util.concurrent.FutureTask.report(FutureTask.java:122) | |
| 43 | at java.util.concurrent.FutureTask.get(FutureTask.java:188) | |
| 44 | at org.jboss.errai.config.rebind.AsyncGenerators$FutureWrapper.get(AsyncGenerators.java:112) | |
| 45 | at org.jboss.errai.config.rebind.AsyncGenerators$FutureWrapper.get(AsyncGenerators.java:86) | |
| 46 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator.startAsyncGeneratorsAndWaitFor(AbstractAsyncGenerator.java:100) | |
| 47 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator.generate(IOCGenerator.java:58) | |
| 48 | at com.google.gwt.core.ext.IncrementalGenerator.generateNonIncrementally(IncrementalGenerator.java:40) | |
| 49 | at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:657) | |
| 50 | at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41) | |
| 51 | at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:79) | |
| 52 | at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:276) | |
| 53 | at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:141) | |
| 54 | at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:595) | |
| 55 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:465) | |
| 56 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 57 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 58 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 59 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 60 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 61 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 62 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 63 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 64 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 65 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 66 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 67 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 68 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 69 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 70 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:63) | |
| 71 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:1) | |
| 72 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 73 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 74 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 75 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 76 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 77 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 78 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 79 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 80 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 81 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 82 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 83 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 84 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 85 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 86 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 87 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 88 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 89 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 90 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 91 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 92 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 93 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 94 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 95 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 96 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 97 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 98 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 99 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 100 | at java.lang.Thread.run(Thread.java:744) | |
| 101 | Caused by: org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException: @> ar.com.client.local.App | |
| 102 | - field org.jboss.errai.codegen.meta.MetaField:ar.com.client.local.App.dummyService could not be satisfied for type: ar.com.client.shared.DummyService | |
| 103 | Message: can't resolve bean: ar.com.client.shared.DummyService ( @Default ) | |
| 104 | ||
| 105 | at org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException.createWithSingleFieldFailure(UnsatisfiedDependenciesException.java:39) | |
| 106 | at org.jboss.errai.ioc.rebind.ioc.injector.api.InjectionTask.doTask(InjectionTask.java:119) | |
| 107 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil.handleInjectionTasks(InjectUtil.java:164) | |
| 108 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil.access$000(InjectUtil.java:73) | |
| 109 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil$2.generateConstructor(InjectUtil.java:151) | |
| 110 | at org.jboss.errai.ioc.rebind.ioc.injector.basic.TypeInjector.renderProvider(TypeInjector.java:138) | |
| 111 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor$4.handle(IOCConfigProcessor.java:420) | |
| 112 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor$7.process(IOCConfigProcessor.java:673) | |
| 113 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor.process(IOCConfigProcessor.java:619) | |
| 114 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator.generateBootstrappingClassSource(IOCBootstrapGenerator.java:293) | |
| 115 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator.generate(IOCBootstrapGenerator.java:143) | |
| 116 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator.generate(IOCGenerator.java:68) | |
| 117 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator$1.call(AbstractAsyncGenerator.java:43) | |
| 118 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator$1.call(AbstractAsyncGenerator.java:40) | |
| 119 | at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| 120 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| 121 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| 122 | ... 1 more | |
| 123 | Rebinding org.jboss.errai.ioc.client.Bootstrapper | |
| 124 | Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator | |
| 125 | [ERROR] Error generating BootstrapperImpl | |
| 126 | java.util.concurrent.ExecutionException: org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException: @> ar.com.client.local.App | |
| 127 | - field org.jboss.errai.codegen.meta.MetaField:ar.com.client.local.App.dummyService could not be satisfied for type: ar.com.client.shared.DummyService | |
| 128 | Message: can't resolve bean: ar.com.client.shared.DummyService ( @Default ) | |
| 129 | ||
| 130 | at java.util.concurrent.FutureTask.report(FutureTask.java:122) | |
| 131 | at java.util.concurrent.FutureTask.get(FutureTask.java:188) | |
| 132 | at org.jboss.errai.config.rebind.AsyncGenerators$FutureWrapper.get(AsyncGenerators.java:112) | |
| 133 | at org.jboss.errai.config.rebind.AsyncGenerators$FutureWrapper.get(AsyncGenerators.java:86) | |
| 134 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator.startAsyncGeneratorsAndWaitFor(AbstractAsyncGenerator.java:100) | |
| 135 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator.generate(IOCGenerator.java:58) | |
| 136 | at com.google.gwt.core.ext.IncrementalGenerator.generateNonIncrementally(IncrementalGenerator.java:40) | |
| 137 | at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:657) | |
| 138 | at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41) | |
| 139 | at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:79) | |
| 140 | at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:276) | |
| 141 | at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:141) | |
| 142 | at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:595) | |
| 143 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:465) | |
| 144 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 145 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 146 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 147 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 148 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 149 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 150 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 151 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 152 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 153 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 154 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 155 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 156 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 157 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 158 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:63) | |
| 159 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:1) | |
| 160 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 161 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 162 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 163 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 164 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 165 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 166 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 167 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 168 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 169 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 170 | java.lang.RuntimeException: Deferred binding failed for 'org.jboss.errai.ioc.client.Bootstrapper' (did you forget to inherit a required module?) | |
| 171 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53) | |
| 172 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 173 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 174 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 175 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 176 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 177 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 178 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 179 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 180 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 181 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 182 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 183 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 184 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 185 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:63) | |
| 186 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:1) | |
| 187 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 188 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 189 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 190 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 191 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 192 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 193 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 194 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 195 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 196 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 197 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 198 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 199 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 200 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 201 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 202 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 203 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 204 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 205 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 206 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 207 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 208 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 209 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 210 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 211 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 212 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 213 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 214 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 215 | at java.lang.Thread.run(Thread.java:744) | |
| 216 | Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries) | |
| 217 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:513) | |
| 218 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 219 | ... 44 more | |
| 220 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 221 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 222 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 223 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 224 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 225 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 226 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 227 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 228 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 229 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 230 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 231 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 232 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 233 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 234 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 235 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 236 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 237 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 238 | at java.lang.Thread.run(Thread.java:744) | |
| 239 | Caused by: org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException: @> ar.com.client.local.App | |
| 240 | - field org.jboss.errai.codegen.meta.MetaField:ar.com.client.local.App.dummyService could not be satisfied for type: ar.com.client.shared.DummyService | |
| 241 | Message: can't resolve bean: ar.com.client.shared.DummyService ( @Default ) | |
| 242 | ||
| 243 | at org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException.createWithSingleFieldFailure(UnsatisfiedDependenciesException.java:39) | |
| 244 | at org.jboss.errai.ioc.rebind.ioc.injector.api.InjectionTask.doTask(InjectionTask.java:119) | |
| 245 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil.handleInjectionTasks(InjectUtil.java:164) | |
| 246 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil.access$000(InjectUtil.java:73) | |
| 247 | at org.jboss.errai.ioc.rebind.ioc.injector.InjectUtil$2.generateConstructor(InjectUtil.java:151) | |
| 248 | at org.jboss.errai.ioc.rebind.ioc.injector.basic.TypeInjector.renderProvider(TypeInjector.java:138) | |
| 249 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor$4.handle(IOCConfigProcessor.java:420) | |
| 250 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor$7.process(IOCConfigProcessor.java:673) | |
| 251 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor.process(IOCConfigProcessor.java:619) | |
| 252 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator.generateBootstrappingClassSource(IOCBootstrapGenerator.java:293) | |
| 253 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator.generate(IOCBootstrapGenerator.java:143) | |
| 254 | at org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator.generate(IOCGenerator.java:68) | |
| 255 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator$1.call(AbstractAsyncGenerator.java:43) | |
| 256 | at org.jboss.errai.config.rebind.AbstractAsyncGenerator$1.call(AbstractAsyncGenerator.java:40) | |
| 257 | at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| 258 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| 259 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| 260 | ... 1 more | |
| 261 | [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?) | |
| 262 | [WARN] org.jboss.errai.ioc.client.BootstrapperImpl | |
| 263 | [ERROR] Could not load deferred binding result type 'org.jboss.errai.ioc.client.BootstrapperImpl' | |
| 264 | java.lang.ClassNotFoundException: org$jboss$errai$ioc$client$BootstrapperImpl | |
| 265 | at com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1090) | |
| 266 | at com.google.gwt.dev.shell.CompilingClassLoader.loadClass(CompilingClassLoader.java:1196) | |
| 267 | at java.lang.ClassLoader.loadClass(ClassLoader.java:358) | |
| 268 | at java.lang.Class.forName0(Native Method) | |
| 269 | at java.lang.Class.forName(Class.java:270) | |
| 270 | at com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName(ModuleSpace.java:665) | |
| 271 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:468) | |
| 272 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 273 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 274 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 275 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 276 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 277 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 278 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 279 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 280 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 281 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 282 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 283 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 284 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 285 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 286 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:63) | |
| 287 | at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:1) | |
| 288 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 289 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 290 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 291 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 292 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 293 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 294 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 295 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 296 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 297 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 298 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 299 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 300 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 301 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 302 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 303 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 304 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 305 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 306 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 307 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 308 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 309 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 310 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 311 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 312 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 313 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 314 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 315 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 316 | at java.lang.Thread.run(Thread.java:744) | |
| 317 | [ERROR] Could not load deferred binding result type 'org.jboss.errai.ioc.client.BootstrapperImpl' | |
| 318 | java.lang.ClassNotFoundException: org$jboss$errai$ioc$client$BootstrapperImpl | |
| 319 | at com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1090) | |
| 320 | at com.google.gwt.dev.shell.CompilingClassLoader.loadClass(CompilingClassLoader.java:1196) | |
| 321 | at java.lang.ClassLoader.loadClass(ClassLoader.java:358) | |
| 322 | at java.lang.Class.forName0(Native Method) | |
| 323 | at java.lang.Class.forName(Class.java:270) | |
| 324 | at com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName(ModuleSpace.java:665) | |
| 325 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:468) | |
| 326 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 327 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 328 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 329 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 330 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 331 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 332 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 333 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 334 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 335 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 336 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 337 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 338 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 339 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 340 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1) | |
| 341 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 342 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 343 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 344 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 345 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 346 | java.lang.RuntimeException: Deferred binding failed for 'org.jboss.errai.ioc.client.Bootstrapper' (did you forget to inherit a required module?) | |
| 347 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 348 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 349 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 350 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 351 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 352 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 353 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 354 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 355 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 356 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 357 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 358 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 359 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 360 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 361 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 362 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 363 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 364 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 365 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 366 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53) | |
| 367 | at com.google.gwt.core.shared.GWT.create(GWT.java:57) | |
| 368 | at com.google.gwt.core.client.GWT.create(GWT.java:85) | |
| 369 | at org.jboss.errai.ioc.client.Container.bootstrapContainer(Container.java:64) | |
| 370 | at org.jboss.errai.ioc.client.Container.onModuleLoad(Container.java:41) | |
| 371 | at org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest.gwtSetUp(AbstractErraiCDITest.java:55) | |
| 372 | at ar.com.client.local.AppIntegrationTest.gwtSetUp(AppIntegrationTest.java:29) | |
| 373 | at com.google.gwt.junit.client.GWTTestCase.setUp(GWTTestCase.java:255) | |
| 374 | at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:187) | |
| 375 | at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:129) | |
| 376 | at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) | |
| 377 | at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) | |
| 378 | at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) | |
| 379 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) | |
| 380 | at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1) | |
| 381 | at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) | |
| 382 | at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) | |
| 383 | at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) | |
| 384 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 385 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 386 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 387 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 388 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 389 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 390 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 391 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) | |
| 392 | at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) | |
| 393 | at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) | |
| 394 | at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) | |
| 395 | at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) | |
| 396 | at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) | |
| 397 | at com.google.gwt.core.client.impl.Impl.apply(Impl.java) | |
| 398 | at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) | |
| 399 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 400 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| 401 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 402 | at java.lang.reflect.Method.invoke(Method.java:606) | |
| 403 | at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) | |
| 404 | at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) | |
| 405 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 406 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 407 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 408 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 409 | at java.lang.Thread.run(Thread.java:744) | |
| 410 | Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries) | |
| 411 | at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:513) | |
| 412 | at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) | |
| 413 | ... 43 more | |
| 414 | at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) | |
| 415 | at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) | |
| 416 | at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) | |
| 417 | at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) | |
| 418 | at java.lang.Thread.run(Thread.java:744) | |
| 419 | Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 55.364 sec <<< FAILURE! | |
| 420 | ||
| 421 | Results : | |
| 422 | ||
| 423 | Tests in error: | |
| 424 | testInitialSetup(ar.com.client.local.AppIntegrationTest) | |
| 425 | testButtonClickUpdatesLabel(ar.com.client.local.AppIntegrationTest) | |
| 426 | ||
| 427 | Tests run: 2, Failures: 0, Errors: 2, Skipped: 0 | |
| 428 | ||
| 429 | [INFO] ------------------------------------------------------------------------ | |
| 430 | [INFO] BUILD FAILURE | |
| 431 | [INFO] ------------------------------------------------------------------------ | |
| 432 | [INFO] Total time: 1:07.517s | |
| 433 | [INFO] Finished at: Tue Mar 18 14:54:53 ART 2014 | |
| 434 | [INFO] Final Memory: 28M/218M | |
| 435 | [INFO] ------------------------------------------------------------------------ | |
| 436 | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project pola: There are test failures. | |
| 437 | [ERROR] | |
| 438 | [ERROR] Please refer to /home/victor/pola/target/surefire-reports for the individual test results. | |
| 439 | [ERROR] -> [Help 1] | |
| 440 | [ERROR] | |
| 441 | [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
| 442 | [ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
| 443 | [ERROR] | |
| 444 | [ERROR] For more information about the errors and possible solutions, please read the following articles: | |
| 445 | [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException |