用Eclipse 開發Spring Hibernate問題

LifeNote發表於2006-08-02
我前幾天買了一本《Spring技術手冊》我按照書上的每一個例子做了一下,邊做邊思考,總有種愛不釋手的感覺。對於剛學spring的人真的是本好書
可我有個小問題:
我在用Eclipse做Hibernate+spring的時候出了點問題,我先用Hibernate做了一個小練習沒問題資料可以插入資料庫中。接著我用MyEclipse點Add Spring Cabalities想用spring整和一下 可我加完了spring後,把測試類裡也改用spring注入得到UserDAO
我執行的時候出現了一個提示:
An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00dd0758, pid=1572, tid=1596
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
# Problematic frame:
# v ~RuntimeStub::load_klass_patching Runtime1 stub
#
# An error report file with more information is saved as hs_err_pid1572.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
可我手動新增spring.jar包然後手動建立applicationContext.xml檔案就沒有這個問題

相關文章