Project Wonder & WebObjects 5.3
Project Wonder & WebObjects 5.3
- Subject: Project Wonder & WebObjects 5.3
- From: Javier Solórzano <email@hidden>
- Date: Thu, 15 Sep 2005 19:22:55 +0200
I'm trying Project Wonder's ERDirectToWeb framework with the simple
do-nothing-special skeleton. When I don't use Wonder and I use WO
Application and Session classes everything works fine, as expected.
However when I link the ERDirectToWeb, ERJars and ERExtensions
framworks, and subclass Application and Session from it's ERX classes
weird things start to happen: I start asking for list pages and it
looks like all the class properties get mangled. Ie. when I search an
entity I get unbound key exceptions for attributes that belong to
other entities.
If I revert to standard directtoweb, everything goes back to normal.
This is a portion of the type of exceptions I get. Any ideas?
16895 [WorkerThread0] ERROR er.directtoweb.ERDirectToWeb Page:
er.directtoweb.ERD2WListPageTemplate - Configuration:
ListDistribuidor - Exception
<com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException:
<com.webobjects.eocontrol.EOGenericRecord 0xe77cbd> valueForKey():
lookup of unknown key: 'ahsayPassword'.
This class does not have an instance variable of the name
ahsayPassword or _ahsayPassword, nor a method of the name
ahsayPassword, _ahsayPassword, getAhsayPassword, or
_getAhsayPassword>: pageConfiguration <ListDistribuidor>, propertyKey
<ahsayPassword>, entityName <DatosCliente>, displayPropertyKeys <
("ahsayPassword", "control", "cp", "cuenta", "direccion", "email",
"entidad", "loginName", "nif", "nombre", "oficina", "poblacion")>,
componentName <D2WDisplayString>, customComponent
<ERDDefaultCustomComponent>
com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException:
<com.webobjects.eocontrol.EOGenericRecord 0xe77cbd> valueForKey():
lookup of unknown key: 'ahsayPassword'.
This class does not have an instance variable of the name
ahsayPassword or _ahsayPassword, nor a method of the name
ahsayPassword, _ahsayPassword, getAhsayPassword, or _getAhsayPassword
at com.webobjects.foundation.NSKeyValueCoding
$DefaultImplementation.handleQueryWithUnboundKey
(NSKeyValueCoding.java:1316)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden