Re: ArtifactResolver questions

2007-03-16 Thread Jim Marino
My orginal mindset is that we need some context for the resolving, for example, a resolver might use the classloader to resolve relative URIs. Isn't DeploymentContext designed for Load/Resolve/Build? With the federated architecture, we can't assume DeploymentContext anymore or that the

Re: ArtifactResolver questions

2007-03-16 Thread Raymond Feng
Friday, March 16, 2007 10:08 AM Subject: ArtifactResolver questions On Mar 16, 2007, at 9:46 AM, Raymond Feng wrote: Hi, Contribution is the model object that hosts the metadata and introspected result for the contribution. Logically, you can use the URI of the contributio

ArtifactResolver questions

2007-03-16 Thread Jeremy Boynes
On Mar 16, 2007, at 9:46 AM, Raymond Feng wrote: Hi, Contribution is the model object that hosts the metadata and introspected result for the contribution. Logically, you can use the URI of the contribution to look up the ContributionService to get the Contribution. I found it simpler for