Questions tagged [bluedragon]

BlueDragon is an alternative to ColdFusion, providing an environment to develop CFML-based applications. NOTE: It is useful to also use the `coldfusion` tag for any BlueDragon questions that focus on CFML syntax/language.

BlueDragon is a ColdFusion Markup Language (CFML) engine comparable to Adobe Systems's ColdFusion. It is licensed and distributed by New Atlanta from TagServlet Ltd based in Scotland. BlueDragon is also distributed and supported by BEA Systems on their Oracle WebLogic Server server platform.

BlueDragon applications run on a variety of platforms, including Microsoft Windows, Linux, and Mac OS X. It is mostly compatible with ColdFusion MX 7, and provides three distinct versions:

  • BlueDragon for the Microsoft .NET Framework, which allows native integration/deployment of ColdFusion applications in .NET
  • BlueDragon for Java EE Application Servers, providing support for deploying ColdFusion applications to any Java EE app server, such as Oracle WebLogic, IBM WebSphere, Tomcat and JBoss.
  • BlueDragon Server JX, for standalone ColdFusion application deployment, with support for JSPs (JavaServer Pages).
32 questions
1
vote
1 answer

Create c# instance of generic type using in BlueDragon.NET's implementation of ColdFusion

Using New Atlanta's BlueDragon.NET implementation of ColdFusion, we have the ability to create instances of C# .NET objects using the cold fusion tag. For example:
iammichael
  • 9,477
  • 3
  • 32
  • 42
1
vote
0 answers

Is UTF8 urlEncodedFormat in CFML (BlueDragon JX 7.1) broken?

I have a small file containing the é char and a linebreak. The file is encoded in UTF-8. When I write urlEncodedFormat(trim(content)) it yields "%C3%A9" and this is correct. Now, urlEncodedFormat accepts a second argument, according to the docs :…
lud
  • 1,941
  • 20
  • 35
1
vote
1 answer

ColdFusion gives error on CFSET Bad File Exception

I have been running into this issue with a coldfusion site I am trying to migrate to my hosting plan. I keep seeing this when I bring up the index file: Bad File Exception Request /index.cfm Type Template Message Expression Error Position…
bbcompent1
  • 494
  • 1
  • 10
  • 25
1
vote
2 answers

Create PDF with Coldfusion (openBD CFML engine) java

Wrestling to create PDF in Coldfusion using the following block with no success:
user734094
1
vote
1 answer

Bluedragon 7.1 Application.cfm being called for all pages, not just cfm pages

All our current webservers are of the following configuration: IIS 6.0 Windows Server 2003 Bluedragon 6.22 We recently were told to upgrade to windows server 2008. In order to do this, we had to upgrade to Bluedragon 7.1 and IIS 7.0 The issue we are…
Scott Fortier
  • 63
  • 1
  • 3
1
vote
2 answers

ColdFusion - Reading in lots of images

What is the most efficient way of reading in lots of images in CF / Railo and checking their width and height? In my app, I need to typically read in about 20 images + and at the moment this takes up to 14 seconds to complete. A bit too long…
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
1
vote
1 answer

CFWheels - How can I use the errorMessagesFor after a redirect?

Is there any way to use the #errorMessagesFor()# method after a redirect in the controller? Reason I ask is that I want the form to stay on the same page. I have a URL like: /link/submit/ With a form that posts to: /link/linksubmit/ But I want it…
0
votes
2 answers

Coldfusion / XML Error

I'm using Open BlueDragon since it's what my web hosting company use - plus it's open source. I'm trying to read a YouTube feed using XML, and I keep getting the following error: value [media:group] is not a number My code is:
Douglas
  • 71
  • 2
  • 8
0
votes
0 answers

How to install "blue dragon" server for coldfusion in mac

I want to install "blue dragon" server for cold fusion on mac machine. I have study the installation guide they have written that this server can installed on mac but they have not given the installaton intructions and method about installation on…
john
  • 611
  • 1
  • 7
  • 33
0
votes
2 answers

Peculiar error with ColdFusion on BlueDragon.NET

We've got an odd issue occurring with ColdFusion on BlueDragon.NET. Asking here because of the broad experience of StackOverflow users. Tags inside POSTed content to out BlueDragon.NET server gets removed, and we're not sure where in the stack it's…
artlung
  • 33,305
  • 16
  • 69
  • 121
0
votes
0 answers

Facing cache issue on viviotech server and flush cache through code - coldfusion

On viviotech server - i am facing issue of cache the document. When i am adding new page like if i add page and dump test in it. Then again changing the content of page. It is not showing updates to me. I have tried every option…
Abdul Rauf
  • 763
  • 2
  • 8
  • 28
0
votes
1 answer

PayPal PayFlow Pro Reporting API returning 110 Invalid merchant account

I'm trying to write a script to search the PayPal PayFlow Reporting tool in ColdFusion and I'm stuck in the connection part of this. The response I'm getting back is this:
Sean
  • 1
  • 1
0
votes
0 answers

OpenBD Plugin not found

I have a plugin that has been successfully installed to my project according to the bluedragon.log: 25/08/15 14:35.54: PluginManager: Auto Discovery (openbdplugin-XXXX.jar) 25/08/15 14:35.54: PlugIn.Load.Installed: com.org.openbd.plugin.PinkPlugin;…
0
votes
1 answer

CFML on BlueDragon datasource could not be found or was invalid

This is the error I get when trying to open any of my CFML pages that work with the database: Type Database Detail The datasource thenightclub could not be found or was invalid Extended Info javax.naming.NameNotFoundException: Name thenightclub is…
bbcompent1
  • 494
  • 1
  • 10
  • 25
0
votes
1 answer

implementing a simple listener for BlueDragon (CFML) message-plugin

I'm trying to make a hello world example for a CFML message-plugin made available by BlueDragon: http://openbd.org/manual/?/plugin_message I couldn't get my listener to work on the part it says: Receiving message from a topic is done using a CFC…
dimObject
  • 1
  • 1
  • 2