Log in to follow, share, and participate in this community.
Thread how to integrate angular JS with seam 2.1
how to integrate angular JS with seam 2.1Iam trying to include angular JS with seam 2.1 . tried to include the small snippet of code in a xhtml page : <div ng-app=""> <p>My first expression: {{ 5 + 5 }}</p> </div> Ad...
Thread Has someone implemented a trigger level in hibernate session?
Has someone implemented a trigger level in hibernate session?Hello friends, I am new to the forum, and to be honest I joined because I really need help with my problem. Just do not know how to implement a hibernate interceptor in Seam. // I implemented my trigger: public cl...
seamframework.org - We'll be back soonThe site has been like this for a couple weeks. Response from my JBoss / Redhat support account is that it is not maintained by them and suggested I post here to find out where it has migrated to. Any clue...
Thread Upgrading a project in seam 2.2. in the future
Upgrading a project in seam 2.2. in the futureThe project I started has now been there for 3 years and was writen using seam 2.2.2 It still works like a charm but we're thinking of upgrading the platform. It looks like Seam will not be maintained in the f...
seam jsf page hang or not renderedHi We have a application ( screens mostly generated by seam-gen tool) It is a user inbox functionality where user clicks on a case, case detail is opened in a new tab. Some time, the case detail page is not ...
Thread What´s happening with Deltaspike development?
What´s happening with Deltaspike development?The last release of deltaspyke was release in August, 2012. The development still continuous? The project have future? I was thinking about use my faces CODI, because I don´t see any progres in deltaspike in re...
Any idea about, please!My application runs fine locally but on an intranet with multiple users have these problems. Help with some ideas community Here is the code which indicates the error and attach the file to see the output.
pa...
Hibernate 4 on Seam 2.3I am seeing outdated discussions about this issue. I hope someone can help me. I am trying to migrate our project from Seam 2.2 to 2.3 (which also includes migrating hibernate 3.x to 4.x) and I am having an is...
Seam Mail Templating not based on JSFI believe the easy JSF email templating is not to be delivered in Seam3 Email. This is sad as one way to do everything was a cornerstone of Seam2. Seam2 policy was to provide alternatives (wicket etc.), but to try...
Thread how to create pdf and excel templates in Seam3
how to create pdf and excel templates in Seam3I need to migrate my application from Seam2 to Seam3, which has some pdf and excel reports. How can I create them in Seam3. ie. create excel and pdf in seam3
jboss 7.1 CDI and Seam 3 Security issueHello, i have added to my project security seam as instruction on documentation but this generate this errore when start jboss 7.1: Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001409 Ambigu...
Use of @Specializes doesn't workHello guys, I need to override the seam 3 cdi component IdentityImpl that has the cdi name "identity"( @Named("identity") ) to write my own Identity, but my component isn't called, because in my pages I use th...
Thread Issue creating a PDF using jBoss/SEAM(iText)
Issue creating a PDF using jBoss/SEAM(iText)I am creating a PDF using jBoss/SEAM and I want to align the table text to the right. The principle is described here. However, when I try the following code, the text isn't aligned correctly: <p:paragraph alignm...
Seam and PentahoHi, I am currently trying to display a report generated by Pentaho on a seam xhtml page. I started with this tutorial http://www.mastertheboss.com/jboss-stuff/develop-advanced-reports-on-jboss-with-pentaho But ...
How to use seam with a non-webbased clientFirst off LOVE SEAM! Ok, for the SEAM gurus out there. I am working on a server client system. The server is an application running inside a J2EE application server (currently JBoss 7.1) . What I want to do i...
Thread Faces Message not propagated into View after Redirect
Faces Message not propagated into View after RedirectI'm adding a Faces Message which I should appear on the next page after redirection but it's not working. The page is rendered but the message is not shown. This issue was raised after I upgraded to Seam 2.2.2.Final f...
Problem with projects generatedHello!!! I' m new with this and I cant create/generate a project with SEAM 2.3 and AS7 In the CMD seam gen. What I have is this.... SEAM 2.3CR1-dist JBOSS AS 7.1. Final jdk1.7.0_45 and Eclipse Kepl...
Thread Can not set JSESSIONID Secure and HttpOnly with JBoss 4.2.3.GA
Can not set JSESSIONID Secure and HttpOnly with JBoss 4.2.3.GAHi all, My system use JBoss 4.2.3.GA and Seam 2.2.1. This is my root context: localhost/gate As I google, there is a way to set the Secure and HttpOnly flag for the JSessionId #1 if (response....