Thanks very much Koen, it did work.

I placed my classes.jar in the JBOSS_HOME/bin directory[could have been 
anywhere I suppose] and put the jar file in the CLASSPATH for JBOSS Application 
Server.

However, is this the way it is supposed to be. Shouldn't the classes be just 
part of the archive. The documentation Chapter 16, 16.1.2 and 16.2  
http://docs.jboss.com/jbpm/v3/userguide/jpdl.html , describe about placing the 
custom classes under classes directory in the process archive.

ANT SCRIPT
Lastly, my ant script seemed to go through but deployed nothing. It generated 
however, the following warnings


  |  10:01:23,375 [main] WARN  EhCacheProvider : Could not find configuration 
[org.jbpm.graph.def.Node]; using defaults.
  |  10:01:23,609 [main] WARN  EhCacheProvider : Could not find configuration 
[org.jbpm.instantiation.Delegation]; using defaults.
  |  10:01:24,046 [main] WARN  EhCacheProvider : Could not find configuration 
[org.jbpm.taskmgmt.def.Task]; using defaults.
  |  10:01:24,375 [main] WARN  EhCacheProvider : Could not find configuration 
[org.jbpm.graph.def.ProcessDefinition]; using defaults
  | 
..........................................................................................................
  | ............... more similar warnings 
  | 

About Jbpm.cfg.xml
------------------------
I also tried to configure the jbpm.cfg.xml using the jbpm.files.dir, but I 
probably wasn't using it correctly. This property isn't documented anywhere for 
the jbpm.cfg.xml. What extra benefits will it give over not storing the process 
archive in the database.

Thanks, again for a fast reply. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952433


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to