Varun,
There is an error in your xbean.xml file apparently (default namespace
appears to be wrong). Can you try to fix it (or post it so I can review
it)?
Gert
unni_varun wrote:
Yeah i have tried running maven using the option -e.
Please have a look at the output:
[INFO] servicemix-shared is deployed
[INFO] servicemix-http is deployed
[INFO] servicemix-lwcontainer is deployed
[INFO] LightWeight-SA is not deployed
[INFO] Deploying jbi-service-assembly from C:\Documents and
Settings\117323\.m2\repository\com\dnb\LW\Sample\LightWeight-SA\1
.0-SNAPSHOT\LightWeight-SA-1.0-SNAPSHOT.zip
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unable to deploy project, Error accessing ServiceMix administration
<?xml version="1.0" encoding="UTF-8"?>
<jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message"
version="1.0">
<jbi-task-result>
<frmwk-task-result>
<frmwk-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
</task-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
<component-task-result
xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-http</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
<task-status-msg>
<msg-loc-info>
<loc-token/>
<loc-message>Could not deploy xbean service unit</loc-message>
</msg-loc-info>
</task-status-msg>
<exception-info>
<nesting-level>1</nesting-level>
<msg-loc-info>
<loc-token/>
<loc-message>org.springframework.beans.factory.BeanDefinitionStoreException:
Unrecogn
ized xbean namespace mapping:
http://com.dnb.services/hibernate/1.0</loc-message>
I haven't pasted it fully.