Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Ove Ranheim
hi gerhard! thanks for clarifying my mistake. adding jars solves my problem.. :-) ove On 21 Feb 2014, at 13:37, Gerhard Petracek wrote: > hi ove, > > you are not adding deltaspike to your deployment. > please have a look at our arquillian >tests<. > > regards, > gerhard > > http://www.iria

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Ron Smeral
...and by WeldExtension I meant DeltaSpikeContextExtension :) My point is basically what Gerhard just wrote. On 21.2.2014 13:42, Ron Smeral wrote: Reading the stacktrace, I see the WeldExtension which is a part of deltaspike-core-impl can't find the WindowBeanHolder bean. That is however expect

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Ron Smeral
Reading the stacktrace, I see the WeldExtension which is a part of deltaspike-core-impl can't find the WindowBeanHolder bean. That is however expected, because the bean is not a part of the deployment. If you try making your deployment a WAR with a test jar and add the deltaspike core archive as

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Gerhard Petracek
hi ove, you are not adding deltaspike to your deployment. please have a look at our arquillian >tests<. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-21 13:16

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Ove Ranheim
Another finding. When I copy the test case sources from ds-weld-test/helloworld/src/test/java to deltaspike/core/impl/src/test/java and issue: mvn clean test -PWeld -Dweld.version=2.1.2.Final (-Dtest=WeldTest) all test cases works as expected, except for the [1] WeldTest. Is something wrong with

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Ove Ranheim
I've double checked my configuration in poms over again and cannot find anything wrong. If I disable DS-dependencies for deltaspike-core-api and deltaspike-core-impl (ds-weld-test-helloworld pom), it works like a charm. When they are enabled, the error re-occurs. If something is wrong with my arqu

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-21 Thread Gerhard Petracek
hi ove, the project you provided shows an arquillian config-issue. please check the setup again and/or contact the arquillian community. regards, gerhard 2014-02-20 23:01 GMT+01:00 Ove Ranheim : > Hi Gerhard, > > I did run the test suite in DS and all test cases runs fine with -PWeld > -Dweld

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
Hi Gerhard, I did run the test suite in DS and all test cases runs fine with -PWeld -Dweld.version=2.1.2.Final ! However, when I run my (simple) test case, it fails. So in order to nail out the problem, I made a test case. Would you be able to have a look at: https://github.com/oranheim/ds-wel

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Gerhard Petracek
hi ove, please have a look at [1]. regards, gerhard [1] http://deltaspike.apache.org/source.html#scm-repository http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-20 11:51 GMT+01:

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
The test case is successful in Jenkins. I checkout latest sources from GitHub and re-run my test. I still get the same error. Is GitHub in sync with Apache Git?

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Gerhard Petracek
hi ove, please have a look at [1]. regards, gerhard [1] https://builds.apache.org/view/A-D/view/DeltaSpike/job/DeltaSpike%20Weld%202.1.2/ http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
I getting an exception when using Weld 2.1.2 with DS 0.6-SNAPSHOT. The exception message is: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] Is DS compatible with Weld 2.1.2? Br, Ove Feb 20, 2014 9:01:50 AM org.jboss.weld.boot