无法更新错误抛出j2bugzilla

时间:2013-03-14 10:02:36

标签: java swing bugzilla

大家好,

我正在使用java swing app自定义bugzilla throw j2bugzilla。虽然我正在尝试更新bug异常即将到来。下面的事情是代码和异常

UpdateBug update = new UpdateBug(currentBug); con.executeMethod(update);


com.j2bugzilla.base.BugzillaException: An unknown error was encountered
    at com.j2bugzilla.base.XmlExceptionHandler.handleFault(XmlExceptionHandler.java:56)
    at com.j2bugzilla.base.BugzillaConnector.executeMethod(BugzillaConnector.java:154)
    at bugzilla.ui.Bugzilla.updateBug(Bugzilla.java:351)
****
****
Caused by: org.apache.xmlrpc.common.XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false
    at org.apache.xmlrpc.common.TypeFactoryImpl.getSerializer(TypeFactoryImpl.java:118)
    at org.apache.xmlrpc.serializer.MapSerializer.writeValue(MapSerializer.java:73)
    at org.apache.xmlrpc.serializer.MapSerializer.writeEntry(MapSerializer.java:67)

将jar文件从bugzilla 2.0更新到bugzilla 2.1.1后,它被清除了,它支持xmlrpc-common-3.1.3.Thanks

1 个答案:

答案 0 :(得分:0)

从您的评论中,您发现与2.x行中已修复的已知错误相冲突 - 有关详细信息,请参阅the tracker。话虽如此,这里有一个真正的问题吗?正如预期的那样,升级似乎已经为你修复了它。