L.S.,
Any error/warning messages upon deployment? Can you surf to the
locationURI?
Gert
P.S. Can you send your responses to the users mailing lists?
[EMAIL PROTECTED] wrote:
Hi Gert,
Here is what i have tried, following are the configuration files:
Http Consumer -> pipeline -> Saxon Component -> Groovy Component
Http Component SU:
<http:endpoint service="sas:http-component"
endpoint="endpoint"
targetService="sas:pipeline-component"
role="consumer"
locationURI="http://localhost:8192/bridge/"
defaultMep="http://www.w3.org/2004/08/wsdl/in-only" />
Pipeline Component SU:
<eip:pipeline service="sas:pipeline-component" endpoint="endpoint">
<eip:transformer>
<eip:exchange-target service="sas:saxon-component" />
</eip:transformer>
<eip:target>
<eip:exchange-target service="sas:groovy-component" />
</eip:target>
</eip:pipeline>
Saxon Component SU:
<saxon:xslt service="sas:saxon-component" endpoint="endpoint"
result="string"
resource="classpath:bridge.xslt" />
Http Component is not responding on 8912 port to send requests. Am i doing
something wrong, please advise.
Thanks in advance.
Gert Vanthienen wrote:
L.S.,
You can put your po-parser.xsl file in the root of your SU archive, next
to the xbean.xml file.
Gert
VishalKumarNalla wrote:
Hi,
Can anybody give me clues on how exactly Saxon Component works.I have
tried
the following, here is the configuration file:
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:test="http://servicemix.apache.org/test/1.0/"
xmlns:saxon="http://servicemix.apache.org/saxon/1.0"">
<saxon:xslt service="test:saxon-component" endpoint="endpoint"
resource="classpath:po-parser.xsl" />
</beans>
I have put the xsl file under conf directory.
Thanks in advance
Quoted from:
http://www.nabble.com/Help%3AHow-Saxon-Component-Works--tf4508410s12049.html#a12896241