Questions tagged [seam2]

220 questions
1
vote
1 answer

Seam: How to get session-ID from Servlet-Request

I have a big Seam project and want to serve some XML or binary data without any JSF actions or interference. So I decided to use servlets. The method I used is described…
user1141785
  • 431
  • 7
  • 21
1
vote
0 answers

seam gen (flow of curd operation )

i am new to seam,i created seam application in eclipse along with seam generated entities,but I am not able to understand flow of curd operation execution.Can any one please help me
kool
  • 11
  • 1
1
vote
1 answer

can't call methods from SEAM Component

i have a SEAM 2 application and i have a strange situation. I'm developing with Eclipse Indigo, and i need to create a page with a grid where each row has a button that display a popup window with a list and you can choose one item of the list with…
Oscar Calderon
  • 883
  • 2
  • 13
  • 30
1
vote
0 answers

rich:suggestionBox with suggestionAction in JavaScript

I have an input with . It works very well with a suggestionAction in the bean. But I want to implement this suggestionAction in JavaScript instead. Here is the code of my :
1
vote
2 answers

Use message bundle in Java class with Seam with a parametric proprerty

The same question Use message bundle in Java class with Seam but what when you need use a parametric property like: message.property = Some message with {0} this parameter. How should I use the map for doing that? Thanks.
sanrodari
  • 1,602
  • 2
  • 13
  • 23
1
vote
3 answers

DataModel and DataModelSelection in Seam3

I cannot seem to find where is @DataModel and @DataModelSelection in Seam3 (as opposed to Seam2). In what Seam module are they defined? If their name has been changed, what is it currently?
egaga
  • 21,042
  • 10
  • 46
  • 60
1
vote
0 answers

Seam Framework Clustering: Login state NOT replicating (Seam 2.2.2 + Tomcat 6.0.32)

I am currently trying to make an application written from scratch to be deployable on a Tomcat 6.0.32 cluster, with session/state replication. Everything works fine except for one thing: if one node of the cluster fails and a request is being…
svpernovae
  • 160
  • 2
  • 16
1
vote
0 answers

Can't login with Seam's Identity Management

I'm trying to create a login in Seam 2 with Seam's Identity Management. I'm using mysql 5.1 for RDB. I already created a login page and modified components.xml for authentication. But here is the problem. When i click login button from UI, it throws…
Çağdaş
  • 993
  • 1
  • 12
  • 33
1
vote
2 answers

@Destroy Annotation with Page Scoped Beans

I have a page scoped Seam component and it has a no-parameter void method annotated with @Destroy as is shown below. My problem is that destroy method is never called even if the browser page is changed (i.e. page scope…
ovunccetin
  • 8,443
  • 5
  • 42
  • 53
1
vote
2 answers

Migrating from Seam 2 to Seam 3

I have some experience with seam 2, and now I am trying seam 3, but I notice there are a lot of differences. I would like to know if there is some kind of tutorial or blog post to read for someone who is migrating from seam 2 to seam 3, like me. I…
Fortega
  • 19,463
  • 14
  • 75
  • 113
1
vote
2 answers

EJB @Stateless + Seam @Scope(ScopeType.CONVERSATION) = @Stateful?

Im a new SEAM developer and for sure im really enjoying the platform. im wondering wether a stateless session bean plus conversation scope has the same semantic by stateful session bean ? the EJB Client in this context is the seam, right ? so using…
CHAPa
  • 667
  • 8
  • 24
1
vote
1 answer

Consume Spring Boot REST service in JBOSS Seam Application

I was interested to know if a Spring Boot REST service can be consumed in a JBOSS Seam Application. If yes, what would be the steps. Thank you in anticipation.
Aman
  • 37
  • 1
  • 8
1
vote
0 answers

Multiple @DataModelSelection setters

I am working on a project that uses seam 2.3.1 and tomcat7 and everything is just fine when I build and deploy it under jdk1.6. And now I'd like to migrate the project to java 8, so I changed maven build configuration to use jdk1.8.0_51 as alternate…
Rustam
  • 11
  • 3
1
vote
1 answer

UserTransaction in wildfly 8.2.0

Previously I was using seam 2.1 and JPA 1 along with JBOSS 5. In this configuration I was accessing user transaction using below code: UserTransaction userTx = Transaction.instance(); if (userTx != null) { boolean…
1
vote
1 answer

IllegalArgumentException when injecting a seam component

I am trying to migrate an application which uses seam 2.1.2, from JBoss 5.2 to JBoss 6.4 EAP. I added all the seam dependent libraries as maven dependencies and now I have the application deploying without any errors and the seam context seems to be…
raluca
  • 136
  • 1
  • 5