Hey Cam, there is indeed a manual for the JDBC Wrapper: 2 of them, in fact. Check out the support page for FR, where it shows links to all the docs (there are many, and most never realize they exist).
As for the problem, I recall there being a curious known bug (in Railo, tracked in their bug tracking system) for this. Perhaps someone else using Railo or from Intergral may chime in with more info.
/charlie
--
You received this message because you are subscribed to the Google Groups "FusionReactor" group.
To post to this group, send email to fusion...@googlegroups.com.
To unsubscribe from this group, send email to fusionreacto...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fusionreactor?hl=en.
1.) Create new datasource of "Other" type
2.) The JDBC URL should be something like this:
jdbc:fusionreactor:wrapper:{jdbc:macromedia:sqlserver://[server]:1433;databaseName=[database_name];SelectMethod=direct;sendStringParametersAsUnicode=false;MaxPooledStatements=1000};name=[datasource_name]
Replace [server], [database_name], and [datasource_name] with your values.
3.) Use the following for the driver class:
com.intergral.fusionreactor.jdbc.Wrapper
4.) Enter in any other info required for the datasource (like username
and password)
I haven't done this in a while so I might be missing some steps but
that's generally how I go about it. If you have more issues let me
know and I'll investigate further.
Dustin
-- John Hawksley Senior Engineer Voice: +49 7031 221 502 | Fax: +49 7031 221 524 www.intergral.com Intergral GmbH - Schickardstr 32 - D-71034 Boeblingen - Germany Geschaeftsfuehrer: David Tattersall, Darren Pywell Sitz der Gesellschaft: Boeblingen
Thanks for updating us, Cam. So on your suggestion, do you mean that you wish each article had links to any others it might be related to? Or simply that each article ought to have a link to all the other articles? (I know the cheeky answer would be a simple “yes”, but please do clarify what you meant, if it may help them address your concern. Thanks.)
/charlie
Thanks for updating us, Cam. So on your suggestion, do you mean that you wish each article had links to any others it might be related to? Or simply that each article ought to have a link to all the other articles? (I know the cheeky answer would be a simple “yes”, but please do clarify what you meant, if it may help them address your concern. Thanks.)
Thanks for all that. It is indeed interesting to hear—and to be clear, no there’s nothing one needs to “download” to use the “jdbc wrapper”. It’s built-in. The tool is just a way to help automate the process, as perhaps by now you’ve come to realize. Offering the link to it was an attempt to help point out an optional tool, but I can see now how someone could misunderstand, if new to JDBC wrapping.
I’m sure the FR guys will give serious consideration to your thoughts. It always helps to have someone share their objective perspective to review things from a newcomer’s perspective, so that they can be improved if necessary. I’ll say that it was their willingness to consider such feedback several years ago that got me hooked on the tool(s) then. :-)
/charlie
From: fusion...@googlegroups.com [mailto:fusion...@googlegroups.com] On Behalf Of Cameron Childress
Sent: Monday, February 20, 2012 2:13 PM
To: fusion...@googlegroups.com
Subject: Re: [fusionreactor] JDBC Wrapper Error - FusionReactor JDBC: [1] Wrapper - driver options must be name=value pairs.
On Mon, Feb 20, 2012 at 11:28 AM, charlie arehart <charli...@carehart.org> wrote:
--
If you’ve not heard, I'll be talking later today (11am ET on Wed Feb 22) about ColdFusion troubleshooting using FusionReactor, at this Adobe Adobe eseminar:
http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1965964&loc=en_us
Anyone’s welcome, but you do need to signup in advance (free) to get the details on attending. This is part of an occasional Adobe seminar on CF, and they asked me to present on FR, which is pretty cool of them to do! :-)
Let’s show our support as the FR community. Even those who’ve been using FR for a while may learn something. :-) I’ll be showing FR 4, but it’s not a “what’s new in FR 4” talk. Rather, it’s a “why use FR to do troubleshooting as a CF user” talk.
/charlie
Hey folks, following up my note below from last week, Adobe gave me the URL today for the recording of the presentation, which I think went quite well:
https://www.adobe.com/cfusion/event/index.cfm?event=register%5Fno%5Fsession&id=1995344&loc=en%5Fus
Note that you do have to login with an Adobe ID (like when you download updates, etc.) It’s just about an hour, and even experienced FR users may learn something, or you may want to share it with others. I tried to point out a lot, but couldn’t point out everything. Keep in mind also that this was an Adobe webinar: I had to balance what I said to keep it seeming too much a pure FR sales pitch. I’d look forward to feedback from anyone.
/charlie
--