Also, I searched all log files, and this exception only occurred this
morning, first and only time/occurrence. :(



On Wed, Aug 21, 2013 at 10:52 AM, Howard W. Smith, Jr. <
smithh032...@gmail.com> wrote:

> CLARIFICATION:
>
> java.lang.NullPointerException
>  at
> jsf.orders.pf_OrdersController.releaseResources(pf_OrdersController.java:631)
>
> line 631 == if (browseCopy) { ... in the code segment below; browseCopy
> (boolean) is never set to 'null' via my code/app.
>
> On Wed, Aug 21, 2013 at 10:23 AM, Howard W. Smith, Jr. <
> smithh032...@gmail.com> wrote:
>
>> So, a bean called pf_OrdersControler have the following:
>>
>>     @PreDestroy
>>     protected void releaseResources(){
>>
>>         if (browseCopy) {
>>             browseCopyBean.releaseResources();
>>         }
>>         else {
>>             browseBean.releaseResources();
>>         }
>>
>>
>>

Reply via email to