copy the driver for postgres past in jbpmhome\modules\system\layers\base\com\
postgres\main folder.
create a module.xml at the location (
jbpmhome\modules\system\layers\base\com\ postgres\main) with below content.
and restart.
<?xml version='1.0' encoding='UTF-8'?>
<module xmlns="urn:jboss:module:1.1" name="com.mysql">
<resources>
<resource-root path="postgresql.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
</dependencies>
</module>
pls provide the standalone.xml for if this dont work.