Hi,
I'm trying UDDI4j SaveBusinessExample.
I try it with IBM Test UDDI and it was successfully executed.
Now I try to run my own UDDI....jUDDI on
- Tomcat 5.0.28
- J2SE 1.4.2.
- Axis 1.2.1
- jUDDI 0.9rc4
- UDDI4j 2.0.3
- MySQL 4.1.11
I can only get the authToken...but the class stopped at the
save_business() function without any Exception thrown.
The only errors I got was:
at org.uddi4j.UDDIElement.<init>(UDDIElement.java:38)
at org.uddi4j.response.BusinessDetail.<init>(BusinessDetail.java:84)
at org.uddi4j.client.UDDIProxy.save_business(UDDIProxy.java:1536)
at BusinessEntityExample.run(BusinessEntityExample.java:90)
at BusinessEntityExample.main(BusinessEntityExample.java:51)
My happyjuddi.jsp page is all green. Everything is found.
The DataSource Validation is also all green including SELECT COUNT(*)
FROM PUBLISHER
I use create_database.sql that comes with jUDDI distribution to create
the database.
Can somebody help me with this problem??
Regards,