On Jan 24, 2008 12:44 AM, Cybexion <[EMAIL PROTECTED]> wrote:
>
> Indeed, I'm pretty sure this is the reason. Below is my CXFSE pom.xml
> As said, the CRM Service consists of 3 Projects:
> - CXF-BC
> Nothing special here, just the WSDL and XSD
> - CXF-SA
> A simple pom combining BC and SE
> - CXF-SE
> ... see pom
>
> The pom has a few dependencies, which I added during development of my JUnit
> tests.
> Personally I think it has something to do with servicemix-bean, which
> required to read my spring-test.xml that looks similar to the bean.xml.
...
>         <dependency>
>             <groupId>org.apache.servicemix</groupId>
>             <artifactId>servicemix-cxf-se</artifactId>
>             <version>${servicemix-version}</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.servicemix</groupId>
>             <artifactId>servicemix-bean</artifactId>
>             <version>${servicemix-version}</version>
>             <scope>test</scope>
>         </dependency>

The problem is above. If this SU is configuring the servicemix-cxf-se,
you cannot have a dependency on another JBI component. Get rid of the
dependency on servicemix-bean and the error will disappear.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to