remindxiao/guzz

关于guzz.xml的<business>配置路径问题

Closed this issue · 1 comments

我使用的是Tomcat6.0,在buzz.xml配置映射文件时如下 
<business dbgroup="updateDB" name="guzzSlowUpdate" 
file="classpath:fms/business/IncUpdateBusiness.hbm.xml" /> 

然而运行时抛出IO异常,如下 
java.io.FileNotFoundException: 
C:\Program%20Files\Apache%20Software%20Foundation\Tomcat%206.0\webapps\guzz\WEB-
INF\classes\fms\business\IncUpdateBusiness.hbm.xml (The system cannot find the 
path specified) 

%20代表URL编码的空格符,但为何会被加到这里呢?请问该如��
�解决?


文件路径不能带有空格,难道这是guzz的一个bug?


Original issue reported on code.google.com by liukaix...@gmail.com on 12 Jun 2010 at 6:21

fixed

Original comment by liukaix...@gmail.com on 1 Jul 2010 at 5:30

  • Changed state: Fixed