summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility-equinox/src/main/java/org/apache/tuscany/sca/extensibility/equinox/EquinoxServiceDiscoverer.java (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende1-354/+0
2009-11-20Add filter against SCA-Version header to discover META-INF/services under OSGirfeng1-8/+37
2009-11-20Don't search for META-INF/services in the 1.x bundle I've been playing with. slaws1-1/+7
2009-07-31Use the extensibility-equinox module to dynamically imports public packages a...rfeng1-0/+5
2009-07-31Enhance the service discovery by testing the typesrfeng1-37/+13
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng1-4/+9
2009-04-02Add logic to avoid duplicate URLsrfeng1-7/+13
2009-02-24A more complete fix for TUSCANY-2869rfeng1-0/+27
2009-01-28Make it aware of bundle fragmentsrfeng1-1/+3
2008-11-26Added missing @Override annotation on methods that override a method declarat...mcombellack1-0/+1
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende1-0/+0
2008-11-18Fix the duplicate export package from 3rd party jarsrfeng1-5/+1
2008-10-24Minor clean up for the extensibilityrfeng1-7/+0
2008-09-29Added a log, and start bundle to help debugging.jsdelfino1-0/+6
2008-09-24Issue a warning when a resource entry is contained in a unresolved bundlerfeng1-3/+7
2008-09-22Added support for several bundle packaging and distribution schemes (jars and...jsdelfino1-1/+3
2008-09-19Simplified ServiceDiscoverer. Started to use it to create factories to resolv...jsdelfino1-4/+19
2008-09-13Merge changes from trunkrfeng1-0/+4
2008-09-12Creating a branch for the equinox work.jsdelfino1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Branch before trunk cleanuplresende1-0/+0
2008-09-09Use bundle.getResources to discover servicesrfeng1-50/+76
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino1-108/+3
2008-09-06Minor code cleanup. Added class comments and ref/date tags. Moved test class ...jsdelfino1-0/+2
2008-09-06Starting to add support Classloading for 3rd party jars rfeng1-3/+18
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng1-68/+70
2008-08-08Support to start OSGi from a list of jar filesrfeng1-1/+5
2008-08-08Rename extensibility-eclipse to extensibility-equinoxrfeng1-0/+0
2008-07-21Add more comments and some minor clean uprfeng1-0/+78
2008-07-11Add the first instance only optimization backrfeng1-2/+4
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng1-0/+253