Questions tagged [seam2]
220 questions
2
votes
2 answers
SEAM GWT Integration
I am trying to integrate GWT with SEAM. i followed the Docs and tried to run the
example as follows.
I created a GWT project, using Eclipse Galileo and created the classes as given in the example
I then added the Seam 2.0.2 jars to the build…

Anand Sunderraman
- 7,900
- 31
- 90
- 150
2
votes
1 answer
JBoss eap 6: sub deployment in jboss-structure.xml was not found
I managed to run my ( seam 2.2.2 / jsf 1.2 / hibernate 3.5.6) application on JBoss eap 6.3 (which is compatible with AS 7.[something I don't know]), now to update to JBoss 6.4.4 I'm having such problems:
09:27:23,363 INFO [org.jboss.as.remoting]…
user4122522
2
votes
1 answer
Tomcat/Seam Seam component Instantiation Exception
What could be the reason for the below exception? I have my persistence.xml and components.xml look ok. Environment: Tomcat6, Seam2 framework.
Oct 17, 2013 10:37:46 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending…

user1171699
- 101
- 13
2
votes
1 answer
jndi pattern and seam 2.3 ear
I'm trying to migrate my seam 2.2 application to seam 2.3.
I'm using an ear packaged application that consists of several modules.
When I try to load a page I get the following error:
Caused by: javax.naming.NameNotFoundException: AdmissionDAOImpl…

gadeynebram
- 725
- 2
- 6
- 22
2
votes
1 answer
h:selectOneMenu not populating a 'selected' item
I'm having trouble with an h:selectOneMenu not having a selected item when there is already something set on the backing bean. I am using seam and have specified a customer converter. When working on my 'creation' page, everything works fine,…

dann.dev
- 2,406
- 3
- 20
- 32
2
votes
3 answers
ArrayIndexOutOfBoundsException while compiling Java code with Maven
I am getting the following error only when running mvn clean:
An exception has occurred in the compiler (1.6.0_34). Please file a bug at the
Java Developer Connection (http://java.sun.com/webapps/bugreport) after
checking the Bug Parade for…

rodrigocprates
- 498
- 6
- 22
2
votes
0 answers
Understanding connection pool/transactions with JPA/Hibernate in a Seam2/Tomcat7 environment
Seeing those 3 files, I got the conclusion that:
1) This application uses JPA and Hibernate as a provider?!
2) The connection pool is controlled by tomcat(context.xml)?!
3) What about the transactions? Is Seamframework container controlling…

matcouto
- 31
- 3
2
votes
0 answers
Seam2: Page.xml and the view-id
while searching for a bug in a project i found many page.xml files, where the 'view-id' was showing to totally wrong pathes (old structure), or some had no view-id at all!
As far as i understood Seam it works like this:
i call in the browser.the…

Joergi
- 1,527
- 3
- 39
- 82
2
votes
1 answer
How to implement hot reloading of resourcebundle (messages.properties) in Seam 2
We are still using Seam 2 (2.2.GA) for one legacy webapp. We have JRebel to hot-reload all the stuffs (xhtml, java), but not the i18n messages.properties. Its so annoying!
So, what have we tried? We tried to override the following Seam's built-in…

tunggad
- 285
- 2
- 13
2
votes
4 answers
Java EE - Seam 2 vs Seam 3 - which should I choose now?
I'm starting new enterprise application. I've choosen the following technologies: jee6 (jsf + primefaces, ejb) and hibernate. I'll deploy on Glassfish 3.
Question is which Seam version should I choose? I know Seam 3 is the newest, but Seam 2 seems…

karolkpl
- 2,189
- 10
- 39
- 60
2
votes
0 answers
Seam - understanding PAGE scope and CONVERSATION scope
I still get confused about the PAGE and the CONVERSATION (temp) scope. Maybe I get some help here.
As fas as I know, variables outjected to the PAGE scope live as long as the user only postbacks the same page. The temporary CONVERSATION scope…

joshd
- 91
- 9
2
votes
1 answer
Possible Envers Validity Audit Strategy Bug - Can Anyone Confirm?
We have a Seam 2 application running on JBoss AS 7. In order to speed up access to historical revisions of entities, we switched to the Envers Validity Audit Strategy. Everything seemed ok, but then saving one particular type of entity would cause a…

Phyxx
- 15,730
- 13
- 73
- 112
2
votes
1 answer
SEAM hibernate query DAO executing twice
I have a stateful backing bean that calls the following hibernate query during the @Create method (query shown below):
@Override
@SuppressWarnings("unchecked")
public List getUserSessions(User user, Date startDate, Date endDate){
String…

DaveB
- 2,953
- 7
- 38
- 60
1
vote
2 answers
a4j:commandbutton not allowing "<" in rendered
this is my code:

Ikthiander
- 3,917
- 8
- 37
- 54
1
vote
1 answer
Using Seam v2.2.2.Final with JSF v1.2 in JBoss v7.1 – JSF tags won't render – why?
I'm currently migrating a larger project which primarily uses Seam 2, Hibernate and JSF 1.2 from JBoss 4.2.x to JBoss 7.1 – and I've managed to solve most problems so far. The application server starts just fine and deployes my EAR project without…

Daniel Bleisteiner
- 3,190
- 1
- 33
- 47