The error in ERXBatchingDisplayGroup which does not occur in ERXDisplayGroup is:
Caused by: com.webobjects.foundation.NSForwardException
[java.lang.IllegalStateException] sqlStringForKeyValueQualifier:
attempt to generate SQL for com.webobjects.eocontrol.EOKeyValueQualifier
(acctId = $acctId) failed because the qualifier variable '$acctId' is unbound.
:java.lang.IllegalStateException: sqlStringForKeyValueQualifier: attempt to
generate SQL for com.webobjects.eocontrol.EOKeyValueQualifier (acctId =
$acctId) failed because the qualifier variable '$acctId' is unbound.
at
com.webobjects.appserver._private.WOComponentDefinition.finishInitializingComponent(WOComponentDefinition.java:672)
at com.webobjects.appserver.WOComponent.<init>(WOComponent.java:241)
at Components.SecureComponent.<init>(SecureComponent.java:11)
at Components.CurrentSit.<init>(CurrentSit.java:35) //
calling the super()
... 45 more
Caused by: java.lang.IllegalStateException: sqlStringForKeyValueQualifier:
attempt to generate SQL for com.webobjects.eocontrol.EOKeyValueQualifier
(acctId = $acctId) failed because the qualifier variable '$acctId' is unbound.
at
com.webobjects.jdbcadaptor.FrontbasePlugIn$FrontbaseExpression.sqlStringForKeyValueQualifier(FrontbasePlugIn.java:1351)
*******************************
$acctId is an Integer, I searched and found no null acctId's in the DB?
Is this an Integer - String conversion problem?
From what I can read <unbound> implies never been set.
----
Baiss Eric Magnusson
http://www.CascadeWebDesign.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]