原创 CXF異常 No DestinationFactory was found for the namespace http://schemas.xmlsoap.org

最近學習webservice一運行就遇到了這個異常,鬱悶。網上發現關於這個異常也是衆說紛紜 Caused by: org.apache.cxf.service.factory.ServiceConstructionException at

原创 hibernate 3.5+ 後的BLOB操作cannot be cast to oracle.sql.BLOB

如果你以前在創建blob類型的實體時,你一定會像這樣 private Blob image; 其中Blob是java.sql.Blob 在操作Blob對象的時候會用到SerializableBlob這個類 但是當你的hibernate3.

原创 SpringMVC+Hibernate4 導致事務失效不提交的可能原因

1.對於用annotation方式的事務註解和bean配置,spring的配置文件 與springMVC的配置文件對包的重複掃描裝配會照成失效 在主容器中(applicationContext.xml),將Controller的註解排除

原创 Maven deploy Return code is: 400

使用mvn deploy發佈到遠程倉庫時報錯 Return code is: 400 原因: 1.nexus的repository分三種類型:Hosted、 Proxy和Virtual,另外還有一個repository group(倉庫組

原创 flying-saucer/iText PDF in servlet not finding css file HTML生成PDF未加載css

當flying-saucer使用模板文件加載html代碼 生成PDF時,如果css樣式使用了相對路徑這會出現加載不上的問題, 類似問題http://stackoverflow.com/questions/9722038/flying-s