Log in to follow, share, and participate in this community.
Thread SEAM2 to SEAM3 migration or wait for DeltaSpike
SEAM2 to SEAM3 migration or wait for DeltaSpikeI am trying to evaluate upgrading our SEAM 2 applications to SEAM 3. So far I have been trying to create a proof of concept making changes to our application incrementaly to see what kind of changes need to be made to...
Examples of the use of exception handlingHello, I am a beginner in exceptions handling with seam solder, and I want you to give me some examples that deal with exceptions please answer me and ...
Thread How to handle the exception:Wrong type at constant pool inde
How to handle the exception:Wrong type at constant pool indeSoemtimes, when i run my seam application,it will throw the following exception: Wrong type at constant pool index Can someone tell me what is possible reason for this? thanks in advance!
Thread Generate reports with Seam 3 Reports and Apache Velocity
Generate reports with Seam 3 Reports and Apache VelocityShare my experience of seam3 reports, please read the readme.md in the project root folder for detail. https://github.com/hantsy/seam3-report-demo Any feedback is welcome.
@Transactional interceptor ignores derived methodsI would like to use @Transactional on class level of a derived class, e. g. @Transactional public class Derived extends Base { ... } I experience that only the methods of the class itself ar...
Thread How to make ViewConfig redirecting on access deny
How to make ViewConfig redirecting on access denyHi, everyone: I have a problem in managing the access denied redirection using Seam Security ViewConfig. My @ViewConfig interface as follows: {code} @ViewConfig public interface Pages { ...
Combine Seam 2.2 and Icefaces 1.8Hi Ich have to combine Seam 2.2 and Icefaces 1.8 on Jboss 5.1, Java 1.5 Versions cant be changed. Perhaps Seam 2.1.1 is an option. I useEclipse 3.5 with Jboss Tools and Dynamic Web Project Wizard. ...
BeanManager not accessible via JNDIThere is no possibility to access BeanManager via JNDI. I tried it on the newest JBoss 7.1.1. Is it a bug or a feature? String name = "java:comp/" + BeanManager.class.getSimpleName();...
Thread Suggestion on localization with seam 3 international
Suggestion on localization with seam 3 internationalHello. I'm building a custom localizer for my web application using Seam3 international module. In my class I have injected the user locale as suggested into Seam3 international documentation. This is my class: ...
Can't deploy seam/maven projectGreetings, Using JBoss 5.1 and Seam 2.2. I have a maven project building an EAR which contains a WAR, EJB-JAR and other JARs. Trying to deploy it fisplays the following exceptions: 2012-10-01 15:09:07,...
Thread How to access the single database for the two projects?
How to access the single database for the two projects?Hi everyone, I was working in the project ,where i need to use only one database but it should have work in both the projects, I was facing the problem,when one project access the databas...
Seam 3: Injection molding for programmingThe concept is not to use @Injet and through programming offered Identity obtain Seam 3. Is there a way to capture my POJO Seam Identity class 3, making a structured code and not use the @Inject. ...
Seam 3 login redirect problemHi, I'm using Seam 3 with Seam Faces( jsf 2, primefaces 3) My problem is that after login succeed, the redirection is not made to the url of my main page. login.xhtml <h:commandButton id="l...
Seam 3 and LDAP integrationHi, I want to use LDAP server for authentication of users. Can you tell me shortly how I can use LDAP server and Seam 3 together? Regards Peter
Seam Security + LDAP example?I was wondering if there is any example on who to configure seam-security with LDAP based identity management? To play around with the seam-security module I was using the JPA identity management. This is working quit...
Thread Random NPE in CoyoteRequest.removeAttribute
Random NPE in CoyoteRequest.removeAttributeDear Community, this Problem is bugging me for some time now and I am running out of options. I am developing a rather large-for-one-person application based on Seam 2.2.2, Glassfish 2.1, JSF 1.2, Rich...
Thread how to displaying the pdf file in seam frame work
how to displaying the pdf file in seam frame workhi to all, I googled alot but i could not find the solution for this functionality(displaying the pdf file in seam frame work). could please help me.