Sam Mano wrote:
1. Is any one mnodified the table name of the JBPM schema?
As jBPM is backed by JPA and hibernate you could override the table names by using orm files to change the default table names.
Sam Mano wrote:
2. Is any one created the custom schema for JBPM or using their existing shema to use JBPM?
that would be more advanced work but in theory it's possible as jBPM uses pluggable persistence. You could define your own marshallers and I think someone had already done it, if you search this forum you should find some discussions about it
HTH