How to use Yoko Binding with 3rd party ORB?

2007-07-13 Thread Lukas Zapletal
Hello, I think Yoko CORBA Binding with CXF can help me implement my CORBA-SOAP bridge. The bridge could be written as CXF web service relay that will translate all web services to 3rd party WS vendor server. I wont need to implement very difficult CORBA to WSDL binding and let the hard work on

Re: Tests failed

2007-07-13 Thread Lukas Zapletal
mvn -Dmaven.test.skip=true helped ps - what is wrong with yoko-users list archive? can I subscribe there? does it work? 2007/7/13, Lukas Zapletal [EMAIL PROTECTED]: Hello, I am trying to compile the current SVN version and I am getting: ... [surefire]

[jira] Resolved: (YOKO-367) WSDLToIDL treats all object references as default objects (i.e. IDL type Object)

2007-07-13 Thread Darren Middleman (JIRA)
[ https://issues.apache.org/jira/browse/YOKO-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darren Middleman resolved YOKO-367. --- Resolution: Fixed Fix Version/s: v1.0.0 This should be fixed with revision 555933

Re: How to use Yoko Binding with 3rd party ORB?

2007-07-13 Thread Lukas Zapletal
Ah the server port is in the yoko.server.Server java source code. Its the endpoint address: System.out.println(Starting Server); Object implementor = new HelloWorldImpl(); String address = corbaloc::localhost:4/hw; Endpoint.publish(address, implementor);

The bridge with YOKO-CXF (diagram)

2007-07-13 Thread Lukas Zapletal
Hello, I have created a diagram with YOKO-CXF implementation of CORBA-WS bridge. The only one thing I must to implement is Dynamic Web Service Relay that will allow to contact Web Services which are out of the CXF framework. The other direction (WS-CORBA) is not cleas as the other but it uses

RE: The bridge with YOKO-CXF (diagram)

2007-07-13 Thread Mosur Ravi, Balaji
Did you forget to attach it? Also, would you be willing to document the things you needed to get it working. It will be helpful for other users as well. Thanks Balaji -Original Message- From: Lukas Zapletal [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 9:04 AM To:

Re: How to use Yoko Binding with 3rd party ORB?

2007-07-13 Thread Lukas Zapletal
Ok. Where can I configure the port to bind the ORB on? bean class=org.apache.yoko.bindings.corba.CorbaBindingFactory lazy-init=true property name=bus ref=cxf/ property name=activationNamespaces set

[jira] Resolved: (YOKO-400) Any types nested in other complex types do not get passed the correct attributes/namespaces in the runtime

2007-07-13 Thread Darren Middleman (JIRA)
[ https://issues.apache.org/jira/browse/YOKO-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darren Middleman resolved YOKO-400. --- Resolution: Fixed Fix Version/s: v1.0.0 Any types nested in other complex types do not

RE: Tests failed

2007-07-13 Thread Mosur Ravi, Balaji
Hi, There is a known problem in windows. You would have to use the maven repository without spaces in windows to workaround it... Yoko-users list should be fine... - Balaji -Original Message- From: Lukas Zapletal [mailto:[EMAIL PROTECTED] Sent: Fri 7/13/2007 3:57 AM To:

Re: The bridge with YOKO-CXF (diagram)

2007-07-13 Thread Lukas Zapletal
Hmm strange, it seems GMail didnt passed it or something... Download it here: http://lukas.zapletalovi.com/temp Of course I can create a modified version without my Dynamic WS Relay. Its de-facto how YOKO-CXF works. I can export it with licensed version of EA and upload it for you. Please

RE: How to use Yoko Binding with 3rd party ORB?

2007-07-13 Thread Mosur Ravi, Balaji
The spring configuration file of yoko is used to hook in to cxf. CXF registers the binding factory with the namespace specified in the file when a service uses that namespace that binding factory is invoked. JAX-WS api is used in the server client to publish endpoint to get the proxy port

Re: Compiling the hello_world example in current Svn

2007-07-13 Thread Lukas Zapletal
I have found the problem. The Class-Path in the MANIFEST.MF of the jar yoko-1.0-incubating-SNAPSHOT.jar is not actual. It contains bad filenames (e.g. jaxb-xjc-2.0.3.jar instead of jaxb-xjc-2.0.jar). It seems you have not automated the manifest Class-Path generation or somethink like that. I

Compiling the hello_world example in current Svn

2007-07-13 Thread Lukas Zapletal
Hello, sorry to by annoying but I cant compile the example: c:\Repos\yoko\distribution\src\main\samples\ws\hello_worldset YOKO_HOME=c:\work\yoko-incubating-bin-1.0 (this is unpacked distribution ZIP I have built just few moments ago from svn)