JBoss AS7 JNDI 数据源重新发布后丢失
自从使用新的 JBoss AS7 和 Eclipse Indigo 以来,我遇到了下一个问题。
在我对任何静态内容文件(如 css、html 或图像)进行更改并保存后,Eclipse 会按照应有的方式重新发布它。
我的问题是,重新发布后,我的 JBoss JNDI 数据源完全失败,我需要重新启动 JBoss 服务器才能使其再次与数据源一起工作。
数据源是到 MS SQL Server 2008 的简单连接,使用 sqljdbc4.jar,我使用独立配置将其复制到部署文件夹,并使用 JBoss AS7 管理 Web 控制台创建数据源,所以它应该是这样的jboss说应该是。
任何人都可以帮我解决这个问题吗?
另外,另一种行为是,如果我在 Eclipse 中修改动态内容(例如主 index.jsp 文件),jboss 会显示它是否重新发布它,但在我完全重新启动 Eclipse 中的服务器之前我无法看到更改:S
请!帮助!!
im having the next issue since using the new JBoss AS7 with Eclipse Indigo.
After i've made a change in any static content file, like css, html or images and save it, Eclipse republishes it, as it should.
My problem is that after the republish, my JBoss JNDI Datasource simply fails, i need to restart the JBoss server to get it back to work again with the datasource.
The datasource is a simple connection to MS SQL Server 2008, using the sqljdbc4.jar, i copied it to the deployments folder, using the standalone configuration, and i created the datasource using the JBoss AS7 Admin Web Console, so its supposed to be like jboss says it should be.
Anyone can help me with this?
Also, another behavior, if i modify in eclipse a dynamic content like the main index.jsp file, jboss shows like if it republishes it, but i cannot see the changes until i fully restart the server within Eclipse :S
Please! Help!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Eclipse 中执行“完整发布”。在 Jboss 服务器下的“服务器”选项卡中右键单击您的应用程序。
Do a 'Full Publish' in Eclipse. Right click on the your app in the Server tab under the Jboss server.