Hello we are trying the code specified in
http://svn.apache.org/repos/asf/webservices/juddi/trunk/docs/examples/simple-publish/
but we are getting a "ConfigurationException" on the following line of code
clazz =
UDDIClientContainer.getUDDIClerkManager(null).getClientConfig().getUDDINode("default").getProxyTransport();
even through it is in a try catch(Exception) block
any ideas?
we are developing in eclipse. We are using the example code along with the
following jar files
commons-collections-3.2.1.jar
commons-configuration-1.5.jar
juddi-client-3.0.3.jar
juddi-core-3.0.3.jar
log4j-1.2.13.jar
uddi-ws-3.0.2.jar
thanks for any ideas
On Mon, Oct 11, 2010 at 9:42 AM, Thomas Cunningham <[email protected]>wrote:
> I tried googling and could not find anywhere where I could find the
> matchmaker sources.
>
> From your description of the problem, it seems like the best thing to do
> would be to point the matchmaker code at juddiv3. Whether there's a lot
> of changes involved in that or not I don't know - I couldn't find a source
> copy of matchmaker and the URL http://www.daml.ri.cmu.edu/matchmaker/doesn't
> seem to be in service.
>
>
>
> On 10/11/2010 12:01 PM, n3mesi83 wrote:
>
>> Hi all,
>> I installed juddiv3, the portal bundle on ubuntu server and now i would
>> like
>> to search for services using their owls descriptions...i found owls/uddi
>> matchmaker, which takes advantage of UDDI’s proliferation in the web
>> service
>> technology infrastructure and OWL-S’s explicit capability representation.
>> In
>> order to achieve this symbiosis i need to store the OWL-S profile
>> descriptions inside an UDDI registry.
>> The matchmaker i've downloaded is implemented as an extension of the
>> JUDDI.
>> The problem: the matchmaker installation guide says that i don't need to
>> install jUDDI since it is included in the default installation
>> package...but
>> the version of juddi is 0.8...i would like to use juddiv3...
>> the question is: how can i add the matchmaker in juddiv3? Or maybe there
>> is
>> another technology that allows me to publish the owls?
>> I would like to search a web service using its semantic information with
>> JENA framework and its OWL API.
>> Thanks.
>>
>>
>>
>