Hi, Im trying to transform the message payload to XML, Im able to transform it using <marshalling-transformer id="marshaller" marshaller="myMarshaller" result-factory="StringResult"/> but when I use...
Type: Posts; User: jlcampos; Keyword(s):
Hi, Im trying to transform the message payload to XML, Im able to transform it using <marshalling-transformer id="marshaller" marshaller="myMarshaller" result-factory="StringResult"/> but when I use...
Hi, Im having troubles in order to realize how can SI let me get an Object from a JMS queue and then transform it to XML, then apply some transformation using xslt, then back to a new object with...
Hi,
this is the spring appctxt.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>...
Hi
I have a class that extends ComponentControllerSupport, this class was
already linked with a Tiles definition in tiles-defs.xml.
<definition name=".def.any.listadoAction"...