hierarchical categories don't work
Status: Beta
Brought to you by:
lshah
I'm using the latest available version of JBlogEditor
(0.6.0) with a wordpress blog and I like it a lot.
I recently added a few categories as sub-categories
of others and now the "Reload Categories" action
doesn't work anymore ("Error Loading Categories").
Thanks for the great app,
Carsten
Logged In: NO
Oups, never mind. Somehow I had a wrong password (found
out about this in ~/.jblogeditor/.metadata/.log
com.chimshaw.jblogeditor.blogs.BlogException: Error
Loading Categories.
at
com.chimshaw.jblogeditor.metaweblog.MetaWeblogBlog.getCategories(MetaWeblogBlog.java:215)
at
com.chimshaw.jblogeditor.views.CategoryView$3.run(CategoryView.java:154)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: org.apache.xmlrpc.XmlRpcException: Bad
login/pass combination.
at
org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:102)
at
org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:69)
at
org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
at
org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
at
com.chimshaw.jblogeditor.metaweblog.MetaWeblogBlog.execute(MetaWeblogBlog.java:530)
at
com.chimshaw.jblogeditor.metaweblog.MetaWeblogBlog.reloadCategories(MetaWeblogBlog.java:239)
at
com.chimshaw.jblogeditor.metaweblog.MetaWeblogBlog.getCategories(MetaWeblogBlog.java:208)
... 2 more
The categories are shown just fine now, even though
they're shown as a list instead of a tree.
But it would be nice if
org.apache.xmlrpc.XmlRpcException: Bad login/pass
combination.
could be intercepted to show an authorization dialog so
that the user gets to know about the problem and can try
again.