Log in to follow, share, and participate in this community.
Thread Using Seam for Multi-tenancy via URL filtering
Using Seam for Multi-tenancy via URL filteringMy Webapplication ist built with Seam 2.2.2 and running as a deployed .WAR. Now I would like to seperate between tenants via URL filtering. I thought that this could be done by configuration in components.xml or web.x...
Seam Automatic navigationI have a business requirement. if a user is not logged in and tries to access page B , he gets redirected automatically to A. And if a user is logged in and tries to access A , he gets redirected automatically t...
Thread Target Unreachable, '...' returned null on '...'
Target Unreachable, '...' returned null on '...'Dear experts, my environment is: JBOSS 4.2, seam 2.1, eclipse europa 3.3.2 with jboss tools 2.1.2. I created 2 classes Bank and User. By reverse engineering, eclipse automatically created BankHome, BankList, UserHom...
Thread Tricky problem running Seam 2.2.2 on wildfly 8.0 Final
Tricky problem running Seam 2.2.2 on wildfly 8.0 FinalI have a working seam application (WAR) based on seam 2.2.2 and i would like to get it running on Wildfly. We I try to deploy it I get a stande Exception 2014-06-19 12:56:35,669 ERROR [org.jboss.m...
Asynchronous method in seamHi All, I am running seam 2.1.2 with jpa (non ejb environment) and working with quartz 2.1.0 to schedule jobs in my application. In my components.xml i have: xmlns:async="http://jboss.com/products/sea...
jboss as 5.1 and seamHi please what is seam´s version that I should use to work with joss 5.1 ... mine is not jboss eap also what would be the differences between seam and forge ? thks !! Érico
create excel with hyperlink in cellshi, i have a application exporting data to excel using jboss excel tag library. my data consists of many rows and columns. there are e:cell tags in my page. whan i try to put e:hyperlink inside e:cell, it doe...
Thread Captcha: customized message for incorrect response
Captcha: customized message for incorrect responseHi folks, is there a better way of defining a customized message for incorrect responses than extending the superclass org.jboss.seam.captcha.Captcha and overwriting the getResponse()-Method? So far this works for...
Configure RichFaces for rich:treeI have had all sorts of problems getting the RichFaces tree control to work. When I try to bind a method to the adviseNodeOpened attribute on the tree control, I get a methodnotfound exception. I have found that one w...
Hibernate Search into a JBoss AS7 ClusterHello, I'm developing a Seam 2.3.1 application that runs on a JBoss AS7 Cluster configured following the official tutorial. My question is 'How to configure the persistence.xml file to obtain a replicated ind...
Interceptor called twiceHi, I have written a interceptor for my webservices which is exposed as a stateless EJB endpoint. All works fine , but in the logs i see that the interceptor is getting called twice ! My interceptor class - pub...
File Upload. Add path to database.I currently have fileupload working fine. I can select a file I store it in a local folder on my computer. I would now like to store the file in the same folder but get the file name and store that in my database. I ...
saving pdf before rendering it to uiHi All, I am using seam-pdf.jar(i-text) for pdf generation. According to my business logic before rendering pdf to user i need to save it in some contenet management system(say alfresco) for future reference. I need...
Thread Commit transaction mid-method from EJB @MessageDriven
Commit transaction mid-method from EJB @MessageDrivenHi, I have a long running process which runs inside a Seam component that takes about 60sec to complete, to allow its progress to be displayed I write to the database during its execution. When the process is i...
Thread problems creating drop down menu using selectOneMenu
problems creating drop down menu using selectOneMenuHello, I am new to seam. I've been trying to create a drop down menu in order to choose an entity "tipus" which is a foreign key of another entity "SLA". After consulting so many forums and tutorials I've been able ...
Thread Seam 2.2.2 on JBoss EAP 6.2 (Hibernate Unknown Enitity)
Seam 2.2.2 on JBoss EAP 6.2 (Hibernate Unknown Enitity)I'm trying to migrate application from old JBoss 4.2.3 to JBoss EAP 6.2. And I stuck with problem on deployment . Deployment exception:
0m [31m13:03:15,847 ERROR [org.apache.catalina.core.ContainerBase.[jboss...