The xbean syntactic sugar does not exist for the latest version of jetty, so
you need to revert to simple spring bean configuration.
Check out the example configuration in the distribution:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/jetty.xml?view=markup

On 17 February 2011 04:45, mahens <mahenderreddy....@gmail.com> wrote:

>
> I'm trying to include the jetty configuration in the ActiveMQ XBEAN:
>
>  <jetty xmlns="http://mortbay.com/schemas/jetty/1.0";>
>    <connectors>
>      <nioConnector port="8161" />
>    </connectors>
>    <handlers>
>      <webAppContext contextPath="/admin"
>             resourceBase="${activemq.base}/webapps/admin"
> logUrlOnStart="true" />
>    </handlers>
>  </jetty>
>
> but the URL http://mortbay.com/schemas/jetty/1.0 is not available.
>
> I get the exception:
> BeanDefinitionStoreException: Unrecognized xbean namespace mapping:
> http://mortbay.com/schemas/jetty/1.0
>
> Can someone help me in configuring method.
>
> Thanks
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/XBean-Jetty-config-for-ActiveMQ-5-4-2-tp3310191p3310191.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>



-- 
http://blog.garytully.com
http://fusesource.com

Reply via email to