Hi,
I used demo db for cmdbuild and when login to data management module i give this error" class Request to change not found" and in administration module when click on process i get this error" Error: org.cmdbuild.workflow.CMWorkflowException: java.lang.NullPointerException". i chanfe context.xml to my db name and user pass and shark.conf to url and user/pass.here is context.xml:
<Resource
name="test96"
type="javax.sql.DataSource"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5433/test96"
username="postgres"
password="mypass"