Re: Our WIki

2007-07-26 Thread Alan D. Cabrera
On Jul 25, 2007, at 11:52 PM, Alan D. Cabrera wrote: Words cannot be used to describe how much I hate MoinMoin and prefer Confluence. Does anyone have any objections to moving to the ASF Confluence server? Never mind, I just found it. :D Regards, Alan

Re: YOKO-7 subtasks

2007-07-26 Thread Lars Kühne
Alan D. Cabrera wrote: Are the open subtasks in https://issues.apache.org/jira/browse/YOKO-7 still relevant? Regards, Alan I don't think so. My understanding is that YOKO-7 is out of date, it is related to the Trifork code donation, which has been replaced by the IONA donation. Lars

Re: An old question

2007-07-26 Thread Lars Kühne
Rick McGuire wrote: Darren Middleman wrote: Hi Alan, You are right about the checked in generated code. We checked in the generated code as we didn't have a suitable IDL compiler to generate the source during the Yoko build. I seem to recall there being some issues with using the IDLJ

Re: Connecting from Jacorb client over CORBA on webservice, which is made like Provider

2007-07-26 Thread Lukas Zapletal
I think you should ask CXF developers. It seems the BareInInterceptor, that handles messages when you have Web Services implemented using Provider interface, expects SOAP messages and not CORBA messages. LZ 2007/7/26, Vladislav Krejčiřík [EMAIL PROTECTED]: Hi, I need to connect from Jacorb

Re: An old question

2007-07-26 Thread Rick McGuire
Darren Middleman wrote: Hi Alan, You are right about the checked in generated code. We checked in the generated code as we didn't have a suitable IDL compiler to generate the source during the Yoko build. I seem to recall there being some issues with using the IDLJ compiler that comes

An old question

2007-07-26 Thread Alan D. Cabrera
A while back Lars asked this question: Some classes seem to be generated from IDL. Why is it necessary to retain the Xyz/XyzOperations hierarchy when the sources are now managed in svn and the original IDL is no longer available? I'm confused. If the classes are generated from IDL then

Architecture documentation

2007-07-26 Thread Alan D. Cabrera
There was some discussion earlier this year about ameliorating our reliance on IONA by having some good architecture documentation. I have created a set of issue based on Lars questions and are marked to be completed before we attempt to graduate.

[jira] Created: (YOKO-406) Document purpose of each source package and how do they work

2007-07-26 Thread Alan Cabrera (JIRA)
Document purpose of each source package and how do they work Key: YOKO-406 URL: https://issues.apache.org/jira/browse/YOKO-406 Project: Yoko - CORBA Server Issue Type: Task

[jira] Created: (YOKO-409) Answer this question: Why does the code use a home-grown character set conversion algorithm and not nio.charset?

2007-07-26 Thread Alan Cabrera (JIRA)
Answer this question: Why does the code use a home-grown character set conversion algorithm and not nio.charset? Key: YOKO-409 URL:

[jira] Created: (YOKO-407) Answer this question: Does Yoko provide some plugin points as an external API?

2007-07-26 Thread Alan Cabrera (JIRA)
Answer this question: Does Yoko provide some plugin points as an external API? --- Key: YOKO-407 URL: https://issues.apache.org/jira/browse/YOKO-407 Project: Yoko - CORBA

Connecting from Jacorb client over CORBA on webservice, which is made like Provider

2007-07-26 Thread Vladislav Krejčiřík
Hi, I need to connect from Jacorb client over CORBA on Yoko webservice, which is made like Provider. Is it possible? How can I make this CORBAMessage provider? thanks.

Re: An old question

2007-07-26 Thread Darren Middleman
Hi Alan, You are right about the checked in generated code. We checked in the generated code as we didn't have a suitable IDL compiler to generate the source during the Yoko build. I seem to recall there being some issues with using the IDLJ compiler that comes packages with the JDK, so that