[weld-issues] [JBoss JIRA] Created: (WELD-359) EJBs without local interfaces throws NPEs
Nicklas Karlsson (JIRA)
jira-events at lists.jboss.org
Wed Dec 30 15:44:30 EST 2009
EJBs without local interfaces throws NPEs
-----------------------------------------
Key: WELD-359
URL: https://jira.jboss.org/jira/browse/WELD-359
Project: Weld
Issue Type: Bug
Components: Bootstrap and Metamodel API
Affects Versions: 1.0.0.GA
Reporter: Nicklas Karlsson
EJBs without local interfaces appear to throw NPE:
java.lang.NullPointerException
at org.jboss.weld.ejb.InternalEjbDescriptor.<init>(InternalEjbDescriptor.java:48)
at org.jboss.weld.ejb.EjbDescriptors.add(EjbDescriptors.java:111)
at org.jboss.weld.ejb.EjbDescriptors.addAll(EjbDescriptors.java:166)
at org.jboss.weld.bootstrap.BeanDeployment.<init>(BeanDeployment.java:78)
at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:197)
at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:174)
at org.jboss.weld.bootstrap.WeldBootstrap.startContainer(WeldBootstrap.java:295)
at org.jboss.weld.integration.deployer.env.helpers.BootstrapBean.initialize(BootstrapBean.java:136)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list