Bugs item #625585, was opened at 2002-10-19 12:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=625585&group_id=4754
Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: Mind Bridge (mindbridge) Assigned to: Howard Lewis Ship (hship) Summary: Error messages with unclear origins Initial Comment: The following errors tend to occur fairly often, but they do not give the developer information as to where they have occurred: 1. Cannot find component when resource path rather than alias is used. Exception message: Could not locate resource /net/sf/tapestry/components/InsertWrapped.jwc in the classpath. An indication as the which file the error refers to would be very helpful. 2. Cannot find component when alias is not defined (or a library namespace is omitted) Exception message: Component 'InheritInformalAny' not found in framework namespace. Same as above -- the name of the file would be helpful. 3. Cannot find library. Exception message: Library 'Content.Contrib' not found in Content.Contrib. ---------------------------------------------------------------------- >Comment By: Mind Bridge (mindbridge) Date: 2002-10-19 17:05 Message: Logged In: YES user_id=434362 For the first message, yes, the enclosing exception can provide you with the location. For the other two messages, however, that is not the case. One could guess to some extent what is happening by looking at the request further down the page, but that is relatively clear only when the page service is used. ---------------------------------------------------------------------- Comment By: Howard Lewis Ship (hship) Date: 2002-10-19 14:30 Message: Logged In: YES user_id=26816 Usually these exceptions are wrapped in other exceptions that define the context better, is that not sufficient (given the nested exception reporting built into Tapestry)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=625585&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by: Access Your PC Securely with GoToMyPC. Try Free Now https://www.gotomypc.com/s/OSND/DD _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
