[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1441) DataContainerImpl.toString() can throw UnsupportedOperationException

Elias Ross (JIRA) jira-events at lists.jboss.org
Thu Nov 6 03:11:21 EST 2008


DataContainerImpl.toString() can throw UnsupportedOperationException
--------------------------------------------------------------------

                 Key: JBCACHE-1441
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1441
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Elias Ross
            Assignee: Manik Surtani


When doing some testing with EasyMock, saw this:

Caused by: java.lang.UnsupportedOperationException: Not supported in UnversionedNode
	at org.jboss.cache.AbstractNode.getChildrenDirect(AbstractNode.java:277)
	at org.jboss.cache.mvcc.NodeReference.getChildrenDirect(NodeReference.java:267)
	at org.jboss.cache.invocation.NodeInvocationDelegate.getChildrenDirect(NodeInvocationDelegate.java:163)
	at org.jboss.cache.DataContainerImpl.numNodes(DataContainerImpl.java:450)
	at org.jboss.cache.DataContainerImpl.getNumberOfNodes(DataContainerImpl.java:427)
	at org.jboss.cache.DataContainerImpl.toString(DataContainerImpl.java:386)
	at org.jboss.cache.DataContainerImpl.toString(DataContainerImpl.java:364)
	at org.jboss.cache.invocation.CacheInvocationDelegate.toString(CacheInvocationDelegate.java:154)


-- 
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 jbosscache-issues mailing list