• Seam 2.3 on Wildfly 8/9

    You know Seam 2.x is literally dead project for long ago now, but if somebody would like to use a Seam 2 based application on the latest greatest Wildfly they won't run smoothly due JSF 2.2 which is by default on. So...
    Profile Photo
    last modified by manarh
  • Seam conversation timeouts vs. numberOfViewsInSession

    Recently, I spent a fair amount of time tearing my hair out (figuratively), trying to figure out why users were reporting symptoms that looked like conversation timeouts after 30 minutes, even though I had set the con...
    Profile Photo
    last modified by clubok
  • Send All errors via Email

    I created a seam component to send all errors raised in the application by email, just create a seam component as described below:   package br.com.sanepar.sns.mbean;   import java.io.Serializable;  ...
    Profile Photo
    last modified by godoy
  • Adding Content Management Features to JSF 2.x/Seam via a custom FaceletFactory

    This article explains how you can easily extend JSF 2.x/Seam to support basic content management features.   The usecase targeted is one where a website uses two content repositories one for unpublished content ...
    Profile Photo
    last modified by peterfry
  • SessionBasedJBossCacheService java.lang.IllegalStateException: No applica tion context active

    My app is running onJboss Groups(two jboss server(5.1)+appche httpd). When I stop one Jboss server that is servering and continue access the app,  I got a warn   08:44:46,593 WARN  [SessionBasedJBossC...
    Profile Photo
    last modified by userbl
  • Seam 2 + WebSphere 7 Bug?

    Seam version: 2.2.0.GA Websphere version: 7.0.19     In sometime, Seam could not instantiate component: org.jboss.seam.security.identity     Here is my log:     2012-07-22 10:56:11 |ER...
    Profile Photo
    last modified by lawrence0819
  • @Stateful seam component+ weblogic 10.3.4

    Hi,   when I deploying my ear file in weblogic server with out using @stateful  in seam application it is running fine with out errors but if I add @stateful in my seam application I m getting error  ...
    Profile Photo
    last modified by krishna.bif
  • seam with weblogic

    Hi ,    I am KrishnaChaitanya, a kind request as I having been working for past 1 week on seam with weblogic, i getting error logs, can u please provide example code for deploying seam example in weblogic. I...
    Profile Photo
    last modified by krishna.bif
  • Could not instantiate Seam component: org.jboss.seam.security.persistentPermissionResolver

    org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.security.persistentPermissionResolver     at org.jboss.seam.Component.newInstance(Component.java:2144)  ...
    Profile Photo
    last modified by srinu494u
  • how can I write an UNICODE-String in a nvarchar-field (Oracle)?

    I have this code:   ....    try {                             ...
    Profile Photo
    last modified by oran
  • Transactions, Connections and Scrollable ResultSets

    Hello,   I'd like to find out what the problem is in our applicaton currently.   We have a ScrollableResultSet which allows jasper to build reports containing a large quantity of records. Each group has a...
    Profile Photo
    last modified by robshep