AW: AW: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread it-media . kopp
> -Ursprüngliche Nachricht- > Von: Mark Struberg [mailto:strub...@yahoo.de] > Gesendet: Dienstag, 20. Mai 2014 13:56 > An: dev@deltaspike.apache.org > Betreff: Re: AW: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - > NullPointerException at Ap

Re: AW: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread Mark Struberg
opp > >> -Ursprüngliche Nachricht- >> Von: Mark Struberg [mailto:strub...@yahoo.de] >> Gesendet: Dienstag, 20. Mai 2014 12:59 >> An: dev@deltaspike.apache.org >> Betreff: Re: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - >> NullPointerException at Application S

AW: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread it-media . kopp
very much, Heiko -- Dr.-Ing. Heiko Kopp > -Ursprüngliche Nachricht- > Von: Mark Struberg [mailto:strub...@yahoo.de] > Gesendet: Dienstag, 20. Mai 2014 12:59 > An: dev@deltaspike.apache.org > Betreff: Re: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - > NullPointerException at

Re: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread Mark Struberg
we will NOT 'fix' this in DeltaSpike as this is a clear bug in WAS-8.0.0.x. I already reported this as bug via a PMR a year ago, and there IS a fix for it available. Please check the bugfix list with your IBM representative and upgrade to the WAS version in which this is fixed. I'm aware that th

AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread it-media . kopp
Hello Gerhard, thank you for your fast response. I did so and it worked, however this problem seems to occur in almost ALL AppicationScoped classes. I've come across two new ones after that: @ApplicationScoped public class WindowContextProducer { @Inject private DeltaSpikeContextExtensi

Re: AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread Mark Struberg
We have something similar at our customer. Most times using openejb with deltaspike-cdictrl for running our unit tests (way faster than liberty) and WAS-8.5.5.1 in production. See [1] and [2] plus a bit maven magic in the poms for a sample setup. LieGrue, strub [1 https://github.com/strube

AW: 0.7/0.8-SNAPSHOT - Error under WAS 8 - NullPointerException at Application Start in ViewConfigResolverProducer.createViewConfigResolver

2014-05-20 Thread it-media . kopp
Hello Mark, thank you for pointing this out. This version mess in WebSphere drives me crazy. Unfortunately the development happens using liberty because its much more convinient. The integration test happens under WAS 8.0.0.8 cause it's the productive environment. I guess we have to go back dev