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
0
votes
1 answer

@ByPassInterceptors in seam 3?

@ByPassInterceptor annotation is removed from seam 3 that i know . and as per CDI documentation , By default, a bean archive has no enabled interceptors bound via interceptor bindings. so is it safe if i remove @BypassInterceptor annotation…
Rahul Razdan
  • 419
  • 4
  • 11
0
votes
1 answer

deploying seam security on Jboss as 7.1.1 throws exception

I enabled my application to use seam security 3.1.0.Final using the following maven config org.jboss.seam seam-bom 3.1.0.Final pom import …
Paul Plato
  • 1,471
  • 6
  • 28
  • 36
0
votes
1 answer

Faces with Seam3

i'm having 1 Entity with 1 Named Bean with ConversationScope, I created a jsf form with save button, and my problem is, why when my form are posted my entity with @injected, the properties of the entity bean(ArticuloController property) has not been…
jrey
  • 2,163
  • 1
  • 32
  • 48
0
votes
1 answer

isolated testing of backing bean that uses RequestParam without jsf pages

I want to do a relatively simple test. The class being tested (simplified but you get the idea): @Named @RequestScoped public class SomeController { @Inject @RequestParam("someId") Long someId; public SomeClass getSomeClass() { …
drone.ah
  • 1,135
  • 14
  • 28
0
votes
1 answer

SeamFaces on Tomcat7

I am trying to get SeamFaces to work on Tomcat 7. Is this possible? I added the below entries to my (Maven) POM taken from http://www.seamframework.org/Seam3/FacesModule. It appears to need but can't find the…
Alex H
  • 431
  • 5
  • 13
0
votes
1 answer

Creating own scaffold plugin: metawidget resource loading exception only when run within forge console

I try to rebuild a scaffold faces plugin separately for some reasons, but found a really annoying bug, that I cannot solve. java.lang.NoSuchMethodException: class…
azendh
  • 921
  • 8
  • 23
0
votes
1 answer

Jbpm 5 and Seam 3 integration

Me and 14 collegues are taking the Engeneering Software Project course that takes 12 weeks from now. The main propose in the project is to migrate the technologies between versions of an already made project. The goal is to migrate from Seam 2.2 and…
gonzalomelov
  • 971
  • 1
  • 13
  • 30
0
votes
0 answers

primefaces fileUpload with @ViewScoped bean and s:viewAction

I'm using JBoss 7.1.1.Final, Seam 3.1, CDI, JSF 2, Primefaces 3.4RC1. I have a page that has following s:viewAction:
lukas
  • 545
  • 2
  • 7
  • 18
0
votes
1 answer

ejb3 sfsb activation exception in jboss

I have an application with seam 3 on jboss 6.1. My beans are mostly conversation scoped beans (stateful session beans). Sometimes with I am on a page that is handled by a conversation scoped bean, I leave the page for a while (say some minutes), and…
Kelly Goedert
  • 1,027
  • 2
  • 11
  • 37
0
votes
1 answer

Need help to learn web services/web apps

I have been working as a Java developer for past 5 years with products completely developed in core Java and Java Swings. Now I have moved to a new company where I would be doing similar work at the back end , but the client I would have to learn…
sakthisundar
  • 3,278
  • 3
  • 16
  • 29
0
votes
1 answer

jsf2 navigation issues

I have an app using jsf2, jboss 6.1 and seam 3. I want to do something like this: if the user tries to access the app and is not authenticated, he should be directed to the login page. If the user, is already logged in even if he types the login url…
Kelly Goedert
  • 1,027
  • 2
  • 11
  • 37
0
votes
0 answers

Seam3 @ViewConfig and pretty-faces mapping id

How can I get id of urlMapping when using pretty faces through the Seam3 @ViewConfig interface? In pretty-config.xml id is specified on url-mapping element.
pseudo
  • 836
  • 1
  • 11
  • 20
-1
votes
1 answer

alternative to cdi, seam 3, and primefaces 3

I've been developing JSF applications for quite some time. And some 3 or 4 years ago I discovered seam 2 and it was great. Now I decided to try jsf 2 + cdi + seam 3 + primefaces 3 (I know this version is not final yet) and had so many problems along…
Kelly Goedert
  • 1,027
  • 2
  • 11
  • 37
1 2 3 4 5 6 7
8