Spring+Hibernate常見錯誤

來源:互聯網
上載者:User

1. spring管理hiberante事務,設定切面的時候一定要考慮所有可能涉及事務的地方,不然切面沒有涉及到而有資料庫操作的地方很佔用資料庫連接不能釋放

2. 使用rmi時如應用部署的伺服器機器存在多塊網卡多個ip時,用戶端串連服務時會報什麼127.0.0.1 confused connetion,這時須要設定rmi註冊的ip,System參數,system.setProperty("java.rmi.server.hostname","XXX.XXX.XXX.XXX");當然這個設定應該在rmi註冊之前

3.使用rmi時穿越防火牆是個難題(如報錯 : no route to host),但spring org.springframework.remoting.rmi.RmiServiceExporter 服務暴露器提供了servicePort屬性設定,即設定服務連接埠,rmi用一個連接埠監聽服務(registryPort),一個用於通訊(servicePort),這個防火牆只要開放這個兩個連接埠就行了

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.