users@jersey.java.net

[Jersey] Null Pointer Exception in CDIComponentProviderFactory

From: Eric Reagan <reaganej_at_gmail.com>
Date: Tue, 31 May 2011 11:31:25 -0400

Hello,
    I am having an issue with packaging my war file inside of my ear. Right
now I have an EJB war service which I need to package inside of my ear. I
build the ear and I am getting a NullPointerException
CDIComponentProviderFactory.<init>(CDIComponentProviderFactory.java:94). I
have put inside of my Glassfish 3.1 instance the
lookupExtensionInBeanManager to true. I don't get any problems when my war
is separate loading the remote interface but we want to bundle our war and
use the Local Implementation. Has anyone seen this error before? Is there
something I am doing wrong?

Thank you,

-- 
Eric Reagan