JBPM3.2.6SP1
JBoss5.00GA

hi all

i am getting the following error when using a  in an event.


  | 
  | 20:04:02,418 ERROR [GraphElement] action threw exception: couldn't get 
value for file 'classes/java/lang/bsh.class'
  | 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:306)
  |     at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
  | 


  | <process-state name='Sub Process'>
  |   <event type='node-enter'>
  |   <script name='node-enter'>
  |   System.out.println("---------------node-enter");
  |   </script>
  |  </event>
  | 
  | 

i read the docs and the bsh.jar file is in the classpath including the jboss 
common/lib.

any help is most appreciated

-lp

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244287#4244287

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244287
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to