DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42960>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42960 ------- Additional Comments From [EMAIL PROTECTED] 2007-07-24 05:50 ------- as richard remarked, it's in Paste.java. there has been a commit in that code back in may (http://svn.apache.org/viewvc?view=rev&rev=532646), but it used to work after that... 232822 andreas protected Node[] getNodesToLock() throws UsecaseException { 170927 andreas List nodes = new ArrayList(); 170927 andreas 170927 andreas try { 532656 andreas Node siteNode = getArea().getSite().getRepositoryNode(); 170927 andreas nodes.add(siteNode); 170927 andreas 170927 andreas Clipboard clipboard = new ClipboardHelper().getClipboard(getContext()); 426284 andreas DocumentFactory map = getDocumentFactory(); 532656 andreas Publication pub = getPublication(); 264153 andreas Document clippedDocument = clipboard.getDocument(map, pub); the last line is causing the NPE. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
