Simon,

With RC1, I could not reproduce the problem. I unpacked the RC1 zip, did the following:

cd $KEEL/keel-build
ant -Ddeploy.name=default download-keeltools
ant -Ddeploy.name=default install-keeltools
ant -Ddeploy.name=default assemble-deploy

Then, started Tomcat and created database successfully from the Keel menu.

Added app-hoj, created local-deploy.properties and local-custom.xml (with HOJ included, as in tutorial) and did a

ant -Ddeploy.name=local assemble-deploy

Then, ran Tomcat again, and created database from the menu once again.
Accessed HOJ->Enter my data and was able to add the data to the DB.

Here are some tips to help debug your installation:

- Make sure you have a keel-build\deploy\jakarta-tomcat-4.1.27\webapps\struts\WEB-INF\keel\server\conf\app-hoj directory
- In above directory, you should have a Mydata-persist-system.xconf file that defines the schema
- In keel-build\deploy\jakarta-tomcat-4.1.27\webapps\struts\WEB-INF\keel\server\conf\merged.config you should see:
<default-persistent security="default" logger="persist-default" name="default" id="default">
<dbpool>keel-dbpool</dbpool>
<dbtype>keel-dbtype</dbtype>
<schemas name="default" id="default">
....... other schema here ......
<schema name="hoj" id="hoj">
<persistent table="mydata" descrip="My sample persistent" class="org.javamug.apphoj.entity.Mydata" name="mydata">
........
</persistent>
</schema>
</schemas>
</default-persistent>
- If all of the above are there, look in the files in keel-build\deploy\jakarta-tomcat-4.1.27\webapps\struts\WEB-INF\keel\server\logs to see if there are some exceptions in there. "Unable to resolve context key: uenvironment" is normal, you can ignore those.


HTH,
Shash

[EMAIL PROTECTED] wrote:

When downloading and installing keel including the app-hoj example,
everything works fine except the ProcessMydata Model. Apparently the
'hoj' schem isn't created (when calling create database from the menu).
Have i missed anything?


Cheers,
simon
http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com




http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to