Hello All;
I have the packages working, except for the reporting with reportmill. Reportmill was working before I placed my code into packages.
The Error I get is:
[2006-09-13 21:43:24 EDT] <WorkerThread0> java.lang.IllegalStateException: Unable to find framework named "dwtm". at com.webobjects.appserver._private.WOComponentDefinition.<init>(WOComponentDefinition.java:179) at com.webobjects.appserver.WOApplication._componentDefinitionFromClassNamed(WOApplication.java:2353) at com.webobjects.appserver.WOApplication._componentDefinition(WOApplication.java:2448) at com.webobjects.appserver.WOComponent._componentDefinition(WOComponent.java:475) at com.webobjects.appserver.WOComponent.<init>(WOComponent.java:233) at com.psgs.dodig.dwtm.RMPDFPage.<init>(RMPDFPage.java:20)
I believe this might be another reflect error, the error appears to be occurring in the WOComponent. It appears to think that the com.psgs.dwtm package is a framework. None of the other classes, except for the reportmill components are experiencing this problem. The reportmill classes are RMPDFPage, RMCSVPage. etc.
Thanks,
Don |