Re: Weird WOComponentDefinition error
Re: Weird WOComponentDefinition error
- Subject: Re: Weird WOComponentDefinition error
- From: Chuck Hill <email@hidden>
- Date: Thu, 11 Mar 2004 09:17:23 -0800
It appears to be failing while creating a dynamic element:
at
com.webobjects.appserver.WOApplication.dynamicElementWithName(WOApplicat
ion.java:2042)
Try overriding this method and log out the parameters. That may
provide a clue as to what is wrong.
Chuck
On Mar 10, 2004, at 11:19 PM, Erlandsson Martin wrote:
Hi list!
We have a wo application ("MyApplication.woa" below) with a number of
different templates that extend WOComponent. After converting from
WO4.5 to WO5, two of these refuse to be instantiated , with the
following
exception:
java.lang.IllegalStateException: Unable to find framework named
"MyApplication".
at
com.webobjects.appserver._private.WOComponentDefinition.<init>(WOCompon
e
ntDefinition.java:179)
at
com.webobjects.appserver.WOApplication._componentDefinitionFromClassNam
e
d(WOApplication.java:2350)
at
com.webobjects.appserver.WOApplication._componentDefinition(WOApplicati
o
n.java:2445)
at
com.webobjects.appserver.WOApplication.dynamicElementWithName(WOApplica
t
ion.java:2042)
at
com.webobjects.appserver._private.WOSwitchComponent._realComponentWithN
a
me(WOSwitchComponent.java:111)
at
com.webobjects.appserver._private.WOSwitchComponent.appendToResponse(WO
S
witchComponent.java:193)
at
com.webobjects.appserver._private.WODynamicGroup.appendChildrenToRespon
s
e(WODynamicGroup.java:121)
at
com.webobjects.appserver._private.WODynamicGroup.appendToResponse(WODyn
a
micGroup.java:130)
at
com.webobjects.appserver.WOComponent.appendToResponse(WOComponent.java:
9
92)
All other components are being loaded and instantiated correctly, and
I can't see how the two problem templates differ from the rest.
Reflection is used to find the class names.
How can I solve our further analyze this problem?
Thanks,
/MartinA
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.