Hi all,
I've downloaded and installed Reactor, and I'm going through the
documentation to get a handle on how this all works, and so far so good. I'm
getting records back, editing, etc, but I noticed something in my setup that
didn't mesh with the docs. My generated files have the following extends
data:
reactor.project..Metadata.UserMetadata
Notice that they're missing the mapping name in the middle. I expected this
to be:
reactor.project.ReactorTesting.Metadata.UserMetadata
In the projects folder, I also don't have a folder for my specific project.
It's just:
Projects
Gateway
MetaData
My Reactor.xml file is:
<?xml version="1.0" encoding="iso-8859-1"?>
<reactor>
<config>
<dsn value="ExReactorTesting" />
<type value="mssql" />
<mapping value="/ReactorTesting" />
<mode value="development" />
</config>
<objects />
</reactor>
I'm just wondering if I made a mistake somewhere, or if this is a genuine
bug in the generated files. Just in case it matters, I tried with just a
physical directory for the mapping value (w:\inetpub\wwwroot\data) and I
then specified the ReactorTesting mapping to point to the same directory
with identical results.
Thanks for your time,
Dan
-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at
http://www.mail-archive.com/reactor%40doughughes.net/