Hi. I'm trying to write a small component library, and just cannot get any component or pages linked in to my main Tapestry app.
1) I've got the component jar manifest file pointing at the module file in the services. 2) the contributeComponentClassResolver *is* getting called - I can see this in the log file - Adding module definition for class <my_library_module_here> 3) My library module jar is on the classpath (I can call a static dummy method in it from the main app). I've traced down through the ComponentClassResolverImpl and ClassNameLocatorImpl to the findClassesWithinPath call, for which the packagePath is correct in my library, but the call cannot seem to find any resource URLs in the contextClassLoader. I've looked at the code for the uploader library, which is loading correctly, but cannot see where I've gone wrong. Anyone got any pointers? Cheers Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org