• Seam 2.3 on JBoss 7.1.1 StaleStateException...

    Afternoon,   We are getting the below stack trace when we modify an entity in a nested conversation that was loaded in the parent conversation.  This issue is described here in an older version of Seam:...
    Profile Photo
    created by javacoryd
  • Seam 2.x on JBoss AS 7

    I've made some good progress getting my Seam 2.2 app running in JBoss AS 7, but I've encountered a problem with the <s:div> tag, or more likely, anything in jboss-seam-ui.jar.  I'm using an EAR deployment, ...
    Profile Photo
    last modified by pgmjsd
  • Seam looses internationalization capabilities

    Hi,   I'm using seam 2.2.2.Final with Richfaces 3.3.3.Final on JBoss AS 6.   My application is translated into 2 languages (dutch and english).   Sometimes ( at server startup or varying from  h...
    Profile Photo
    last modified by gadeyne.bram
  • Just want to build jboss-seam-2.3.0.CR1 sample but mvn can not.

    I just started test jboss-seam-2.3.0.CR1, following readme.txt bellow. first I just want to know "What is Seam"   ------ readme.txt ----------------------------------------------------------------- 1. Install ...
    Profile Photo
    last modified by tom7jboss
  • Required Sql Scripts files to Create Seam-JBPM database tables instead of hibernate?

    Hi,   I am developing Seam(2.3.1)-Jbpm project. I started with Seam DVDStore sample. This application uses hibernate to create the required Table. I want sql files to create the required tables for Seam-Jbpm. ...
    Profile Photo
    created by sivasekhar
  • Multi-WAR EAR Seam 2.2.2.Final fails deployment (race condition?)

    I asked this question on the AS7 forum, but got not response.. so I'm trying here. I am not sure if this is a Seam 2 problem or AS7. I am migrating a legacy Seam 2.2.2.Final multi-war/ejb EAR app to AS7 - with som...
    Profile Photo
    last modified by tdsproule
  • Document root element "facelet-taglib", must match DOCTYPE root "null" [Seam 2.3.1 + RichFaces 3.3.3 + JSF2]

    I'm upgrading Seam 2.2.1.CR2 application to Seam 2.3.1. As part of the ugprade I'm also upgrading to JSF 2 and using RichFaces 3.3.3.Final. The app deploys successfully but I get the below runtime exception when a web...
    Profile Photo
    created by ronsi
  • how to mask a credit card input field

    I have been trying to mask the credit card field to show the only last 4 digits of credit card i.e XXXX1234.   When customer clicks edit credit card info button only need to show XXXX1234 but they can input new ...
    Profile Photo
    last modified by kamal_khadka
  • Seam 2.3.Final configure identityManager

    Hi,   Im trying to configure identityManager, I read the documentation that instruct me to configure my user and role classes by adding this configuration within my components.xml: <security:jpa-identity-sto...
    Profile Photo
    last modified by tiagowanke
  • EntityManager getMetamodel() getEntities() is empty with Persistence.createEntityManagerFactory()

    Dear All,   Please see a skeleton application that I'm using to test all the functions I need through a combination of Seam 2.3.0.Final and AS7.1.1.Final, in order to migrate from  Seam 2.2.2.Final and JBos...
    Profile Photo
    last modified by jonathanmclarke
  • Facelets: SAXException Error Handling s.taglib.xml

    I am in the middle of upgrading my application to `Seam 2.3.1.Final` from `Seam 2.2.1.CR2`. I have upgraded most of the stuff but stuck on this Facelets exception. I'm using `JSF 2.0` and running on latest `EAP 6.1.0....
    Profile Photo
    created by ronsi
  • XADATASOURCE MIGRATED FROM 10G TO 11G NOT WORKING CONNECTION FAILED WORKING JBOSS5.1.0 WORKING FINE IN 10G

    HI ALL,   Recently we migrated from 10g to 11g and we are using xadatasourvce(two nodes). i am using ojdbc6.jar( i have jdk1.6) connecting to database same configuration working fine in 10g but 11g not working...
    Profile Photo
    last modified by arul.murugan
  • are seam 2.x and cdi mutually exclusive?

    Assume an operating seam 2.x application migrated into a jee 6 container, like wirefly/as7/eap6.1.   Then, say, another component is added, but is provided within a cdi bean archive.  I can put the cdi bean...
    Profile Photo
    created by jjfraney
  • Seam 2.3.1 NetBeans generate-entities classpath errors

    Hi, I created a seam 2.3.1 project using seam gen and then did generate-entities. When I open the project in NetBeans, the src/main folder showed a bunch of errors. The errors were for imports "javax.persistence.*" a...
    Profile Photo
    created by kmranganathan
  • Seam 2.3.1 deployment error with seam-gen

    Hi, I am using seam 2.3.1 and used seam-gen to setup and create the project. I simply deployed it using the 'seam deploy' in JBoss AS 7.1.1.   I got an error during deployment " Critical error during deployment: ...
    Profile Photo
    last modified by kmranganathan
  • Hibernate search fulltextentitymanager active transactions

    Hi, I'm using seam 2.2.2 final with jboss as 6.1.0 final. Everything was working great but after implementing hibernate search 3.4.2 final my entitymanager changes to fulltextentitymanager and i've got an error:  ...
    Profile Photo
    created by grawian
  • Seam 2.3.1 seam-gen Eclipse classpath issues

    Hi, I am using seam 2.3.1 and used seam-gen to setup and create the project. When I import the same in Eclipse, around 20 library entries are shown as missing. The issue is simply reference to incorrect version of j...
    Profile Photo
    created by kmranganathan
  • rich:calendar forcing user to input time

    I've googled around a bit but haven't found a solution to my potential problem. The idea is that users could 'forget' to set the time after setting the calendar date. I would like to force the time pop-up upon updatin...
    Profile Photo
    created by jakaldama
  • Method not found when using rich:fileUpload with fileUploadListener

    Hi All ,           When i use rich:fileUpload with fileUploadListener iam not able to call the method .i had added in side the form and Jar are places correctly .  ...
    Profile Photo
    created by bhanu246
  • ContextualHttpServletRequest throw NPE

    I'm doing migration from seam JBoss 4.2.2 + seam v2.2.0.GA to JBoss 7 + seam v2.3.0.Final, in my previous code i can access the seam context with following way without issue:   @Override     prot...
    Profile Photo
    last modified by td121136