posted on 2006-08-28 12:32 Sheldon Sun 閱讀(247) 評論(1) 編輯 收藏
Jboss just bind the datasourc in local jndi namespace, so you cannot retrieve it out of jboss jvm. If you want that, you should bind the datasource to the global namespace : In XX-ds.xml, under <jndi-name>, add this: <use-java-context>false</use-java-context> test again ! :) btw, you must use jboss4.0 回復 更多評論
Powered by: BlogJava Copyright © Sheldon Sun