seam2 Questions
3
Solved
We developed a Seam 2 based Java EE 5 application and it runs on Weblogic 11g.
Now I tried to deploy the same WAR file to the new Weblogic 12c (12.1.1.0 on my local Windows 7 machine) by following...
Coachandfour asked 20/12, 2011 at 11:1
2
I am using jbosscc-seam-archtype 1.2 and I am putting the application.xml in EAR project, under /src/main/application/META-INF/ but the maven-ear-plugin is not picking it up. any suggestion?
Here ...
Dominique asked 7/10, 2011 at 14:33
1
Solved
How can I implement a heartbeat with JSF 1.2, RichFaces 3.x using SEAM 2.x which also works during a long-lasting request executed by an user?
Currently, we've got a heartbeat (to avoid session ti...
Partook asked 1/2, 2013 at 13:41
3
Solved
I want to use SEAM Framework with Hibernate but do not want to use EJB. I cannot use EJB.
First question is, can I use EntityManager? or is EntityManager a part of EJB?
How can I get access to us...
Genie asked 9/8, 2010 at 14:41
1
Hello good people of StackOverflow!
I've tried many tutorials on using JBoss Seam and looked at the "Restbay" example in the Seam distro. But I cannot get a working REST web service with the follo...
Oraleeoralia asked 18/7, 2011 at 14:49
2
Solved
Question pretty much says it all, though explicitly I'm looking for the things I will probably miss about Seam 2 in a Java EE 6 environment ("losses").
For my latest (small) project JavaEE 6 or mo...
1
Solved
I have to integrate the Facebook social plugins into a JSF application. This recommends that I add the fbml namespace to the xhtml file that it's rendered in the response.
I have in my XHTML file:...
1
Solved
I'm in seam 2. How can I get the servlet context?
I can do this:
ServletContexts servletContexts = ServletContexts.getInstance();
But this is not the ServletContext.
1
© 2022 - 2024 — McMap. All rights reserved.