[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1451) NPE in NodeHome

Christian Bauer (JIRA) jira-events at lists.jboss.org
Thu Jun 14 07:18:28 EDT 2007


NPE in NodeHome
---------------

                 Key: JBSEAM-1451
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1451
             Project: JBoss Seam
          Issue Type: Bug
          Components: Wiki
    Affects Versions: 1.3.0.ALPHA
            Reporter: Christian Bauer
         Assigned To: Christian Bauer
            Priority: Critical


Can't reproduce this yet on the dev box, only see it in the log of the running live wiki:

java.lang.NullPointerException
        at org.jboss.seam.wiki.core.action.NodeHome.createInstance(NodeHome.java:97)
        at org.jboss.seam.wiki.core.action.NodeHome.createInstance(NodeHome.java:35)

This can and seems to only happen when a document, directory, or file is edited. I've seen it after editing some files and after editing some documents. The NP is most likely the missing parentDirectory object. This should and can only happen if the NodeHome component can't find the parentDirId request parameter...

Everything seems to work though.



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