[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-699) StackOverflowError in org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy

Michael Grübsch (JIRA) jira-events at jboss.com
Thu Sep 7 07:06:44 EDT 2006


StackOverflowError in org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy
-----------------------------------------------------------------------

                 Key: EJBTHREE-699
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-699
             Project: EJB 3.0
          Issue Type: Bug
    Affects Versions: EJB 3.0 RC7 - FD
         Environment: Windows XP
            Reporter: Michael Grübsch
            Priority: Critical


I refer to source version $Revision: 1.1.4.2 $

This is an excerpt from the stack trace:

	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.getProxyString(MessageInflowLocalProxy.java:502)
	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:114)
	at $Proxy398.toString(Unknown Source)
	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.getProxyString(MessageInflowLocalProxy.java:502)
	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:114)
	at $Proxy398.toString(Unknown Source)
	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.getProxyString(MessageInflowLocalProxy.java:502)
	at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:114)

You may see, that invoke calls getProxyString which in turn on the proxy calls invoke!



-- 
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