我怎样才能连接jboss与数据库,我怎样才能configurationoracle-ds.xml
你只需要做几件事情:
docs/examples/jca (在JBoss中),在那里你可以findoracle-ds.xml文件,你可以使用该文件作为你的configuration模板。 oracle-ds.xml复制到您的configuration文件目录(例如, default )。 lib目录。 你可以在JBoss社区Wiki上find关于这个主题的更多信息: http : //community.jboss.org/wiki/configdatasources 。