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
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
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,
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
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