Re: NPE when webBeansContext.getApplicationBoundaryService() in AbstractProxyFactory

2015-05-19 Thread Mark Struberg
well, that should not happen of course ;) I can give you a quick explanation what the ApplicationBoundaryService is for. We use it to get the ClassLoader to use for a class we need to proxy. Say if we create a CDI proxy (Contextual Reference) for a MyCustomCdiBean in your project then we usually

Re: NPE when webBeansContext.getApplicationBoundaryService() in AbstractProxyFactory

2015-05-19 Thread Thusitha Thilina Dayaratne
Hi All, I'm extremely sorry for the mistake. This should be sent to the openwebbeans user groups. Sorry again. 2015-05-19 18:39 GMT+05:30 Thusitha Thilina Dayaratne < thusithathil...@gmail.com>: > Hi, > > I'm trying to upgrade tomee support in our server from tomee 1.6.0.3 to > 1.7.2. SInce 1.7.

NPE when webBeansContext.getApplicationBoundaryService() in AbstractProxyFactory

2015-05-19 Thread Thusitha Thilina Dayaratne
Hi, I'm trying to upgrade tomee support in our server from tomee 1.6.0.3 to 1.7.2. SInce 1.7.2 is not released yet I'm using 1.7.2-SNAPSHOT. After doing the changes when I deploy an simple CDI app it throws following exception (I deployed and run the same app with 1.6.0.3 it works fine there) ERR