Subject:Trying to generate .net code with a pipeline process Author:Jose Mendez Date:29 Apr 2008 07:25 PM
I'm new to Stylus Studio and I'm trying to generate .net code for a pipeline project which consists of "ConvertToXml" (an edi file) and then using "XSLT" to transform the results. I'm trying to export to .net framework however when I click on the generate code button I get the following exception. Any suggestions? Currently using VS.net 2005 with Stylus Studio 2008.
file:///c:/Jose_Doc/ProjectDoc/ERA_EPS/PipeLineSampleCode/08_rmedEDI.pipeline:0: Error: java.lang.NullPointerException
java.lang.NullPointerException
at com.stylusstudio.xmlpipeline.deployers.inline.ExecTree.createDependency(ExecTree.java:108)
at com.stylusstudio.xmlpipeline.deployers.inline.CodeGen.createDependency(CodeGen.java:58)
at com.stylusstudio.xmlpipeline.deployers.inline.node.XsltNode.createDependencies(XsltNode.java:91)
at com.stylusstudio.xmlpipeline.deployers.inline.ExecTree.loadPipeline(ExecTree.java:182)
at com.stylusstudio.xmlpipeline.deployers.ClassGen.buildClass(ClassGen.java:143)
at com.stylusstudio.xmlpipeline.deployers.JavaDeployer.deploy(JavaDeployer.java:193)