On 7/17/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
ant elder wrote: > I think right now you have to use a META-INF/sca-contribution.xml file to > point to your .composite files, you can see an example in one of the > Tuscany > samples, eg: > https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/calculator-webapp/src/main/webapp/META-INF/ . > > An alternative may be to place your .composite files in a > META-INF/deployables folder, but I've had problems getting that to > work. I > think it would could be useful if when neither of those two things > were done > then any .composite files found got deployed, any one know why we > can't do > that? > > ...ant > Ant, could you describe the problems you ran into when you placed .composite files in a META-INF/deployables folder? We wanted to get this to work as it's significantly simpler than writing an sca-contribution.xml file.
User error :) I just tried again and with a bit of debugging found the folder needs to be META-INF/sca-deployables not META-INF/deployables. ...ant