From: Luca C. <lcl...@uc...> - 2009-06-15 18:34:37
|
Anthony Bretaudeau wrote: > Hello, > Here at GenOuest (a french bioinformatics platform, see www.genouest.org > <http://www.genouest.org>), we're using Opal Toolkit 2.0 to deploy our > web services. > While installing and testing it, we have found some bugs/limitations and > we've reported them on the bug tracker: > http://sourceforge.net/tracker/?func=detail&aid=2800992&group_id=211778&atid=1019127 > <http://sourceforge.net/tracker/?func=detail&aid=2800992&group_id=211778&atid=1019127> > http://sourceforge.net/tracker/?func=detail&aid=2799937&group_id=211778&atid=1019127 > <http://sourceforge.net/tracker/?func=detail&aid=2799937&group_id=211778&atid=1019127> Dear Anthony, We should definitely upgrade DRMAA jar, next release well be using the new version. I don't think that bundling DRMAA in the common/lib/ would make any difference in this case. You would have the conflict you mentioned in the tracker anyway. AFAIK if you always bundle inside the webapp you library, you should also be able to use two different version of a lib with two different webapp. opal2/ -> using DRMAA version X someotherapp/ -> using DRMAA version Y > I'm a bit disappointed as I haven't seen much activity lately in this > bug tracker... > So I'm wondering if there's a better way to communicate with main > developers? Our mailing list (CCed) is the best way to reach Opal developers. > We've developed a bit of code around Opal to fit our needs. If you're > interested, we could share it (basically, using each app configuration > file, we generate a modified WSDL with detailed and typed input data for > each app parameter). If you want to send us the code, we will take a look at it. Since we just released Opal 2, it might take a while before we modify the WSDL again, but we'd like to check out your work. Opal applications are untyped because we wanted to have the same WSDL hence the same client stubs (simplicity was one of our main concern). > Anyway, working with Opal has been quite enjoyable, and I thank you for > this. We are very glad to hear that other people are using it!! Regards, Luca > Bye. > > Anthony Bretaudeau > GenOuest Platform |