Tests setup

132 views
Skip to first unread message

Victor Perticarrari

unread,
Aug 27, 2018, 9:32:41 AM8/27/18
to thor...@googlegroups.com
Hi,

I'm building an application using Wildfly Swarm 2018.5.0.
When I setup the application tests, every thing works fine in an "Hello World" application, but when I add it to my application with all dependecies, there is a lot of erros like: Unsatisfied dependencies for type LoggingFraction with qualifiers @Any

How the best approach to fix this errors and setup correctly my tests? This is an Wildfly Swarm bug? There is any way to make it work? Just for clarify I had updated to Thorntail 2.1.0.Final, and I have a similar problem with jandex dependecy. Works in a "Hello World", but when I add some dependecy I have errors.
For now I'm developing without test, and I do not like to do that! :(

2018-08-27 10:20:48,696 WARN  [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001471: Interceptor method setupFactories defined on class org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
at org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer.setupFactories(StandaloneXMLParserProducer.java:0)
  StackTrace
2018-08-27 10:20:48,698 WARN  [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001471: Interceptor method postConstruct defined on class org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem is not defined according to the specification. It should not throw java.io.IOException, which is a checked exception.
at org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem.postConstruct(ShrinkWrapFileSystem.java:0)
  StackTrace
2018-08-27 10:20:48,730 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."FirmwareTest.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."FirmwareTest.war".WeldStartService: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List with 2 exceptions:
Exception 0 :
org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type LoggingFraction with qualifiers @Any
  at injection point [BackedAnnotatedField] @Inject @Any private org.wildfly.swarm.logging.runtime.EarlyLoggingCustomizer.fraction
  at org.wildfly.swarm.logging.runtime.EarlyLoggingCustomizer.fraction(EarlyLoggingCustomizer.java:0)

at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:362)
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:284)
at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:137)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:158)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:501)
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:61)
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:59)
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:62)
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:55)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Exception 1 :
org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type LoggingFraction with qualifiers @Any
  at injection point [BackedAnnotatedField] @Inject @Any private org.wildfly.swarm.logging.runtime.LoggingCustomizer.fraction
  at org.wildfly.swarm.logging.runtime.LoggingCustomizer.fraction(LoggingCustomizer.java:0)

at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:362)
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:284)
at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:137)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:158)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:501)
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:61)
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:59)
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:62)
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:55)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)

at org.jboss.weld.bootstrap.ConcurrentValidator.validateBeans(ConcurrentValidator.java:69)
at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:462)
at org.jboss.weld.bootstrap.WeldStartup.validateBeans(WeldStartup.java:477)
at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:90)
at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:96)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
... 3 more

Thanks,
--
Victor Osório

Ken Finnigan

unread,
Aug 27, 2018, 10:17:23 AM8/27/18
to Thorntail
Is your project on GitHub, or can you share your pom.xml?

Without some more context it's difficult to know where the problem might be

Thanks
Ken

Victor Perticarrari

unread,
Aug 27, 2018, 10:28:53 AM8/27/18
to k...@kenfinnigan.me, thor...@googlegroups.com
Ken, 
It is an private repository, I can't show. I try to configure an Demo on github, but it works correctly! I just ask to see if it is a known issue and there is a known solution.

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.
To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Victor Perticarrari

unread,
Aug 27, 2018, 10:48:20 AM8/27/18
to k...@kenfinnigan.me, thor...@googlegroups.com
Ken,


If you look in this branch, I'm using the Thorntail 2.0.0.Final that present the same error I'm having with wildfly-swarm 2018.5.0.

