Check to make sure you have no errors on startup of ofbiz in console.log...that you actually connect to both datasources (localmysql and odbcmysql) before ofbiz is ready to accept requests.
--- chitrakala ramanujam <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks Vamsi once again. See the following code. I have given the > correct the delegator-name. Still showing the error. > > > <delegator name="default" entity-model-reader="main" > entity-group-reader="main" entity-eca-reader="main" > distributed-cache-clear-enabled="false"> > <group-map group-name="org.ofbiz" > datasource-name="localmysql"/> > <group-map group-name="org.ofbiz.odbc" > datasource-name="odbcmysql"/> > </delegator> > > <delegator name="default-no-eca" entity-model-reader="main" > entity-group-reader="main" entity-eca-reader="main" > entity-eca-enabled="false" distributed-cache-clear-enabled="false"> > <group-map group-name="org.ofbiz" > datasource-name="localmysql"/> > <group-map group-name="org.ofbiz.odbc" > datasource-name="localderbyodbc"/> > </delegator> > > <delegator name="test" entity-model-reader="main" > entity-group-reader="main" entity-eca-reader="main"> > <group-map group-name="org.ofbiz" > datasource-name="localmysql"/> > <group-map group-name="org.ofbiz.odbc" > datasource-name="localderbyodbc"/> > </delegator> > > <delegator name="other" entity-model-reader="main" > entity-group-reader="main" entity-eca-reader="main"> > <group-map group-name="org.ofbiz" > datasource-name="localmysql"/> > <group-map group-name="org.ofbiz.odbc" > datasource-name="localderbyodbc"/> > </delegator> > > Thanks. > Chitrakala. R >
