On Thu, Jan 28, 2010 at 5:36 AM, Delos <[email protected]> wrote: > For the handler improvement, I think WarConverterService returning > InputStream is more common for user to use. If we need, we can make use of > it and write the bytes from inputStream into a file in Geronimo. What's > your opinion?
I think you misunderstood. The InputStream returned by WarToWabConverterImpl.getWAB() is backed by byte array. We still want to return an InputStream but backed by a file. > For the importing bug, is it > https://issues.apache.org/jira/browse/ARIES-15? I'm looking into it. Yes. There was some discussions about this issue on the Aries mailing list a while ago that you might find useful. Jarek
