[jboss-user] [JBoss jBPM] - Re: cannot retrieve variable in an asynchronous node

2008-09-26 Thread cgo
Replying to myself here, the issue was that the process was undeployed after state transition by the junit test involved, so it works now. However, now when accessing the variable in the asynchronous node it returns a org.jbpm.bytes.ByteArray object instead of my Serializable type in the Action

[jboss-user] [JBoss jBPM] - cannot retrieve variable in an asynchronous node

2008-09-25 Thread cgo
Hi, I have a process definition which at some point has the following structure node1(async=false) -> state -> node2(async=true) the issue I have is that the ActionHandler in node2 cannot retrieve a process variable that has been set in node1, the variable does not exist in the context instanc

[jboss-user] [JBoss jBPM] - Issues with factories customization in jBPM 3.2.3?

2008-07-30 Thread cgo
Hi there, I'm trying to setup an enterprise configuration of jBPM 3.2.3 with Jboss AS 4.2.2 and followed the instructions in section 9.2 of the documentation. I have an issue when trying the long notation as described in section 6.2 of the documentation for factories to specify some properties,

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsp error : No Java compiler available

2007-09-18 Thread cgo
I still have this issue, however when setting jboss logs to debug I see the 2 NoClassDefFoundError exceptions below. I checked and the first class is in jasper-jdt.jar in the web deployer while the second one I could not find it, so I dropped ant.jar which contains it in the web deployer, but st

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jsp error : No Java compiler available

2007-09-07 Thread cgo
Hi, I am trying to deploy an application in jboss 4.2.1, I have the error below when I try to access a JSP file. The application runs fine when I use Tomcat 6.0.14 as a standalone server but not in jboss. I have set JAVA_HOME to a JDK 1.5 folder but my understanding is that it should work even