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:
parent
da0bdf78b5
commit
8ff5d2b92d
2 changed files with 5 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
|||
<module>quickstart</module>
|
||||
<module>quickstart-jsf</module>
|
||||
<module>quickstart-stripes</module>
|
||||
<module>quickstart-bpel</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue