Seam Framework - 充满错误的接缝生成器
我真的很喜欢接缝生成器,因为它的工作做得很好。我认为这是一件很棒的事情,可以让您省去很多工作和问题。但问题是它充满了错误。
现在我正在生成一个项目,进行一些逆向工程,我的 CRUD 应用程序可以工作,然后除了 Jboss 重新启动之外,一切都会崩溃。我收到部署错误(web.xml 无法部署等)。
我做错了什么?
顺便说一句,我正在使用 Eclipse Helios、Seam 2.2.1、Jboss Server 5.1GA 和 Jboss Tools 3.2 for Eclipse Helios。
I really like seam-generator when is doing it's job well. I think it's a wonderful thing and spare you of a lot of work and problems.But the thing is that it is filled with bugs.
Now I'm generating a project, do some reverse engineering, my CRUD application works and then after anything but a Jboss Restart everything goes apart. I'm getting deployment errors(web.xml could not be deployed and so on).
What am I doing wrong?
By the way I'm using Eclipse Helios, Seam 2.2.1, Jboss Server 5.1GA and Jboss Tools 3.2 for Eclipse Helios.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你说除了 JBoss 重启之外一切都会崩溃,比如什么?用户录入?页面刷新?热部署代码?热部署视图?如果是部署问题,您是否正在进行开发构建?这将决定您是否可以即时部署(但仅限于某些文件夹)。
You say everything goes apart after anything but a JBoss restart, anything like what? User entry? Page refreshes? Hot deploying code? Hot deploying views? If it's a deployment issue, are you doing a dev build? That will determine whether you can do deployments on the fly(but only for certain folders).