When I run my seam application I get the following error Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
I am starting a new seam project targeted at a JBoss EAP server and I have very little experience with EJB3.What do I gain from using EJB3 over just using a war proje开发者_JS百科ct with pojos and sea
I would like to use IntelliJ IDEA for development of JBoss Seam project. seam-gen is creating the project stub, however the stub is not complete. In particular it is not clear how to deploy such proje
I have a very simple application with just 2 pages on WebLogic 10.3.2 (11g), Seam 2.2.0.GA. I have a command button in each, which makes a redirect-after-post to the other. This works well, as I see t
We are using Seam 2.2.0 Java 1.6.14 Weblogic 10.3.1.0 (named 11g Doh!) I have looked at Seam reference Seam in action
I am using the hibernate increment strategy to create my IDs on my entities. @GenericGenerator(name=\"increment-strategy\", strategy=\"increment\")
Is there a way to have Expression Language (EL) expressions included JavaScript files be evaluated by JSF?
I am learning facelets and Seam and I\'m facing the following problem: I have 2 xhtml files, one includes the other and each one has its own Seam component as backing bean. I want to send and object t
I have this simple class: public class LuceneUtil{ private final EntityManager entityManager; public LuceneUtil() {
And my confusion with JSF continues. This is a continuation of a question asked yesterday, but I feel it warrants a new question. I have a single seam component that expects a URL parameter to be inje