Download NOW
Version: 1.2
Build Date: Oct 27 2009
Join The Talk
Discussion mailing list
Read The Blog
Follow the official blog
Contribute
To the official wiki

Latest Open Issues

  • #213 does not handle unicode characters
  • #211 Enhancement: Spreadsheet Plugin (Delimiters)
  • #210 Enhancement: Add support for "type" attribute in
  • #206 java.util.HashSet.toArray() fails in ArraySort()
  • #205 Query with hashCode() causes null pointer exception

Mailing List

All are welcomed to join in the public discussion list. This list is open to anyone wishing to discuss anything related to the Open BlueDragon open source J2EE project.

Join our Google Discussion Group

Here are the latest topics being discussed:

problem with cfform validation on openbd
One one of my applications which calls for an email address validation, everytime I load the page I get "Done, but with errors on the page" on the lower left hand corner of IE. When I look at the actual error, it says "cfform_submit_status" is undefined. After I looked around, I discovered that apparently "cfform.js" is not
IIS6 and Default Document
I'm currently working on adding IIS6 support to Vivio's OpenBD Installer. I was able to figure out how to set index.cfm as the Default Document in IIS6, which isn't really documented anywhere that I could find on the web - not just for cfm files, but I also couldn't find anything for Tomcat in general - like setting up index.jsp as your
No cfcatch.stacktrace?
Before I post this as a bug I would like to ask why, since there is a lot of thoughts behind why something isn't included: Why doesn't the cfcatch have the stacktrace? Is this by design or just not implemented yet? Thanks! Randy
Create Runtime Error Logs
Hello, This may sound a little funny, but I would like to know if it's possible to create a "Runtime Error Log" without actually having a "runtime error"? I really like the content and I would like to generate one of these logs at any given time to see what's going on. I would normally use Debug settings for this but since it's a web service with no output
OpenBD ready-to-run OS restrictions?
Hey All, I'm just wondering if the Ready-to-Run OpenBD will run on Windows 7 64- bit? Actually...are there any 64-bit related issues or should it be clear sailing? We've had some issues on Win 7 64-bit, but by a user. We don't have a copy of Win 7 yet so we can't yet determine what's up. Jst doing some
Possible Bug With Implicit Struct Notation
Thought I'd ask before filing a bug--should I be able to create a struct key with the name 'OR' in the implicit struct notation? For example: <cfset states = {OR = 'Oregon', WA = 'Washington'} /> I tried with quotes around the key name as well but that didn't work either. I get a badly formatted template error.
SpellCheck plugin
Hi Everyone, I have just released an OpenBD plugin to add spell checking functions for CFML. See the new blog entry for the latest information. [link] Jamie.
cfcollection encoding / UTF-8?
Does anyone have any experience using cfcollection / cfindex, with Open BD, for non-English characters. I'm trying to index Chinese content that I know is properly encoded as UTF-8 in the database. I have created the collection via the Open BD Administrator, and set the language to Chinese, and I'm adding chinese content to the
Fwd: CFGURU: and Custom Tag
This is a thread from a discussion I had on the cfguru list. In this last post from Kevin I realized my issue might not be CF in general but OpenBD. Thoughts... Sent from my iPhone Begin forwarded message:
making sure cferror handles all exceptions
In my migration from CFMX 7 to Open BD, I'm encountering a difficult problem. Despite much effort, I don't seem to be able to get cferror to "handle" all exceptions. In CFMX 7, I could use this code: <cferror type="exception" template="/webroot/oops.cfm" mailto="orchestr...@patmetheny .com" exception="any">
[ANN] cron plugin
Morning, I have just released a new OpenBD plugin that makes managing scheduled tasks an absolute breeze. Less complicated and more efficient than CFSCHEDULE, and mirrors how cron works on Linux [link] Simply drop'n'go into your nightly build of OpenBD and enjoy. a
Advice on tree control
Hello, So I'm looking for a little advice on using/integrating a tree control in to my app. I was wondering if any one has any recommendations on a decent tree control that can dynamically display data from a database? I have a groups table and I would like to create the appearance of nesting groups and using a tree controller to display the data.
CFCACHE and queries
Hi Guys, I have this thread on devshed [link] I asked the following question Is there a way to see if a query with a specific name is already cached? Anyway to find out data about the cached query?
GAE exception with
I am working on a little OpenBD project for the App Engine. I have a model class of *model.den.Den* which I am successfully persisting to the datastore. When I log into the dashboard I can clearly see saved records under an option "den" in the entity selector. Using the query tool, I can run "SELECT FROM den" and it returns all records as you can see in this
Caching Queries based on CFSEARCH/Lucene catalog
HI Guys, I'm working on the search component of my website. I have a catalog created, and I can query it just fine. I'm working on paging the results, so that users can select how many records per page they view, and can page through them. I pretty much have it working, but I don't think I'm handling the