Bert Van Kets wrote:

I managed to get the ojb sample working in my own webapp. In other words, I
managed to get the sample to read and write to the mySQL database. I still
haven't managed to get a minimal jdo/ojb application working of my own
doing.

Right now I'm getting an error saying
org.apache.avalon.framework.CascadingRuntimeException: The undefined value
has no properties.
A stack trace can be found below.

The line in my flowscript that throws the error is "dao.retrieve(linksBean,
factory);"


This error means that the variable "dao" has an undefined value (You get this error when you try to apply the dot operator to undefined. Similarly if you try to dereference the null value in JS you get "Cannot convert null to an object" - these two errors are the JS equivalents of Java's NullPointerException). What does your script look like? How is 'dao' initialized?

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to