On Aug 22, 2006, at 7:34 AM, ant elder wrote:

In a C++ thread [1] Jean-Sebastien talked about having WSDL files
automatically picked up by the C++ runtime instead of having to specify a wsdlLocation attribute somewhere in the SCDL. I'd really like the Java SCA runtime to also do this, do people agree or anyone have any concerns with
that?
I believe Jeremy had concerns with that. I mention that since he is out the next few days.

Something like having a specific folder like META-INF/wsdl and in there any
resources ending with .wsdl get  automatically  loaded into the WSDL
registry. And I guess this could be implemented with a Builder that gets
run when a  composite is loaded.

I'm not sure this would be a builder. Probably a system service. Also, does this bring up the issue of namespace clashes and whether to cache at all? Are we going to attempt to handle the reuse of namespaces across applications? If so, we'll need a better solution than what we had in M1 (caching by classloader) as that had memory leaks.

Jim

Any comments or suggestions?

  ...ant

[1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/ msg06221.htm


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to