xfire 错误 Unable to locate jaxb.properties for package org.tempuri

xfire 异常 Unable to locate jaxb.properties for package org.tempuri转载with:propFileName packageN

xfire 异常 Unable to locate jaxb.properties for package org.tempuri
转载with:
propFileName = packageName.replace( '.', '/').
concat( '/' "jaxb.properties" );


I did that and it fixed the problem.

太感谢了,解决了我的问题。