Thanks for all the help but still no joy.
I have been compiling the class file in the classes library and not moving it.
All the jars are in the class path.
I have been calling the method using:
<cfobject action="create" type="Java" class="IRMark" name="myObj">
      <cfset ret=myObj.main("input.xml")>
And
<cfset aFileName = ArrayNew(1)>
<cfset aFileName[1] = "input.xml">
<cfscript>
jArray = aFileName.toArray();
</cfscript>
<cfobject action="create" type="Java" class="IRMark" name="myObj">
      <cfset ret=myObj.main(jArray)>
I am using xmlsec 1.0 (I am not sure what the 1.2 refers to in Phils reply)
I do have a log4j.jar in C:\CFusionMX7\lib so there is a probably a conflict 
but I don't know how to solve it.
The error message I get is always HTTP500 The web page cannot be displayed.
I received another reply in the Java forum of this site, so I tried that code 
and still get the same error.
Any more help will begratefully received.
A+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275347
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to