Get the bpel webapp archetype working again (by adding <interface> to the web component reference as the web component isn't doing introspection yet), and add the archetype to the build

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-06-10 13:16:32 +00:00
parent da0bdf78b5
commit 8ff5d2b92d
2 changed files with 5 additions and 2 deletions

View file

@ -43,6 +43,7 @@
<module>quickstart</module>
<module>quickstart-jsf</module>
<module>quickstart-stripes</module>
<module>quickstart-bpel</module>
</modules>
</profile>
</profiles>

View file

@ -23,9 +23,11 @@
targetNamespace="http://${package}"
name="${artifactId}">
<component name="${artifactId}WebComponent">
<component name="WebComponent">
<implementation.web web-uri=""/>
<reference name="service" target="HelloworldComponent"/>
<reference name="service" target="HelloworldComponent">
<interface.java interface="${package}.HelloworldService"/>
</reference>
</component>
<component name="HelloworldComponent">