[
https://jira.jboss.org/jira/browse/WELD-359?page=com.atlassian.jira.plugi...
]
Pete Muir updated WELD-359:
---------------------------
Fix Version/s: 1.0.1.CR1
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
Fix For: 1.0.1.CR1
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