Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Apache AXIS versions with CF?

Enthusiast ,
Feb 25, 2010 Feb 25, 2010

Anyone know what version of Axis is shipping with CF9?  How about CF8?  I cannot find where to expose this info, and am having parsing problems with XML files from a third party, who is curious as to what version of AXIS is have the problem.  The date on the .jar file in CF9 looks to be from 2007 - can that be right?!

thanks,

-reed

TOPICS
Advanced techniques
402
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 26, 2010 Feb 26, 2010

I do not about CF8, but CF9 looks like it is using version 1.2.1.

{cfset ver = createObject("java", "org.apache.axis.Version")}

{cfdump var="#ver.getVersion()#"}

BTW: Why do you suspect Axis is at fault? Is there a web service involved?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 26, 2010 Feb 26, 2010

Yea, I got things mixed up there a bit.  Still wondering which XML parsing package CF is using, but I'm probably just going to end up writing something that preproceses the xml file and yanks out that line. 

thanks for the help

-reed

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 26, 2010 Feb 26, 2010

Do not quote me on this, but I think it is Xerces.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 26, 2010 Feb 26, 2010
LATEST

You're right - it is apache xerces

CF9 is 2.9.1 - seems to be the latest version according to the apache.org site

CF 8.01 is 2.6.2

thanks,

-reed

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources