On Fri, Feb 26, 2010 at 3:23 AM, kelvin goodson <[email protected]> wrote: > Luciano, > > I've certainly been able to progress after your changes. However, > currently I'm seeing "catalog.get" is not a function from Firebug on > line 127 of the store.html script. > > Kelvin. >
Yes, this is the same issue I'm seeing, and here is my current understanding of the problem... 1) We registered the services as /Catalog 2) We generate store.js pointing to /Catalog 3) Runtime (host-webapp) gets called to update all registered services to contextRoot/Catalog Then, during invocation, we try to access /Catalog and fails with 404.... as it is now set as contextRoot/Catalog... Although I know what is causing the problem is... I'm still investigating what the proper definitive solution should be... as this issue has come in the past [1][2] and it seemed to have regressed again. [1] http://www.mail-archive.com/[email protected]/msg10134.html [2] http://www.mail-archive.com/[email protected]/msg10284.html -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
