• infinite redirect loop using apache proxy to weblogic and scheme="https"

    Can anyone offer insight?   I'm new to SEAM. We are using the SEAM redirect capability based on setting scheme in pages.xml to switch between http and https depending on the page requested.   When I run o...
    Profile Photo
    last modified by bmhardy
  • loading entity association after redirect

    Hi,   I have an entity with a manytoone relation as follow   public class Document extends PO {     private Project project;       @ManyToOne(fetch = FetchType.LAZY) &#...
    Profile Photo
    created by vata2999
  • JBOSS seam authentication on clicking a link

    Currently I am using JBoss seam authentication using Authenticator component  <security:identity authenticate-method="#{authenticator.authenticate}"/>   and my authentciation method looks like  ...
    Profile Photo
    last modified by naresh_bahety
  • SeamGen in Wildfly

    In a previous job I worked with JBoss and used SeamGen to generate a quick database app.  I was asked to produce something similar and since they were using Wildfly I suggested that Seamgen would be an easy way t...
    Profile Photo
    last modified by jseanjensen
  • How to set seam identity component when authenticating via network

    My seam 2.2.2 web application needs to authenticate the user via some module that uses kerberos to get user data from network.   I managed to create a listener and a filter to get user data at the request contex...
    Profile Photo
    created by magnoferreira
  • How jboss container load properties in web.xml

    I have a seam web application in which I have to include a security module for integrated authentication. I can see that the module isn't based on seam application because it uses a spring-like notation. As the module...
    Profile Photo
    last modified by magnoferreira
  • Error deploying two web applications (WAR) in JBoss AS 6.1.0 with Seam 2.2.1 (javax.naming.NameAlreadyBoundException: local) [solved]

    Hi to everyone.   I have a problem when I try to deploy two Web Applications in JBoss AS 6.1.0.   The error is as follow:     09:12:22,786 ERROR [ProfileServiceBootstrap] Failed to load profile::...
    Profile Photo
    last modified by cacelis
  • Seam how to set @RequestParameter variable in integration test

    How to set @RequestParameter variable in integration test? for example -------------------------------------- in PasswordUpdateAction bean:   @RequestParameter("userAccountId") private Integer userAccount...
    Profile Photo
    last modified by lsk6745
  • Seam 2.2.2 & JBoss 6.0.0 - deploy problem (Error listenerStart)

    Hi everyone,   my jars:   jboss-core-2.2.2.jar jboss-seam-debug-2.2.2.jar jboss-seam-ui-2.2.2.jar richfaces-ui-3.3.3.jar richfaces-impl-3.3.3.jar jsf-facelets-1.1.15.B1.jar jboss-el-1.0_02.CR5....
    Profile Photo
    last modified by veniero
  • org.jboss.seam.deployment.URLScanner - could not read entries: The system cannot find the path specified

    Hi everyone!   For a few days now, I try to find the solution why the jboss-seam.jar cannot be found during the Maven Install. I already followed the documentation of Seam 2.3.1.Final, how to package all the lib...
    Profile Photo
    last modified by franc.rovett0
  • java.lang.StackOverflowError Evaluate Expression in Constructor

    Hi,   I created a query parameter in my page.xml file when I try to evaluate it by Seam Expression I get stackoverflow here is my code   public class ProjectFilter{      public Project...
    Profile Photo
    last modified by vata2999
  • JSF: caseForm:managerListBox,summary=caseForm:managerListBox: Validation Error: Value is not valid)

    Following issue happening only test environment and application working fine in Prod, Dev. Test and Dev is copy of prod environment and Test environment business needs fix this because they can not create even new c...
    Profile Photo
    last modified by shan_ac
  • Seam 2.2.1 fails in cluster on Weblogic 10.3.0

    I have tried to deploy the JPA sample project to Weblogic 10.3.0 for testing the clustering. I just put some configuration in weblogic.xml as follows: <session-descriptor>     <sharing-enabl...
    Profile Photo
    last modified by robertus
  • Migration seam-2.0.2.SP1 application to jboss-as-7.1.1

    We have seam 2.0.2 application running on jboss-4.2.3.   Is it possible to deploy seam 2.0.2 application on jboss-as-7.1.1 or I must upgrade seam to latest version. This suggests that one should upgrade to seam...
    Profile Photo
    last modified by valatharv
  • Seam graceful timeouts - another approach

    A great discussion of how to improve Seam's timeout handling can be found at In Relation To...  Implementing graceful session timeout with Seam, JSF, and jQuery.  But I had a slightly different problem than ...
    Profile Photo
    last modified by clubok
  • How to make a hibernate interceptor (session scoped) in Seam please??

    Develop a trigger in hibernate as follows: public class extends ValidarCidTrigger EmptyInterceptor { // Implementation of class } // Add the following line of code to the persistence.xml file <property nam...
    Profile Photo
    last modified by fiax
  • multipart/form-data requests

    I am using jboss-eap-6.2, SEAM 2.3.1.Final, and RichFaces 4.5.4 Final. A third party is POSTing a content-type “multipart/form-data” request to a jspx page in my web application.  Parameters are passe...
    Profile Photo
    last modified by jsnielson
  • Seam PDF barcode nested in table

    What can I do to keep my barcodes from expanding to the width of the p:cell they're in?  I'm using a p:table to divide fields into areas on the page, but no combination of tag attributes on p:table or p:cell or p...
  • Seam pageflow example numberguess not landing on second page

    Hi, I'm trying to run simple Seam PageFlow example NumberGuss. I have deployed it on Jboss Server. When I access the URL it lands on the first page but if I hit any of the button provided on that page it says "The pa...
    Profile Photo
    last modified by aniket_nakhate
  • Problem when running quartz

    Hi,   I'm trying to run quartz 1.6.0 with following configuration but I get java.lang.UnsupportedOperationException: no transaction <component class="org.jboss.seam.transaction.EjbSynchronizations" jndi-n...
    Profile Photo
    created by vata2999