@FlashScoped exists but doesn't?I am totally puzzled by the flash scope. Seam Faces module page claims it implements javax.faces.bean.FlashScoped, even says so on the very first page, yet this scope doesn't even exist, nor does the annotation/interf...
Seam Security 3.X.0.FinalHello, I would like to start off by mentioning that I did a couple of cursory searches in hopes to find someone that has tried to do the same as I have but hadn't found any results that line up closely to my problem.....
Seam 3 Security render restrict pageHi, I started a new project to learn JSF2, and i have two roles Admin and User, i tried to restrict some admin pages, but if a user login and try to access admin pages, the pages are rendered. This is what i'v...
Thread extend JPAIdentityStore from seam 3 security
extend JPAIdentityStore from seam 3 securityhi, I have migrated my project from seam 2 to seam 3 . now while deploying I'm facing Unsatisfied dependency Exception for my class xxxIdentityStore.java which extends JpaIdentityStore where ever m in...
Problem with Seam 2.3 tag libraryI am trying to upgrade a Seam application to 2.3 with JSF 2, Richfaces 3.3.3, and Facelets1.1.15.B1 to run on JBoss AS 7.1.1.Final. It deploys but when the login screen loads I get the following stacktrace below...
ClassCastException on deploymentI'm trying to deploy a project to JBoss AS 7 but I'm getting the following exception: 17:55:13,000 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operati...
Thread seam 3 missing many things ??? so what to do
seam 3 missing many things ??? so what to dohi, https://community.jboss.org/thread/178524 https://community.jboss.org/message/716331 above discussion tell many things about seam 2 to seam 3 migration . still what to do with following ??...
statusmessages in seam 3 ?hi, In seam 2 we have StatusMessages . In seam 3 i have replaced it with messages API but I'm stuck with StatusMesssage.instance().addToControl() method for this i can't find a replacement . ...
create seam 3 projectHello, could anyone help me creating a java ee web project including seam 3? I ve downloaded and installed jboss developer studio, jboss AS7 and seam 3. Now i dont find a way to create a working application....
Quartz Job with Seam 3 and Jboss 7?Hi, I am trying to schedule a cron job in seam 3 with JBoss 7 but so far no success. Can anybody shed some lights how can I do this?
Thread Handling NonexistentConversationException with Seam 3
Handling NonexistentConversationException with Seam 3I wrote up a wiki page about my workaround for handling NonexistentConversationException more gracefully (like Seam 2): Handling NonexistentConversationException Gracefully Comments/questions/ideas are welcome!
Seam3 : equivalent for ResourceServletI am migrating to Seam3. What will the equivalent to org.jboss.seam.servlet.ResourceServlet. or how can I config a servlet in the apllication.
jboss 5.1 SeamHi, I am new to SEAM , Can you please send me a sample for seam with Jboss 5.1 . How to deploy ? or Where do we need to deploy. If you have any sample code please share to me. So it will helpful for m...