On Feb 12, 2008 5:51 PM, Qaiser Mehmood <[EMAIL PROTECTED]> wrote:
>
> I am trying to run cxfse on service mix and trying to create a wes service
> for POJO and getting this error:
>
> Loading Apache ServiceMix from servicemix.xml on the CLASSPATH
> Caught: org.springframework.beans.factory.BeanDefinitionStoreException:
> Unrecognized xbean namespace mapping:
> http://servicemix.apache.org/jsr181/1.0
> org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized
> xbean namespace mapping: http://servicemix.apache.org/jsr181/1.0

Most commonly, this occurs when your pom.xml defines a dependency on
another JBI component. What dependencies do you have defined in your
pom.xml?

The easiest way to work around this is to define a property in the
pom.xml named componentName that points to the component for which
your configuration is intended. Below is an example:

<properties>
  <componentName>servicemix-jsr181</componentName>
</properties>

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