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.
发布时间: 2012-11-09 10:18:48 作者: rapoo
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.