Any ideas any one????
 
Any help would be greatly appreciated.
 
- JS
 

_____________________________________________________________________

joshua scott            
resonant media technologies | complex problems - creative solutions

p. 214.550.1818

w. http://www.resonantmedia.com

e. [EMAIL PROTECTED]

_____________________________________________________________________

 

This message is confidential and is not intended to be used by anyone other than the designated recipient. Information herein is considered privileged, proprietary, and private information. Any other use (including possession or forwarding) of this message is prohibited and will be enforced with maximum penalty under domestic and international law. We are very serious about security and confidentiality.

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott
Sent: Wednesday, April 12, 2006 2:54 PM
To: [email protected]
Subject: [Reactor For CF] XML Error With Reactor - Any Ideas?

All,

I am getting the following error:

javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: xsl:for-each is not allowed in this position in the stylesheet!

A [Transformer] object cannot be created that satisfies the configuration requested. This could be due to a failure in compiling the [XSL] text. javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: xsl:for-each is not allowed in this position in the stylesheet!

From this code block:

<cffunction name="DoGetRoleDef" access="Public" returntype="void" output="false" hint="I log a user out.">

<cfargument name="event" type="ModelGlue.Core.Event" required="true">

<cfset var RoleDef = arguments.event.getValue("RoleDef") />

<cfset arguments.event.makeEventBean(RoleDef) />

<cfset arguments.event.setValue("RoleDef", variables.RoleDefGateway.GetRoleDef()) />

</cffunction>

<cffunction name="OnRequestStart" access="Public" returntype="void" output="false" hint="I am an event handler.">

<cfargument name="event" type="ModelGlue.Core.Event" required="true">

<cfset arguments.event.setValue("RoleDef", Reactor.createRecord("Role_Definition")) />

</cffunction>

Any insight would be very great.

Thanks,

Josh

 

_____________________________________________________________________

joshua scott            
resonant media technologies | complex problems - creative solutions

p. 214.550.1818

w. http://www.resonantmedia.com

e. [EMAIL PROTECTED]

_____________________________________________________________________

 

This message is confidential and is not intended to be used by anyone other than the designated recipient. Information herein is considered privileged, proprietary, and private information. Any other use (including possession or forwarding) of this message is prohibited and will be enforced with maximum penalty under domestic and international law. We are very serious about security and confidentiality.

 

 
-- 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