-Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBu
ilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactory
Impl
-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.pars
ers.XIncludeParserConfiguration
This changed the Parser used.
Now the CF Fucntion XMLPARSE does the job as I needed.
Thanks for your help & http://www.bpurcell.org/blog/index.cfm?mode=entry
<http://www.bpurcell.org/blog/index.cfm?mode=entry&ENTRY=942> &ENTRY=942
_____________________________
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com <http://www.sky.com/>
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_____________________________
-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: 25 May 2004 18:51
To: CF-Talk
Subject: RE: Calling Java Direct in a CFM Page
If you just want to run that command, you can use CFEXECUTE. If you want to
run it in the same JVM as CF (in page), then you're going to have to add
that JVM argument to the JVM arguments in the CF admin (so it's on CF's
JVM), and then you should be able to do it. Have you tried building a
program in Java that does exactly what you want CF to do just to check the
algorithm? Then run it with the same JVM args (available in
%cf_root%/runtime/bin/jvm.config for standalone versions) as CF has to make
sure the environment.
Cheers,
barneyb
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