If I change the version to 2.1.0.Final, I'm getting the error below. Any solution works for me. I do not mind update the thorntail/swarm version.
2018-08-27 11:47:09,552 ERROR [stderr] (main) java.lang.reflect.InvocationTargetException
2018-08-27 11:47:09,552 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2018-08-27 11:47:09,552 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2018-08-27 11:47:09,552 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2018-08-27 11:47:09,553 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498)
2018-08-27 11:47:09,553 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:53)
2018-08-27 11:47:09,553 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.run(Main.java:132)
2018-08-27 11:47:09,553 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.main(Main.java:85)
2018-08-27 11:47:09,554 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 14
2018-08-27 11:47:09,554 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:301)
2018-08-27 11:47:09,554 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:174)
2018-08-27 11:47:09,554 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:107)
2018-08-27 11:47:09,554 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer$Proxy$_$$_WeldClientProxy.deploy(Unknown Source)
2018-08-27 11:47:09,555 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.deploy(Swarm.java:473)
2018-08-27 11:47:09,555 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:744)
2018-08-27 11:47:09,556 ERROR [stderr] (main) ... 7 more
2018-08-27 11:47:09,556 ERROR [stderr] (main) Caused by: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 14
2018-08-27 11:47:09,556 ERROR [stderr] (main) at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1417)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at org.jboss.jandex.Indexer.index(Indexer.java:1451)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.indexArchive(ArchiveUtil.java:154)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.indexArchive(ArchiveUtil.java:162)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.archiveToIndex(ArchiveUtil.java:126)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at org.wildfly.swarm.microprofile.openapi.runtime.OpenApiDeploymentProcessor.<init>(OpenApiDeploymentProcessor.java:73)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2018-08-27 11:47:09,557 ERROR [stderr] (main) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.newInstance(ConstructorInjectionPoint.java:119)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.invokeAroundConstructCallbacks(ConstructorInjectionPoint.java:92)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.newInstance(ConstructorInjectionPoint.java:78)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at org.jboss.weld.injection.producer.AbstractInstantiator.newInstance(AbstractInstantiator.java:28)
2018-08-27 11:47:09,558 ERROR [stderr] (main) at org.jboss.weld.injection.producer.BasicInjectionTarget.produce(BasicInjectionTarget.java:112)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.injection.producer.BeanInjectionTarget.produce(BeanInjectionTarget.java:180)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.cdi.configurable.ConfigurableInjectionTarget.produce(ConfigurableInjectionTarget.java:62)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:158)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.cdi.DeploymentContextImpl.get(DeploymentContextImpl.java:64)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:100)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:99)
2018-08-27 11:47:09,559 ERROR [stderr] (main) at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
2018-08-27 11:47:09,560 ERROR [stderr] (main) at org.wildfly.swarm.microprofile.openapi.runtime.OpenApiDeploymentProcessor$Proxy$_$$_WeldClientProxy.process(Unknown Source)
2018-08-27 11:47:09,560 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:233)
2018-08-27 11:47:09,560 ERROR [stderr] (main) ... 12 more
2018-08-27 11:47:09,560 ERROR [stderr] (main) Exception in thread "main" java.lang.reflect.InvocationTargetException
2018-08-27 11:47:09,560 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2018-08-27 11:47:09,560 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2018-08-27 11:47:09,561 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2018-08-27 11:47:09,561 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498)
2018-08-27 11:47:09,561 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:53)
2018-08-27 11:47:09,561 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.run(Main.java:132)
2018-08-27 11:47:09,561 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.main(Main.java:85)
2018-08-27 11:47:09,561 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 14
2018-08-27 11:47:09,561 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:301)
2018-08-27 11:47:09,562 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:174)
2018-08-27 11:47:09,562 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:107)
2018-08-27 11:47:09,562 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer$Proxy$_$$_WeldClientProxy.deploy(Unknown Source)
2018-08-27 11:47:09,564 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.deploy(Swarm.java:473)
2018-08-27 11:47:09,565 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:744)
2018-08-27 11:47:09,565 ERROR [stderr] (main) ... 7 more
2018-08-27 11:47:09,569 ERROR [stderr] (main) Caused by: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 14
2018-08-27 11:47:09,569 ERROR [stderr] (main) at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1417)
2018-08-27 11:47:09,570 ERROR [stderr] (main) at org.jboss.jandex.Indexer.index(Indexer.java:1451)
2018-08-27 11:47:09,570 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.indexArchive(ArchiveUtil.java:154)
2018-08-27 11:47:09,570 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.indexArchive(ArchiveUtil.java:162)
2018-08-27 11:47:09,570 ERROR [stderr] (main) at io.smallrye.openapi.api.util.ArchiveUtil.archiveToIndex(ArchiveUtil.java:126)
2018-08-27 11:47:09,570 ERROR [stderr] (main) at org.wildfly.swarm.microprofile.openapi.runtime.OpenApiDeploymentProcessor.<init>(OpenApiDeploymentProcessor.java:73)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.newInstance(ConstructorInjectionPoint.java:119)
2018-08-27 11:47:09,571 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.invokeAroundConstructCallbacks(ConstructorInjectionPoint.java:92)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.jboss.weld.injection.ConstructorInjectionPoint.newInstance(ConstructorInjectionPoint.java:78)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.jboss.weld.injection.producer.AbstractInstantiator.newInstance(AbstractInstantiator.java:28)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.jboss.weld.injection.producer.BasicInjectionTarget.produce(BasicInjectionTarget.java:112)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.jboss.weld.injection.producer.BeanInjectionTarget.produce(BeanInjectionTarget.java:180)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.cdi.configurable.ConfigurableInjectionTarget.produce(ConfigurableInjectionTarget.java:62)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:158)
2018-08-27 11:47:09,572 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.cdi.DeploymentContextImpl.get(DeploymentContextImpl.java:64)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:100)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:99)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.wildfly.swarm.microprofile.openapi.runtime.OpenApiDeploymentProcessor$Proxy$_$$_WeldClientProxy.process(Unknown Source)
2018-08-27 11:47:09,573 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:233)
2018-08-27 11:47:09,573 ERROR [stderr] (main) ... 12 more
--
Victor Osório

