For my project I wanted to use the WXCheckbox element; so, I loaded the project into XCode, built the deployment version (which made / Library/Frameworks/WOComponentElements), added that framework to my project. Immediately, I noticed the build never worked; it always gave an error that the jar was not in /Library/WebObjects/lib. So, I copied the jar to that location, wondering why I needed to do that extra step. I continue on, everything seems to be working fine. So I build a WAR file from my project (which has been successful, thanks to all those that helped). When I deploy the WAR, and attempt to go to the page with the checkbox list, I get this error:
- WOBundle.lookForClassInAllBundles(WXCheckBoxList) failed!
- <com.webobjects.appserver._private.WOComponentRequestHandler>: Exception occurred while handling request: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named WXCheckBoxList in runtime or in a loadable bundle: <com.webobjects.appserver._private.WOComponentDefinition: Error parsing template for Component : 'jar:file:///quigo/adsonar-server/ webapps/MediaKommandantWO/WEB-INF/lib/MediaKommandantWO.jar!/ Resources/ManageSectionsLibraries.wo': java.lang.ClassNotFoundException: Cannot find class or component named WXCheckBoxList in runtime or in a loadable bundle


Any ideas what I'm doing wrong, or what step I'm missing?

_______________________________________________
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]

Reply via email to