Hi all-

Yes, I can confirm that the dot separator was missing here, and I manually added it, too. This was Thursday or Friday for me.

I also had an issue that seemed related at the time, but must be separate, since it is still there. I'm trying to get up to speed with the trinity of MG/cs/Reactor, and don't see any posts that are on this point:

I have a legacy db that has a bunch of ugly field names ( eg. fk's looking like TABLE_NAME_ID ), and if 1) I specify the alias in Reactor.xml like <field name="ID" alias="tableNameId" />, and
   2) I try :

           <scaffold object="Object" >
               <results>
                   <result do="view.template" />
               </results>
           </scaffold>

I'll get errors that point to a criteria attribute "ID" not being present on a generated gateway method call. This happens when ever I do an "?event = object.view" or "?event=object.edit", where there would be a gateway (iterator?) method call to get info, to create checkboxes from related tables(objects). It looks like the alias is not being applied to the generated objects and method names. If I don't specify any aliases, all is fine, but ugly. I also notice that even though I might have the aliases specified, they don't appear in the output of a an "?event=object.list" URL.

My apologies if this is a MG - related issue (which I strongly suspect), but I have had a little trouble getting my subscription to the mg list at topica up and running as I'd like - and searching topica directly doesn't seem to work well, either. It seems like there are a lot of folks using the combination now and could answer this.

Thanks in advance,
Tom


Andy Jarrett wrote:
Thanks for the quick response, just seen that and updated the code

Cheers!

On 18/12/06, Beth Bowden <[EMAIL PROTECTED]> wrote:
let me throw in the fix that brian mentioned on another thread and see
if that helps. "E:\Domains\myLiveDomain.net\wwwroot\reactor\xsl\recordcustom.xsl
" seems to be missing a "."/

Beth

On 12/18/06, Andy Jarrett <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Im getting the following error on the live site only which I just cant
> seem to see why
>
> Oops!
> Message An error occurred when performing a file operation read on
> file E:\Domains\myLiveDomain.net\wwwroot\reactor\xsl\recordcustom.xsl.
> Detail  The cause of this exception was:
> java.io.FileNotFoundException:
> E:\Domains\myLiveDomain.net\wwwroot\reactor\xsl\recordcustom.xsl (The
> system cannot find the file specified).
> Extended Info
> Tag Context E:\Domains\myLiveDomain.net\wwwroot\reactor\core\objectTranslator.cfc
> (61)
> E:\Domains\myLiveDomain.net\wwwroot\reactor\core\objectTranslator.cfc (45) > E:\Domains\myLiveDomain.net\wwwroot\reactor\core\objectFactory.cfc (141)
> E:\Domains\myLiveDomain.net\wwwroot\reactor\reactorFactory.cfc (26)
> E:\Domains\myLiveDomain.net\wwwroot\model\user\userService.cfc (17)
> E:\Domains\myLiveDomain.net\wwwroot\controller\userController.cfc (15)
> E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\listener\Listener.cfc (26) > E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\eventrequest\MessageBroadcaster.cfc
> (32)
> E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\framework\ModelGlue.cfc
> (310)
> E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\framework\ModelGlue.cfc
> (268)
> E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\framework\ModelGlue.cfc
> (241)
> E:\Domains\myLiveDomain.net\wwwroot\ModelGlue\unity\ModelGlue.cfm (47)
> E:\Domains\myLiveDomain.net\wwwroot\index.cfm (34)
>
> Everything seems to be working fine locally!
>
> Has anyone else experienced this or know the solution?
>
> Cheers, Andy
>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> Reactor for ColdFusion Mailing List
> [email protected]
> Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
>
>


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --






-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to