Ken Finnigan

unread,
Aug 27, 2018, 10:51:53 AM8/27/18
to Thorntail
Based on the error there with 2.1.0.Final, I suspect you're running it from within the IDE?

If so, you're being hit with https://issues.jboss.org/browse/THORN-2136 which is fixed in master, but will be released in 2.2.0.Final in the next week

Ken
On Mon, 27 Aug 2018 at 11:28, Victor Perticarrari <> wrote:
Ken, 
It is an private repository, I can't show. I try to configure an Demo on github, but it works correctly! I just ask to see if it is a known issue and there is a known solution.

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

Victor Perticarrari

unread,
Aug 27, 2018, 10:55:24 AM8/27/18
to k...@kenfinnigan.me, thor...@googlegroups.com
No. I'm running with mvn clean install

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Ken Finnigan

unread,
Aug 27, 2018, 10:58:51 AM8/27/18
to Thorntail
I suspect that your problem will still be fixed in 2.2.0.Final, but you can build "master" branch now to verify


On Monday, August 27, 2018 at 10:55:24 AM UTC-4, Victor Osório wrote:
No. I'm running with mvn clean install

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Victor Perticarrari

unread,
Aug 27, 2018, 11:01:24 AM8/27/18
to k...@kenfinnigan.me, thor...@googlegroups.com
When the 2.2.0.Final will be released? 

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Ken Finnigan

unread,
Aug 27, 2018, 11:03:45 AM8/27/18
to Thorntail
As I mentioned in a previous message, 2.2.0.Final will be released within the next week


On Monday, August 27, 2018 at 11:01:24 AM UTC-4, Victor Osório wrote:
When the 2.2.0.Final will be released? 

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/941ad005-12d4-4a26-b02e-d69b3fabffe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Victor Perticarrari

unread,
Aug 27, 2018, 2:46:11 PM8/27/18
to Ken Finnigan, thor...@googlegroups.com
Hi Ken,

I had upgrated my example to thorntail 2.2.0.Final-SNAPSHOT and I'm still having errors on tests.

2018-08-27 15:43:22,531 WARN  [org.jboss.weld.Validator] (MSC service thread 1-4) WELD-001471: Interceptor method postConstruct defined on class org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem is not defined according to the specification. It should not throw java.io.IOException, which is a checked exception.
at org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem.postConstruct(ShrinkWrapFileSystem.java:0)
  StackTrace
2018-08-27 15:43:22,534 WARN  [org.jboss.weld.Validator] (MSC service thread 1-4) WELD-001471: Interceptor method setupFactories defined on class org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
at org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer.setupFactories(StandaloneXMLParserProducer.java:0)
  StackTrace
2018-08-27 15:43:22,548 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."UserTest.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."UserTest.war".WeldStartService: Failed to start service
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/941ad005-12d4-4a26-b02e-d69b3fabffe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Ken Finnigan

unread,
Aug 27, 2018, 2:48:07 PM8/27/18
to Thorntail
Unfortunately I'm not sure what's causing those particular issues without an example to test against.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/941ad005-12d4-4a26-b02e-d69b3fabffe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+unsubscribe@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/4440d4cf-76c0-475e-8481-f18926591e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

Victor Perticarrari

unread,
Aug 27, 2018, 3:07:31 PM8/27/18
to Ken Finnigan, thor...@googlegroups.com
Sorry, as I said in my last emails, I built an example here: https://github.com/vepo/microprofile-tutorial/tree/error

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/26f0fe3b-28a0-41df-a82b-9953e32e237f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/112e7b5b-7a64-426e-9efc-1a2c60ea85ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/941ad005-12d4-4a26-b02e-d69b3fabffe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/4440d4cf-76c0-475e-8481-f18926591e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Victor Osório

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.

To post to this group, send email to thor...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Victor Osório
Reply all
Reply to author
Forward
0 new messages