[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ohf] Re: OHF Bridge 0.3.0 problems

Hi Robert,
I am only a user of the bridge, but it appears to me that you're confused about a couple things.


1. The bridge installer zip file has a conf folder and a webapps folder. These should basically expand into the tomcat base folder and their contents should overwrite the contents of the existing tomcat conf and webapps folder. After doing that, there is no need to extract any other files into tomcat/lib or anywhere else for that matter. It is entirely possible as the bridge has been undergoing some API changes that the rhioConfig.xml there is out of date as the schema has recently changed, so renaming rhioConfigMesa.xml to rhioConfig.xml may have been necessary. I haven't used the installer for a long time so I don't know for sure about the current state of the rhioConfig.xml, I just update the bridge.war file as necessary.

2. The bridge is NOT a registry/repository which it appears that you believe it to be, judging from your attempt to use xdstest2 against it with this configuration "<RegistryEndpoint>http://localhost:8080/bridge/services</RegistryEndpoint>". The bridge basically provides a set of web services that you can invoke to act as one of the following IHE actors: XDS Consumer, XDS Source, PIX/PDQ Consumer, PIX Source, and ATNA audit client. They are all client actors, the bridge doesn't do any of the server actors like XDS Registry/Repository or PIX Manager or Audit server (I forget the official name for that).

Hopefully that helps. Additionally, you can try this url: http://www.eclipse.org/ohf/components/bridge/using.php
It explains how you invoke the bridge in order to behave as one of those actors that it supports.


thanks,
Jesse

Robert Alkire wrote:

From here http://www.eclipse.org/ohf/downloads/connectathon.php
obtained org.eclipse.ohf.bridge.install_0.3.0.v20080313073042.zip and org.eclipse.ohf.bridge_0.3.0.v20080313073042.zip
former was installed in Tomcat base directory, and later in tomcat/lib.

rhioConfig.xml untouched then http://localhost:8080/bridge/services/ohf-bridge?wsdl fails!!

rhioConfigMesa.xml renamed to rhioConfig.xml then http://localhost:8080/bridge/services/ohf-bridge?wsdl works however error occurs on testing the details follow. I am hoping someone can point me to what is wrong with this...


<TestResults

status="Fail"><Xdstest2_version>1.9</Xdstest2_version><Xdstest2_args>--actorconfig
C:xdstest2toolactors.xml --testmgmt C:xdstest2toolmgmt

</Xdstest2_args><Test>11733/submit</Test><RegistryEndpoint>http://localhost:8080/bridge/services</RegistryEndpoint><TestStep

.. omitted for brevity