目前,我的jboss-service.xml文件指向我硬盘上的context-bindings.xml文件。 我们有一个db结构,它在数据库中保存上下文绑定和ref地址。 如何告诉Jboss指向数据库而不是我硬盘上的context-bindings.xml文件?
答案 0 :(得分:0)
找到它。 答案是设置DataSource属性而不是FileName属性
所以不是,
<attribute name="FileName">C:\context-bindings.xml</attribute>
而不是使用,
<attribute name="DataSource">java:txLifeDS</attribute>