seam3 Questions

5

Solved

I have the following code to manage two kinds of repositories. Both repository classes inherit an interface to allow reinitialization of their resources. public interface CachingRepository { publ...
Zug asked 27/4, 2012 at 7:10

1

Solved

In a Java EE 6, CDI 1.1.x, Seam 3 etc. environment, we need to find all CDI beans of the current view (@ViewScoped). What I have tried so far is using: @Named @ViewScoped public class ViewHelper {...
Leftwich asked 2/2, 2017 at 17:45

3

Solved

In our JavaEE6 project (EJB3, JSF2) on JBoss 7.1.1, it seems we have a memory leak with SeamFaces @ViewScoped. We made a little prototype to check the fact : we use JMeter to call a page 200 tim...
Harpsichord asked 29/8, 2012 at 16:52

1

Regarding to my previous question, The JSR 303 bean validation, The extended ConstraintValidator cannot use the CDI, The Seam Validation Module give me a perfect solution for centralizing all JSF a...
Hardtack asked 15/10, 2012 at 11:10

2

Right now I am experiencing an unpleasant issue. I have 6 projects running on my JBoss AS 7. They are deployed in standalone mode. After working for some time(5-25 hours) I start to recieve identic...
Bricabrac asked 29/10, 2012 at 11:36

1

Solved

I'm currently working on a project running on JBoss AS 7 that requires authentication from a variety of sources. I'm trying to get an understanding of the various components that combine to provide...
Interphone asked 29/3, 2012 at 1:9

1

Solved

In my project I use Seam 3 and I am having issues injecting the EntityManager with the @Inject annotation. I am pretty sure there is some kind of configuration to make sure the EnityManager knows w...
Balinese asked 6/1, 2012 at 19:11

1

Solved

I'm trying to get a POJO starting on startup within my Weld/Seam3 application but not having much luck. I've tried the following but none of them have worked: @Singleton public class StartupJobs {...
Diatomic asked 8/9, 2011 at 11:45

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...
Snail asked 3/9, 2011 at 9:28
1

© 2022 - 2024 — McMap. All rights reserved.