• Long running conversation does not disconnect from session

    We are migrating an application from Seam 2.1 to 2.3.1, using JPA2 and JSF 2.1, JDK 7, upgrading Hibernate to 4.1.6, Richfaces to 4.3.3, targeting tomcat 7  (only POJO Seam components). Application runs fine so f...
    Profile Photo
    last modified by fuhrmannp
  • Concurrent call to conversation in seam 2.3.1 when using httpd, mod_jk, ajp

    Hi,   We are getting  a Concurrent call to conversation on a particular page when using the ajp connector with httpd and mod_jk.  This error doesn't occur when using the jboss http connector.  So ...
    Profile Photo
    last modified by dozer247
  • Nested Conversation End + Redirect

    I'm having an issue which nested conversations. I'm using the breadcrumb stragety from the docs and Dan Allen's Seam in Action to provide some navigation. From the home page the Ican click on List Organizations whic...
    Profile Photo
    last modified by clerum
  • Seam 2.3.1 : styleClass and style attributes missing in <s:label> ui component ?

    Hi all, moving a Seam 2.2 project to Seam 2.3.1 with Richfaces 4.3.3 I noticed that all the occurrences of style and styleClass attibutes in a <s:label > are flagged as errors in my Netbeans IDE. Looking in th...
    Profile Photo
    last modified by lucabur
  • Seam 2.3.1.Final on WildFly 8.0.0.Final-929

    I've been trying to move a live Seam App from JBoss 6.1.0 Final to WildFly 8.0.0, with no success.   I have now created the basic Seam App using Seam Gen from 2.3.1.Final.   When I deploy the EAR and enabl...
    Profile Photo
    last modified by notify
  • Migration Seam 2.3.1 / JBoss 7.1.1 -> WildFly 8 / Weld / DeltaSpike / ... Practicable, at this time?

    Hello everybody, we have a Seam 2.3.1 application running on JBoss AS 7.1.1 using the following features and components:   In-/Outjection (of course) Long-Running Conversations (also nested) Quartz 1.6.5 (for...
    Profile Photo
    last modified by flopsi
  • Asynchronous Mail with attachments

    I'm trying to send an asychronous email with Seam and am running into problems when I try to use the attachment feature. I am generating a PDF using iText and creating a byte array.  I put the array into the ev...
    Profile Photo
    last modified by mattdavies
  • can a bean managed session bean call a container managed bean in seam 2.3.1

    Hi,   We are in the process of migrating our seam 2.2 app to seam 2.3.1 to run on JBoss AS7.   We have a bean managed stateful session bean(BMT) that calls a container managed stateless bean(CMT) by using ...
    Profile Photo
    last modified by dozer247
  • What Java standars does Seam 2.2 implement? Java EE 5, 6 o 7?

    I’m working with Jboss 5.1 GA and Seam 2.2. While running apps in jre6 (compiled using jdk 1.6) no problems. But now I need to compile apps using Java 1.7 standars, so I need full compatibility from Seam and Jbo...
    Profile Photo
    last modified by mccoy
  • Seam 2.3.1 on Glassfish 4

    Is it possible to run seam 2.3.1 applications on Glassfish 4?   I tried to deploy our application and it appears to deploy but when I navigate to a page I get javax.faces.view.facelets.TagAttributeException: /W...
    Profile Photo
    last modified by cyberoblivion
  • Seam - Uploading excel and display using rich datatable

    Hi,   We have a requirement to upload single excel spreadsheet into existing seam CRUD application.   Use case : a) User will select file (s:fileupload or rich file upload) from UI and upload excel spread...
    Profile Photo
    last modified by valatharv
  • Seam 2.3 PDF issue

    We are converting a seam 2.1.1 app to Seam 2.3 and are having an issue with PDF generation.   On our page we have a cell defined as such:      <p:cell horizontalAlignment="right"> &...
    Profile Photo
    last modified by javacoryd
  • Seam 2.3.1.Final released!

    After 2.3.1.CR1 release in June, we closed the journey to 2.3.1.Final release yesterday.   There is no so many differences between CR1 and this Final release, look at release notes   Mostly documentation i...
    Profile Photo
    last modified by manarh
  • Seam 2.3 inline PDF generation....

    We are migrating our Seam app from Seam 2.1.1 GA to Seam 2.3 Final and are having an issue with PDF generation.   We embed our PDFs inside our HTML documents and I'm having trouble doing so in Seam 2.3.  Wh...
    Profile Photo
    last modified by javacoryd
  • Seam Login - flawed logic or do I need to extend Credentials?

    Ok, so I have a page that has the following fields. Username, Password, and a checkbox for accepting the terms and conditions. The problem I have is this. (And maybe a side effect of not using a password in dev mode b...
    Profile Photo
    last modified by kragoth
  • RF 3.3.1 - javax.faces.FacesException: Error decode resource data

    Greetings,   I'm using RF 3.3.1 SP3. The reason I'm using this release and not a more recent one is that this is the release which comes with Seam 2.2.6 EAP5.   I will try to explain my problem. I a webapp...
    Profile Photo
    last modified by simplex-software
  • Seam 2.3 itext pdf problem

    In a seam-gen generated Seam 2.3 application we get following stack trace when we try to get a pdf document: java.lang.VerifyError: (class: org/jboss/seam/pdf/ui/UIDocument, method: createWriterForStream signature: ...
    Profile Photo
    last modified by marabacioglu
  • seam partial deployment

    hi, i don't know if this is a seam or jboss issue but here it goes.. deploy an exploded ear to jboss 4.3 redeploy one ejb class annotated with @Name restart server deployed app cannot find the updated class if...
    Profile Photo
    created by aozoren
  • a:mediaOutput NOT conversation compatible?

    Whenever I use <a:mediaOutput element="img"         mimeType="image/jpeg"         createContent="#{imageManager.paint}"    ...
    Profile Photo
    last modified by courtneycouch
  • Inject Seam Component To Quartz Job

    Hi All,   I've successfully integrated seam with Quartz using the interface org.quartz.Job as describe in the following link: http://oreilly.com/pub/a/java/archive/quartz.html?page=2   I need to access th...
    Profile Photo
    last modified by itays100