Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Component Architecture (SCA) Tools » Problem after saving composite
Problem after saving composite [message #573195] Tue, 30 September 2008 13:46
Tobias Arnold is currently offline Tobias ArnoldFriend
Messages: 4
Registered: July 2009
Junior Member
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
Previous Topic:SCA Tools blog
Next Topic:Problem after saving composite
Goto Forum:
  


Current Time: Tue Mar 19 10:02:17 GMT 2024

Powered by FUDForum. Page generated in 0.01803 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top