Problem after saving composite [message #573195] |
Tue, 30 September 2008 09:46 |
Eclipse User |
|
|
|
Hi all,
I opened the tuscany store example composite in the editor and saved it.
After saving the Store component looks like this:
<component name="Store">
<service name="Widget">
<t:binding.http uri="/store"/>
</service>
<reference name="catalog" target="Catalog">
<t:binding.jsonrpc/>
</reference>
<reference name="shoppingCart" target="ShoppingCart/Cart">
<t:binding.atom/>
</reference>
<reference name="shoppingTotal" target="ShoppingCart/Total">
<t:binding.jsonrpc/>
</reference>
<t:implementation.widget location="uiservices/store.html"/>
</component>
The problem is <t:implementation.widget
location="uiservices/store.html"/>. It's now the last element in the
component element. Before saving it was the first. When its the last it
doesnt run in tuscany. I created a binding of the sca shema with jaxb and
had the same problem.
regards,
Tobias
|
|
|
Powered by
FUDForum. Page generated in 0.03608 seconds