Hi all,

I'm needing to use some Java API librarys (RETSIQ). I started initially testing 
with a
single test page that used the cfscript java and wrote my concept test inline. 
That
worked surprising quickly and easily... everything worked great. I connected to 
the
remote server, was able to query and handle results.

So next step was to create a cfc that I could install at the server level 
(using the
viviotech single install with apache and tomcat). I want to go this route so 
that
if there are connection modifications that are needed in the future I don't 
have to
do those mods to multiple sites - just modify the single server installed cfc.

I tried to put the java inline (just like I did with the single page)  inside a 
cffunction.
No matter what I do I continue to receive a very generic error page:
errorCode.runtimeError with a tagname of "CFSCRIPTJAVA".

So ok ... went through the docs, they say I can use inline java in cfcs. So 
tried to
create raw java function (like the docs example). Works with simple code but not
when I try to implement the methods / classes I need.

Next step - create a CFX java tag to handle the connection and data retrieval 
through
the RETSIQ java api. So to my current question - I have created CFX java tags 
with
ACF previously ... I cannot find the cfx.jar that is used to compile the cfx 
tags.

Is there a cfx.jar with openBD? If so, where is it located? If not, what is the 
equivalent
syntax required or specific jar required to compile the java CFX tag?

Thanks for any help!
Alan Cole
(PGP Key ID: 0x82D8E0C7)

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to