Ticket #173 (closed defect: fixed)
Fusebox 5.1 not compatible with BlueDragon 6.2.1 Server FREE Edition
| Reported by: | kbutterly | Owned by: | scorfield |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Fusebox 5.1 | Component: | Miscellaneous |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
It appears that FB 5.1 is not compatible with the BD Free Server. Just thought I'd mention this, because the release notes only mention an incompatibility with the BD .NET server.
I have a small app that was working great with the FB 5.0 files. When I pointed the app to the FB 5.1 files, I got an error in the lines of code that were added to fix the Java timestamp problem. The exact line is:
<cfset dtLastModified = createObject("java","java.util.Date").init(jCircuitFile.lastModified()) />
The error detail is:
A matching constructor could not be reliably determined. If possible, use 'javacast()' with the provided arguments to resolve this ambiguity
