Yes, it's the file that I was thinking (the file name in my previous
mail is for CXF 2.2.x).
Keep us posted about the result.
Regards
JB
jcamus wrote:
hi,
I found what is missing this dependency must be added (found that in the pom
of the project servicemix-se).
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jbi</artifactId>
<version>2.0.9</version>
</dependency>
Hope now it works. I let you know.
Jean-Baptiste Onofré wrote:
You have right, let me check.
jcamus wrote:
Ok, but where I can find this jar? I don't understand why it's not into
cxf-se libs?
Jean-Baptiste Onofré wrote:
Hi,
I think that you need the cxf-integration-jbi-x.x.x.jar and the
corresponding extension XML.
Regards
JB
jcamus wrote:
Here is my pom.xml of servicemix bean :
<dependencies>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-bean</artifactId>
<version>${servicemix-version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-cxf-se</artifactId>
<version>${servicemix-version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>${servicemix-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5.6</version>
<type>jar</type>
</dependency>
<dependency>
</dependencies>