> Glad to hear you got that straightened out.
Thank you for your concern. :-) > It's not necessary to include either of the Apache libraries in your > classpath, unless you actually load the OAuth classes that refer to > them. Does OSGi require you to include both .jars, regardless of > whether you use them? No, it does not, provided that there are no overlapping packages. Imports in OSGi are package-based, and you can only import one package with a given name at any given time. Again, my "complaint" was completely my fault, as I misread the package names and thought that the two jar files had identical packages, which is actually not the case. I had to deal with this issue because I needed to "bundlize" the lib. since there is no OSGi support out-of-the box, each time somebody wants to use this lib in an OSGi environment, they'll have to do the same repackaging work. It may be nice if you could consider adding this, it shouldn't be too difficult. There is a plugin you can add to the pom file that will do this automagically. Another option would be to ask the Spring people to do it (http://www.springsource.com/repository/app/ ). Regards, =David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
