Alex Soto

Results 151 comments of Alex Soto

Yes it seems that there is no need for it. Let's deprecate and remove in the feature.

Yes it seems this problem you mention, but do you need containerless in this case? Usually containerless is for applications written in other language rather than Java or for CLI...

Hi, it seems that it should work. Just one thing are you in Linux? Also notice that you are trying to reach port 8082, but in your arquillian.xml there is...

I am just suggesting another way of doing this. I will need some time to investigate what it is happening to you in this case, I will try to isolate...

Regarding > java.lang.IllegalArgumentException: Containerless container should be built using a Dockerfile, and no templatePath property found for container. There is a bug somewhere in code, trying to find where and...

BTW have you tried in using Wildfly 8.1.0 instead of 9.0.0?

Ok for `IllegalArgumentException` you need to add next property in `arquillian.xml` `CUBE` to set format to CUBE.

One question do you have the problem when running in containerless way or chameleon or both?

Yes running same containers in same docker host makes a conflict this error is not related to Cube but to Docker. You can fix this concurrency using http://arquillian.org/arquillian-cube/#_parallel_execution

So the thing that you cannot run (apart from Jenkins problem which is related on how Docker manages images), is in containerless right? But I am not seeing why you...