jboss-seam-2.3.1.Final\examples\booking's initial mapping settingHi, i can confirm http://localhost:8080/seam-booking/home.seam ( after mvn clean package / mvn jboss-as:deploy ) using Example of jboss-seam-2.3.1.Final Then examing application configuration contents ...
Does seam 3 works with MyfacesHi, Is there a way to use Myfaces with seam 3 on Jboss AS 7.1.1 Final ? I try to switch our seam 3 project from Mojarra to Myfaces but i've got the following exception : "com.sun.faces.config.Configur...
Thread question about the seam conversation context
question about the seam conversation contextSupposing that I'm using the @Begin annotation to start a long-term conversation, which of the following statement is correct : 1. if method returned normally, Seam destroys the current temporal conversation and crea...
Seam 2.3 - Does it work with JSF 1.2?I'm upgrading my Seam 2.2 application to Seam 2.3.1.Final and would like to know if it's compatible with JSF 1.2. I noticed Seam 2.3.1.Final's "ui" artifact transitively downloads jboss-jsf-api_2.1_spec:jar which is a...
SeamI inherited a project written in Seam, so I'm trying to get started using JDeveloper but having a heck of a time. First, I'm not sure what all jars are needed for seam, so I'm trial and error adding them one at a time...
help with IllegalStateExceptionHi there, trying to resolve an error. 1. User gets authenticated (seam security) 2. User gets redirected to a restricted page 3. User leaves the computer, the session times out 4. User comes back, loads t...
project name:tasks-rs: JAX-RS, JPA quickstartIn my research this project ,i have a question .Resources.java has What Effect? thanks i dont understand when i delete this ,why this project don't work .please email wfkjzyxy_001@163.com thanks @...
Error while deploying Seam app on JBOSS 7My Environment Setup is as below: JBOSS 7 + Postgres 9 + Seam 2.3 Created default Seam app in Eclipse Was able to compile evrything Defined standalone.xml ...
Seam Examples Bug - Where to submit it?Hi, There's a bug in the examples. Basically everything's listed here: http://stackoverflow.com/questions/12986928/maven3-0-4-fails-to-download-repositories I looked for 10 minutes where I could submit...
Seam Transaction illegal stateHi all, I'm using AS7 7.1.CR1b, Seam 3.1 Final. Postgres and latest JDBC driver. I use seam faces and I have the transaction interceptor enabled. While I debug the app in Eclipse, I get the below exception. It see...
Thread Deltaspike JPA Module for JTA Transactions,
Deltaspike JPA Module for JTA Transactions,Hi all, since DeltaSpike doesn't have its own user forum, I'm writing here instead. I have a war project which is packaged in an ear. But I can't activate the altervative BeanManagedUserTransac...
Thread IE shows unexpected exception in a SEAM application
IE shows unexpected exception in a SEAM applicationHi All, I am new to this community. I am having an application in JSF/SEAM/JPA-JTA and using SEAM annotations. I am facing a problem with behaviour of the aplication in which the some of the B...
Configuring Seam Mail programmaticallyHi, is it possible to configure Seam Mail programmatically? I've already been using Seam Mail and configured it with <mail:mail-session ...> in components.xml. That works fine. But how to configure settings l...