seam
Is it safer to inject an EVENT scoped bean into a CONVERSATION/SESSION scoped bean?
Is it safe to inject beans from narrower scope into a wide scoped bean? Does Seam CDI take care of it to figure out current EVENT/REQUEST/PAGE context to do the right injection into SESSION/CONVERSAT[详细]
2023-03-20 16:50 分类:问答a4j: outputPanel ReRender does not work
I have a an a4j:outputPanel that is rendered based on some boolean condition: <a4j:outputPanel id=\"someDisplayRegion\" rendered=\"#{doc.ready && someClass.someBooleanMethod}\">[详细]
2023-03-20 14:44 分类:问答Using seam:mail in Message Driven Bean
I\'m familiar with JSF and have the requirement for automatically creating e-mails. I like the idea of seam:mail of templating e-mails in a JSF-style and also use JSF components:[详细]
2023-03-20 10:11 分类:问答Bind Same Seam Class to different Context Variables
I have a state class. I need two new state objects in session scope to be injected in two of my controllers. Whenever mycontroller is created, I want the state objected to be instantiated. When I use[详细]
2023-03-20 08:30 分类:问答Best way to retry a transaction with Seam & Hibernate
I\'ve got a Seam web application working with Seam & Hibernate (JDBC to SQLServer). It\'s working well, but under heavy load (stress test with JMeter), I have some LockAcquisitionException or Opt[详细]
2023-03-19 01:56 分类:问答Hibernate Session
I am using Seam + EJB + JPA + Hibernate and JbossAS6 as my application server. I have to convert JPA code to hibernate, On deployment i get the following error.[详细]
2023-03-18 15:58 分类:问答Jboss Seam Interpolator: could it be use for execute command (java.lang.Runtime.exec)?
I had these odd message on my server before it crashed: [ (org.jboss.seam.core.Interpolator)] exception interpolating string: #{(expressions.getClass().forName(\'java.lang.Runtime\').getDeclaredMetho[详细]
2023-03-18 06:46 分类:问答Seam 2, how to get the servletcontext?
I\'m in seam 2. How can I get the servlet context? I can do this: ServletContexts servletContexts = ServletContexts开发者_JAVA百科.getInstance();[详细]
2023-03-16 17:16 分类:问答How to reuse templates from jar in a seam project [duplicate]
This question already has an answer here: 开发者_开发百科JSF: Serving Resources From a Jar (1 answer)[详细]
2023-03-16 04:46 分类:问答rich:fileUpload is not working in jboss-6.0.0.Final
I migrated to Jboss AS jboss-6.0.0.开发者_Go百科Final and richfaces 3.3.3. In this version <rich:fileUpload/> is not working. The upload action is running for a long time which leads browser to[详细]
2023-03-15 20:01 分类:问答