Questions tagged [seam3]

Seam 3 is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece.

Seam 3 is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece. http://seamframework.org/Seam3

118 questions
1
vote
2 answers

Remember Me in Seam 3

How can I use the remember me feature of seam security 3??? I try the seam 2 way but it does not work... here my components.xml... not sure if this file is used in seam 3
RLuceac
  • 372
  • 1
  • 3
  • 12
1
vote
1 answer

Configure @Viewconfig Seam faces 3

I'm working on a simple project. My site will have only 2 pages. The front page, with the ogin and register controls, and a user page, that the user will be redirected after logged in or registered. I have some questions: How can I implement a…
RLuceac
  • 372
  • 1
  • 3
  • 12
1
vote
1 answer

What is annotation indexing?

In this section of Seam Catch manual it is said that The @HandlesExceptions annotation may be deprecated in favor of annotation indexing done by Seam Solder. However, the Seam Solder manual not even has the "index" word in it - at least as far as I…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
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
2 answers

Redirect to home page after login seam 3

I have custom Authenticator and I want to redirect to home page after successfully authenticate in seam 3 . How can i do that ??
Suraj
  • 437
  • 8
  • 20
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
3 answers

Seam 3 - retrieve all seam components in application context

is there a way to get all the Seam 3 component classes which are @ApplicationScoped?
Fortega
  • 19,463
  • 14
  • 75
  • 113
1
vote
0 answers

JAVA JSF2 sometime generates Non-RFC compliant HTTP response while streaming a text file download

We have been providing a text report download to our client. Our managed bean generates a text report which a user can download from a JSF2 prime-faces application. The below mentioned code works most of the time. From my inspection it has been…
Dev Khadka
  • 154
  • 1
  • 9
1
vote
1 answer

javax.faces.FacesException: Expression Error: Named Object: org.omnifaces.component.validator.ValidateMultiple not found

We're currently porting our GlassFish 3.2.1.x webapp to JBoss EAP 6.4.6, but we're getting a rather strange exception with a page that contains (shortened):
Kawu
  • 13,647
  • 34
  • 123
  • 195
1
vote
1 answer

Seam 2.3 XSD error in page.xml

I am upgrading an application from seam 2.2 to 2.3. I switched my login page .xml to uses *-2.3.xsd. I took the changes from the pages.xml in the migration guide. My error is s4s-elt-character: Non-whitespace characters are not allowed in schema …
Bill
  • 29
  • 1
  • 1
1
vote
1 answer

redirect to restful url in java ee 6

I am trying to rewrite a url for a conversation bean. so it should behave as follows: localhost:8080/rest/test/20 should be openning localhost:8080/view_doc.jsf?cid=20 I am trying this: @RewriteConfiguration public class TestRewriteConfiguration…
Ikthiander
  • 3,917
  • 8
  • 37
  • 54
1
vote
1 answer

When will Seam 3 be out?

Does anybody know when Seam 3 will officially be out?
Shervin Asgari
  • 23,901
  • 30
  • 103
  • 143
1
vote
1 answer

From Seam 3 to Apache DeltaSpike (seam-beans.xml)

I am migrating from Seam 3 to DeltaSpike on WildFly 8 (Java EE 7). What is the equivalent DeltaSpike file to Seam's seam-beans.xml? Could you tell me any more info? Edit:
mitchkman
  • 6,201
  • 8
  • 39
  • 67
1
vote
1 answer

No active contexts for scope in EJB service

I have EJB bean and there is a class RemoveInactiveUsersTask extends TimerTask when I invoke method which update user status in DB. This is sample code of my class: @Singleton @Named @ApplicationScoped public class UsersStatusManager implements…
Piotr Kozlowski
  • 899
  • 1
  • 13
  • 25
1
vote
7 answers

a4j:CommandLink action not execute on rich:popupPanel when panel is rendered

I have link that opens popup panel, before opening that panel I would like some action to be executed from my ejb stateless bean and popup panel should be rendered. After opened that panel I click commandButton which should execute action from my…
user2017741
  • 11
  • 1
  • 2