简体   繁体   English

Weblogic上的Seam + Hibernate + JSF

[英]Seam + hibernate + jsf on weblogic

I'm making a little project with Seam, Hibernate and JSF. 我正在与Seam,Hibernate和JSF做一个小项目。 This project run on JBoss 5.1. 该项目在JBoss 5.1上运行。

My boss wants to deploy this project on WebLogic. 我的老板想在WebLogic上部署该项目。 I read on the seam documentation that seam and WebLogic don't work fine together. 我在接缝文档中读到,接缝和WebLogic不能一起正常工作。

I would like to know if I can use Hibernate (with JPA) and JSF on WebLogic and what framework (struts, spring?) I can use to replace Seam. 我想知道是否可以在WebLogic上使用Hibernate(与JPA)和JSF,以及可以用来替代Seam的框架(struts,spring?)。

Edit: I read in the seam documentation ( chapter 39, weblogic integration ) and I find that: 编辑:我阅读了接缝文档( 第39章,weblogic集成 ),发现:

For several releases of Weblogic there has been an issue with how Weblogic generates stubs and compiles EJB's that use variable arguments in their methods. 对于Weblogic的多个发行版,Weblogic如何生成存根和编译在其方法中使用可变参数的EJB一直存在问题。 This is confirmed in the Weblogic 9.X and 10.0.MP1 versions. Weblogic 9.X和10.0.MP1版本中对此进行了确认。 Unfortunately the 10.3 version only partially addresses the issue as detailed below. 不幸的是,10.3版本仅部分解决了该问题,如下所述。 So, I want to know if other problems like this exist. 因此,我想知道是否存在其他类似问题。

Edit 2: I use Weblogic 10.3 编辑2:我使用Weblogic 10.3

What do you mean by "don't work fine together" ? “不能一起工作”是什么意思? I've already seen Seam applications on WebLogic and the Seam documentation provides detailed instruction to run Seam on WebLogic without mentioning any blocking issue. 我已经在WebLogic上看到过Seam应用程序,并且Seam文档提供了在WebLogic上运行Seam的详细说明,而没有提及任何阻塞问题。

If you have something specific in mind, please clarify. 如果您有特定的想法,请澄清。 But in the current state of the question, my advice would be to stick to Seam and to deploy your application on WLS. 但是在目前的问题状态下,我的建议是坚持使用Seam并在WLS上部署您的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM