An interesting problem came in this morning vis-a-vis the XmlRpcServer package in the public store. To with: it wasn't fully loading. I took a look, and sure enough, it loaded with reports that various pieces could not be loaded. After a brief look, I discovered the problem:
- One of the pre-reqs is the Servlet package (from Web Toolkit)
- What actually gets loaded is the ancient Servlet package from WikiWorks
I implemented the simplest fix that could possibly work - I changed the pre-reqs to load the entire Web Toolkit. Now if you load it, it comes in clean.
Technorati Tags:
public store, xmlrpcserver