2. you can find that in the web page 
http://incubator.apache.org/servicemix/hello-world-bc.html . 

"Creating a Hello World BC Service Unit 
This is a work in progress"

So if we follow the things describe below step by setp,we can't get the
hello-world-bc work.. 
Is it right??

There is no SU. 
So  I do the things as below:
I creat a service unit named "hello-world-su": 


second: I add  a xbean.xml  to hello-world-su\src\main\resources directory:

I also creat a http consumer su and client.xml:


the client.html will send the request to the locationURI.

Third:I creat a SA:


At last I creat a top level pom.xml:
The modules are list below:
<modules>
        <module>hello-world-http-su</module>
        <module>hello-world-su</module> 
        <module>hello-world-bc</module> 
        <module>hello-world-sa</module>     
</modules> 

when I deploy the SA:
After the  servicemix starts,the components  hello-world-bc and 
servicemix-http can initialized,but the service Assembly failed: 
I got a error:
                                        
<loc-message>org.springframework.beans. 
actory.BeanDefinitionStoreException: Unrecognized xbean element mapping:
endpoi 
t in namespace
http://org.apache.servicemix.samples.helloworld.bc/1.0</loc-mess 
ge> 
......

"Unrecognized xbean element mapping: endpoi 
t in namespace http://org.apache.servicemix.samples.helloworld.bc/1.0";
this is the error! 

the reason is what?Any ideas?Any others people try the hello-world-bc,
Do  you succeed? 

Oh,It is so long!~~ 

Hope for any reply!Thanks! 

-- 
View this message in context: 
http://www.nabble.com/a-discussion-on-hello-world-bc%2C-tf4450388s12049.html#a12728355
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to