On Tue, 2005-11-22 at 10:20 -0500, Tony Dean wrote: > Dims, > > Just tried it and it appears to work... at least partly. > > - I add classes to exploded/classes/ but they were NOT successfully loaded by > the classloader
You need to put the classes in classes/ .. the idea of exploded deployment is simply to not force you to jar up a directory into a foo.aar file. You can copy your "foo" directory containing the stuff (including service.xml, classes/ etc.) to the services/ directory and it should do the right thing. Sanjiva.
