Hi
I am working with web services to the environment: 
tomcat 5.5 
axis2
mysql 5
juddi2.0rc5
Java 5. 

Installed correctly the juddi and get happyjuddi.jsp without errors. However
I am not able to access it using uddi4j api. I Configured the
juddi.properties and sample.prop and when I try to run FindBussinessExample
of uddi4j samples for example, I have the following error:

*********** Running FindBusinessExample ***********
Configuration properties set:
{org.uddi4j.TransportClassName=org.uddi4j.transport.ApacheAxisTransport,
org.uddi4j.logEnabled=true}
org.uddi4j.transport.TransportException:
org.uddi4j.transport.ApacheAxisTransport
        at
org.uddi4j.transport.TransportFactory.getTransport(TransportFactory.java:68)
        at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1938)
        at org.uddi4j.client.UDDIProxy.find_business(UDDIProxy.java:676)
        at FindBusinessExample.run(FindBusinessExample.java:76)
        at FindBusinessExample.main(FindBusinessExample.java:45)

Nested exception:
java.lang.ClassNotFoundException: org.uddi4j.transport.ApacheAxisTransport
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at
org.uddi4j.transport.TransportFactory.getTransport(TransportFactory.java:59)
        at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1938)
        at org.uddi4j.client.UDDIProxy.find_business(UDDIProxy.java:676)
        at FindBusinessExample.run(FindBusinessExample.java:76)
        at FindBusinessExample.main(FindBusinessExample.java:45)

Another doubt, the url http://localhost:8080/juddi/inquiry (also publish)
return an error HTTP 405 - Use of the HTTP request method 'GET' is not
allowed by UDDI specification.

Am I doing something wrong or something missing ?

Thanks!
        
                
-- 
View this message in context: 
http://www.nabble.com/problems-with-uddi4j-and-juddi-tp16447678p16447678.html
Sent from the jUDDI - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to