> I am having a very strange problem with fusebox. Hi Rob, it sounds like your application names are the same. When fusebox is in development mode, it re-reads and parses the XML for every request, so an application name conflict won't be as visible unless you're using your own application variables. Once you kick it over to production mode, it caches the XML schema in the application scope so it doesn't have to re-read and parse for every request. If your application name is the same, the app still in dev mode will see the bit value in memory and not read in the XML files again, and try to use the schema from the production app instead causing havok.
In short, check your app names and ensure there isn't a conflict. -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5619 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
