Has there been any update to this issue that I may have missed? I am updating an "old" Mach-II/GAE application that I deployed summer 2010. At that time, I just created the app in Eclipse, plopped in the GAE OpenBD build and included all of that as part of the project. For my current work, I decided that I would update the app to the latest OpenBD release and Mach-II 1.9, and recreate the project using the OpenBD Desktop, so that I could separate out all the junk that is generated by GAE and not keep it as a part of the source in my Git repo.
As I attempted to boot using the Desktop, I got the "*No such function exists - xmlsearch.*" exception from [webroot]/MachII/framework/AppFactory.cfc, Line=287 which is... <cfset var includeNodes = XmlSearch(arguments.configXML, "mach-ii/includes/include") /> In searching the OpenBD list, I came across this thread, but haven't found anything about a resolution. My question is two-fold. - Is there currently any way solve this and continue using the OpenBD Desktop application for running locally/deploying to Google? - Barring an OpenBD solution, can any M2 folks point me to a decent workaround with the framework? Thanks in advance for any advice! @dshuck On Sun, May 22, 2011 at 8:11 PM, Peter J. Farrell <[email protected]> wrote: > designfrontier said the following on 05/22/2011 08:09 PM: > > Was xmlSearch removed from the GAE 1.5b? I have a site that I am > > working on some tweaks for and it uses xmlSearch heavily. Upgraded to > > 1.5b and now it doesn't work at all because of this error. Any > > timeline on this going back in? > It's a known issue as things are moved to the new platform. @Alan, what > is the timeline for this? > > .pjf > > -- > Peter J. Farrell > [email protected] > [email protected] > http://blog.maestropublishing.com > Identi.ca / Twitter: @maestrofjp > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
