XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Oscar CoronadoSubject: Trouble Calling a java function from XSLT
Author: Oscar Coronado
Date: 01 Nov 2012 03:16 PM
I'm trying to do a proof of concept on an XSLT with a call to custom java function. I wrote a class to return a simple string. I placed the class file (not my jar) in C:\Program Files\Java\jre6\lib\ext, I set the classpath in my stylus studio project to the path and changed the XSLT Editor Processor Settings to Java built in (All from reading these boards). When I go to register the java function my class shows up with a little red "X". Searching these boards make me think that it can't find support jars. I don't need any support jars, my class is as simple as can be.

public class DateConverter {
public Object MakeString() {
return "Hello World!!!";
}
}

Thanks for any pointers.

Postnext
Ivan PedruzziSubject: Trouble Calling a java function from XSLT
Author: Ivan Pedruzzi
Date: 01 Nov 2012 03:35 PM
Hi Oscar,

You should be able to place your class files in any path as long is reachable from the project's classpath.

The red x indicates that Stylus Studio cannot load the class.

Which Java compiler version have you used to generate the .class file?

Is the compiler version the same JRE version Stylus Studio is using?
Tools->Options->Java Virtual Machine

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Postnext
Oscar CoronadoSubject: Trouble Calling a java function from XSLT
Author: Oscar Coronado
Date: 02 Nov 2012 08:20 AM
Ivan thanks for the reply.

Both Stylus studio and Netbeans are set to Java 6.


DocumentStylus.doc
Print Screen

Posttop
Ivan PedruzziSubject: Trouble Calling a java function from XSLT
Author: Ivan Pedruzzi
Date: 02 Nov 2012 02:11 PM
After a quick discussion offline, Oscar realized that his class is in a package and he just needed to adjust the Classpath to proper location.

Ivan Pedruzzi
Stylus Studio Team

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.