[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-25 Thread pwang33
You can have action class to do the same thing you did in your custom assigment 
handler. We have done that to dynamically to change the assigment on the fly. 

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Does BPM fit my business process?

2006-01-15 Thread pwang33
 I am currently helping a telecom company to create a provisioning bpm for 
their order management.  We use JBPM as BMP engine to drive the order process 
from the creation of provisioning profile, sales force integration, prepare 
contract, negoiate, installtion, site survey etc.. It would be a good fit for 
need as well I think :) 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Mysql database is not included in ant build script.. how

2006-01-10 Thread pwang33

  | 
  |  
  |  
  |  
  | 
  |   
  | 
  | 
  |   
  | 
  | 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Mysql database is not included in ant build script.. how

2006-01-10 Thread pwang33
Try followings in build.depoy.xml 

 
 
 

  


  
of course , you have get your *.ds.xml to point to the same mysql server in 
order to run the app


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-09 Thread pwang33
Add this statement 
  if (!jbpmSchema.hasJbpmTables())
before the jbpmSchema.createSchema();
inside the AbstractDBTestCase

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user