Log in to follow, share, and participate in this community.
Thread jboss seam excel
jboss seam exceljboss seam excel is using jxl work book implementation. How easy is it to migrate a current jboss seam excel with jxl implementation to one using apache poi implementation? In my project I have certain report generat...
Thread Connection handle has been closed and is unusable
Connection handle has been closed and is unusableHi, I am frequently getting below error and my jboss-7 getting crashed. 11:15:44,123 ERROR [lsi.common.security.validator.CoreLogger] (http-/0.0.0.0:8109-587) IN dataaccessmanager catch block 1...
Is seam 3 production ready release?Hi I am familiar with seam 2. But I have to start a new project. The project should be delivered in sept-oct 2011. Does it make sense to start using seam 3 now? Is seam 3 production ready? Regards, khalil
Problems with WildFly 8 and Seam 3Hi, I'm using WildFly 8 and I'm migrating my Java EE6 project to Java EE7 due to some WebSocket stuff. In Maven, I use the following BOMs... org.wildfly.bom:jboss-javaee-7.0-with-tools:8.0.0.Final or...
Thread Injecting @SessionScoped bean into Filter doesn't match jsf
Injecting @SessionScoped bean into Filter doesn't match jsfI am having a weird error. We are using a servlet filter to do authentication checks and holding user state in a @SessionScoped bean. it all seems to work fine except that when the session is invalidated either ...
Annotations inside modules are not loadedHi, I am trying to access a annotated servlet which is in modules directory. Steps: 1. created jandex.idx for simple.jar simple.jar is just having a servlet which just says helloworld.(Note: I have used annotat...
Thread Unable to find XML mapping file in classpath: orm.xml
Unable to find XML mapping file in classpath: orm.xmlI am trying to get the orm.xml file recognized. It is stored in my projects' EJB-sub project /ejbModule/META-INF but it ends up in the WAR in WEB-INF/lib. Even so, i still get the error message: 13:13:09,328 INFO [C...
Which aproach is recommended?It seems that Seam has 3 aproaches to use. POJO+HEM POJO+JPA EJB3 I'm coufused about choosing the aproaches. It seems that the EJB3 is recommended by the official. But the framework extending isn't support by now. And...
Jboss AEP 6.x - Ticket Monster local host deployed appI deployed ticket monster app locally on my jboss eap server. Later on i copied the jboss eap directory to a vm and started the jboss eap server inside the vm. Now Ticket Monster deployed app comes up fine inside the ...
iText (PDF) support in SeamSeam 1.1.1 has the first iteration of our iText support for PDF generation. Now that it is out in the wild, I'd really appreciate feedback from the community on what you like and don't like. There are a lot of directi...
itex barcodeHi, The tag <p:barCode/> doesn't implement the barCode UCC/EAN 128; the iText version 2.0.4 implements this barCode; it would be possible that the tag <p:barCode/> implements that barCode in the next seam...
Seam mail. Where is it gone?Hi I am currently moving a large project from Seam 2.3 to Java EE7, CDI and JSF2.2. One of the many things I am trying to find a replacement is Seam mail. From the Seam 3 page I can see that this was suppose...
SeamLoginModule Error invoking login methodI am creating jsf 1.2 + Seam project. I am able to get the war and show the login page. While login, I am not able to success and get the following error. Can someone point me the mistake I did? [SeamLoginModul...
Thread Getting started with Seam Spring on EAP 6.4?
Getting started with Seam Spring on EAP 6.4?Hello. Can anyone provide leads as to why this Hello World Servlet isn't working? There are no errors. It just always prints null.
@WebServlet( urlPatterns = { "/diagnostics" })
public class Diagnostic...