Hi All,
I am using JBPM 5.3 and its assosiated Guvnor and console. I am deploying it on tomcat 7.0.27.
I am able to connect to Guvnor and develop small process in it. I am able to login into JBPM console but then it gives following error.
24/07 12:57:11,597[http-apr-8080-exec-12] ERROR hibernate.connection.DatasourceConnectionProvider.configure - Could not find datasource: jdbc/jbpm-ds
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:803)
at org.apache.naming.NamingContext.lookup(NamingContext.java:159)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:158)
at javax.naming.InitialContext.lookup(InitialContext.java:411)
at org.hibernate.connection.DatasourceConnectionProvider.configure(Datas
ourceConnectionProvider.java:75)
I am not using jbpm-ds datasource anywhere. Is it hardcoded anywhere in the source? what is the solution for the problem?