[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1130) NPE on combination: @Remote and @LocalBinding
Frank Cornelis (JIRA)
jira-events at lists.jboss.org
Tue Nov 27 06:29:48 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-1130?page=all ]
Frank Cornelis updated EJBTHREE-1130:
-------------------------------------
Attachment: EJBTHREE-1130.zip
java.lang.NullPointerException
at java.util.Arrays$ArrayList.<init>(Arrays.java:2355)
at java.util.Arrays.asList(Arrays.java:2341)
at org.jboss.ejb3.stateless.StatelessLocalProxyFactory.getInterfaces(StatelessLocalProxyFactory.java:63)
at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.init(BaseStatelessProxyFactory.java:163)
at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:212)
at org.jboss.ejb3.stateless.StatelessLocalProxyFactory.start(StatelessLocalProxyFactory.java:101)
at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:105)
at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:157)
at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:102)
The file EJBTHREE-1130.zip contains a simple demo project for this issue.
> NPE on combination: @Remote and @LocalBinding
> ---------------------------------------------
>
> Key: EJBTHREE-1130
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1130
> Project: EJB 3.0
> Issue Type: Feature Request
> Affects Versions: AS 4.2.2.GA
> Reporter: Frank Cornelis
> Assigned To: Andrew Lee Rubinger
> Attachments: EJBTHREE-1130.zip
>
>
> When you have a @Remote interface with implementation a @LocalBinding bean you just receive a java.lang.NullPointerException on the corresponding EJB3 MBean. It would help a lot if the error message would be some more verbose.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list