Issue Tracking

Feel free to review or add any new bugs, issues, or requests for enhancements to the Issue Tracker.

The Issue Tracker may be found here. To report a new issue please go here.

 

Re: Issue 36 in openbluedragon: CFSCHEDULE action=pause/resume not supported
Comment #2 on issue 36 by andywu22: CFSCHEDULE action=pause/resume not  supported
 [link]  Expired tasks are no longer deleted.
Re: Issue 196 in openbluedragon: OpenBD won't run on ServletExec 6.0 (and possibly some other Servlet/JSP Engine brands)
Comment #3 on issue 196 by mcginty8: OpenBD won't run on ServletExec 6.0  (and possibly some other Servlet/JSP Engine brands)
 [link]  The new JARs don't contain org.xml.sax classes... so no conflicts with the  Servlet/JSP Engine's webapp classloader.
Re: Issue 128 in openbluedragon: JBoss 5.x deployment
Status: Fixed  Comment #3 on issue 128 by mcginty8: JBoss 5.x deployment
 [link]  I found this problem was occurring on ServletExec 6 (bug #196).  I fixed that bug, then found this bug report which I believe would also be  fixed by  the changes I made.
Re: Issue 196 in openbluedragon: OpenBD won't run on ServletExec 6.0 (and possibly some other Servlet/JSP Engine brands)
Status: Duplicate  Mergedinto: 128  Comment #2 on issue 196 by mcginty8: OpenBD won't run on ServletExec 6.0  (and possibly some other Servlet/JSP Engine brands)
 [link]  (No comment was entered for this change.)
Re: Issue 128 in openbluedragon: JBoss 5.x deployment
Comment #2 on issue 128 by mcginty8: JBoss 5.x deployment
 [link]  Issue 196 has been merged into this issue.
Re: Issue 128 in openbluedragon: JBoss 5.x deployment
Status: Accepted  Owner: mcginty8  Comment #1 on issue 128 by mcginty8: JBoss 5.x deployment
 [link]  (No comment was entered for this change.)
Re: Issue 196 in openbluedragon: OpenBD won't run on ServletExec 6.0 (and possibly some other Servlet/JSP Engine brands)
Status: Fixed  Comment #1 on issue 196 by mcginty8: OpenBD won't run on ServletExec 6.0  (and possibly some other Servlet/JSP Engine brands)
 [link]  fixed by replacing xmlrpc-1.2-b1.jar with:  ws-commons-util-1.0.2.jar  xmlrpc-client-3.1.2.jar
Issue 196 in openbluedragon: OpenBD won't run on ServletExec 6.0 (and possibly some other Servlet/JSP Engine brands)
Status: Accepted  Owner: mcginty8  New issue 196 by mcginty8: OpenBD won't run on ServletExec 6.0 (and  possibly some other Servlet/JSP Engine brands)
 [link]  OpenBD currently ships with xmlrpc-1.2-b1.jar in it's WEB-INF/lib folder.  That file includes classes from the org.xml.sax package (classes which
Re: Issue 193 in openbluedragon: GAE-Datastore: right operand of equality operator in where clause must be delimited with single quotes
Comment #5 on issue 193 by mcginty8: GAE-Datastore: right operand of  equality operator in where clause must be delimited with single quotes
 [link]  I just checked in a modified version of demo/gae/datastore/index.cfm which  tests this  bug and shows how things should function in this area.
Re: Issue 195 in openbluedragon: Need Better Error Message on QueryRun()
Comment #1 on issue 195 by m...@mattwoodward.com: Need Better Error Message  on QueryRun()
 [link]  Note that this same type of error is thrown when the datasource is  inaccessible, so  it isn't limited to errors in the SQL statement itself.
Issue 195 in openbluedragon: Need Better Error Message on QueryRun()
Status: New  Owner: ----  New issue 195 by m...@mattwoodward.com: Need Better Error Message on  QueryRun()
 [link]  With QueryRun(), if the SQL string used is syntactically incorrect, the  error bubbles up to (in my case) Tomcat, which throws a ServletException
Issue 194 in openbluedragon: Add J2EE TransactionManager support to cftransaction.
Status: New  Owner: ----  New issue 194 by jsbarrett: Add J2EE TransactionManager support to  cftransaction.
 [link]  The attached patch adds support for using the JTA TransactionManager to  manage transactions when combined with J2EE datasources. This
Re: Issue 181 in openbluedragon: Enhancement: add in listCompat()
Status: Fixed  Owner: alanrobertwilliamson  Comment #3 on issue 181 by alanrobertwilliamson: Enhancement: add in  listCompat()
 [link]  This is now completed.  Will be in the nightly build
Re: Issue 164 in openbluedragon: cffunction returnformat json returns lowercase keys in structures
Status: Fixed  Owner: alanrobertwilliamson  Comment #1 on issue 164 by alanrobertwilliamson: cffunction returnformat  json returns lowercase keys in structures
 [link]  This is now fixed.  In the SerializeJSon() function the last parameter is now a flag on how to
Re: Issue 121 in openbluedragon: conversion error when "E-" present in string
Status: Fixed  Owner: alanrobertwilliamson  Comment #1 on issue 121 by alanrobertwilliamson: conversion error when "E-"  present in string
 [link]  This is fixed. Expect to see it in the nightly release