[ 
https://issues.jboss.org/browse/JBSEAM-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601787#comment-12601787
 ] 

Hector Mendoza commented on JBSEAM-3837:
----------------------------------------

Throw me an error when use context.leaveNode():

org.jbpm.JbpmException: couldn't get value for file 
'classes/java/lang/bsh.class'
        at org.jbpm.file.def.FileDefinition.getBytes(FileDefinition.java:196)
        at 
org.jbpm.instantiation.ProcessClassLoader.findClass(ProcessClassLoader.java:116)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at bsh.classpath.ClassManagerImpl.plainClassForName(Unknown Source)
        at bsh.classpath.ClassManagerImpl.classForName(Unknown Source)
        at bsh.NameSpace.classForName(Unknown Source)

But the bsh.jar file is include in jboss AS.
I use JBoss AS 5.1,Seam 2.2.0 and jbpm 3.2.6, any ideas?

> JobExecutorServlet as seam component
> ------------------------------------
>
>                 Key: JBSEAM-3837
>                 URL: https://issues.jboss.org/browse/JBSEAM-3837
>             Project: Seam 2
>          Issue Type: Feature Request
>          Components: BPM
>    Affects Versions: 2.0.3.CR1
>         Environment: Seam 2.0.3, JBPM 3.2.2
>            Reporter: Marko Strukelj
>            Priority: Optional
>         Attachments: jbpm.zip
>
>
> JBPM Job Execution using JobExecutorServlet doesn't work in Seam. Attached 
> are modified sources to turn JobExecutorServlet into a Seam component and to 
> have it use Seam's contexts and transactions.
> This is probably not the best way to do it but it works for me where I'm 
> using it. There is a proper solution in the making - see related issues.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to