Thank u Gert for ur sudden reply.Now I am facing another issue.In my scenario
I need to have 6 transformers all together.Now I am facing the dependency
issue..
ie..
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The service unit bridge-eip2-su does not have a dependency which is
packaged as a jbi-component or a project property 'componentName'
I tried placing the component name in properties ...ie
<properties>
<componentName>servicemix-eip</componentName>
</properties> and also tried teh same in configuration..ie
<plugins>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>jbi-maven-plugin</artifactId>
<version>${servicemix-version}</version>
<extensions>true</extensions>
<configuration>
<componentName>servicemix-eip</componentName>
</configuration>
</plugin>
</plugins>
But still it is not possible for me to build it....I am using 3.2.1
version.It would be great if u help me on this issue.
--
View this message in context:
http://www.nabble.com/Problem-using-multiple-transformations-tp18807562p18844226.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.