Thread Seam RuleBase can not load consequenceExceptionHandler
Seam RuleBase can not load consequenceExceptionHandlerI'm trying to create a simple test case using Arquillian, Seam and drools. consequenceExceptionHandler can not be loaded by drools api because of javaassist manipulation and class loading in Jboss AS 7. I changed fo...
Thread Dom4J IllegalAccessError - Seam on JBoss 7 deployment error
Dom4J IllegalAccessError - Seam on JBoss 7 deployment errorHi all, I'm migrating a legacy application to Maven. There already have been many hitches and glitches, AFAIK Seam is really fickle concerning dependency versions it will work with. This latest error I can't ...
injecting seam components from ejb jarHi, I have the following problem. I try to reproduce the photoalbum example of reichfaces with seam and maven. In the xhtml pahes the seam listener is activated, the el reference is resolved to the class which is ...
How to get binary data from request?I have to customize ckeditor fileupload to a Seam 2.2.2 application due to a interface upgrade. I'm trying to do the simplest way but I'm missing something. First the editor plugin gives us a form exactly like this:...
JBoss Seam Websocket IntegrationHi, I created atmosphere and seam integration for using websocket and building real-time web application with seam . the source code is available on https://github.com/omidp/atmosphere-seam I w...
Thread Invoking JBPM business process from Seam pageflow
Invoking JBPM business process from Seam pageflowHi, I'm trying to invoke my business process from seam pageflow example. I have implemented NumberGuess pageflow example. I added myprocess.bpmn2 in component.xml file and myproject.jar file from JBPM into WEB\INF\li...
How to use jbpm comment with SeamI'm trying to add a comment to jbpm task instance via Seam injection as it's in Todo example one of the Seam examples.
<task-node name="todo">
<task name="todo" descrip...
Seam unit testHi manarh, I want to create a seam unit test for my project without starting Arquillian container as follow
public class UnitTest extends JUnitSeamTest
{
@Test
&...
Deployment error in Wildfly 8 FinalHello, I am trying to deploy application in Wild Fly 8 Final , deployment fails with following error message. Seam 2.3 , JSF 2.0 14:34:19,579 SEVERE [javax.enterprise.resource.webcontainer.jsf....
No file extension in servlet pathHi Everyone, I am getting the following Exception in production environment,server is jboss. javax.servlet.ServletException: java.lang.IllegalArgumentException: no file extension in servlet path: /SpringDemo
...
Thread pdf generation with images (from html source)
pdf generation with images (from html source)Hello, I have a problem in a pre-production environment with my application. I am generating on the fly pdf from contents stored in the database in html. <p:html>
<font size="3" face="Aria...
RichFaces Issue: Resource not registeredWe are working a Seam (2.0.1) based applications which uses Spring, Hibernate (3.2.5) and RichFaces (3.1.4SR1) on Weblogic 9.2 using the JSF RI. We are now running into an issue where we keep getting the following exc...
Article Seam conversation timeouts vs. numberOfViewsInSession
Seam conversation timeouts vs. numberOfViewsInSessionRecently, I spent a fair amount of time tearing my hair out (figuratively), trying to figure out why users were reporting symptoms that looked like conversation timeouts after 30 minutes, even though I had set the con...
Thread object is not an instance of declaring class
object is not an instance of declaring classI'm using Seam2.3.Final, Jboss7.1.1Final. I've created a Jboss Datasource named PostgresDS. my persistence.xml <?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="...
Rendering PDFI'm generating a pdf using specific api of seam to do that. I'd like to know if there is a way to render it without showing it to the user. For example, when the user clicks at a link, I save the pdf in a directory w...