Re: URI handling during deployment

2007-02-17 Thread Jeremy Boynes
So this turned into a ball of twine (see r508831) ... I removed all references to pathNames held by the DeploymentContext and replaced them with using the URI. This lead to issues inside the ComponentManager where it was tracking parent/child relationships, so I needed to refactor that to h

Re: URI handling during deployment

2007-02-17 Thread Jim Marino
On Feb 17, 2007, at 6:36 AM, Jeremy Boynes wrote: Working on the runtimes, I ran into a few quirks due to the way URIs are represented during deployment - as a list of path name parts rather than as a URI. I'd like to simplify this by replacing #getPathNames with #getURI containing the U

URI handling during deployment

2007-02-17 Thread Jeremy Boynes
Working on the runtimes, I ran into a few quirks due to the way URIs are represented during deployment - as a list of path name parts rather than as a URI. I'd like to simplify this by replacing #getPathNames with #getURI containing the URI of the composite being deployed. That will remove