-
Create a businessEntity, service, and bindingTemplate. Subscribe to the service. Now delete the service.
Look at subscription results, and there are two entries for the deleted service.
Test case attached.
2009-10-06 18:55:55 UTC in OpenUDDI
-
Put into the server category.
2009-09-28 19:07:32 UTC in OpenUDDI
-
Attached is a test case patch demonstrating the problem, and a patch for the solution.
Apologies - the test cases have numbers corresponding to our internal tracking system - you probably want to rename them....
2009-09-28 19:06:16 UTC in OpenUDDI
-
It needs to be regenerated.
We tripped over this with an additional unit tests we've written. the uddi-client-axis.jar file ends up in the classpath for test cases, and any test that uses the AddressLine class ends up being broken....
The file should be regeneted with "ant build-client" from the stub folder....
2009-09-03 21:59:05 UTC in OpenUDDI
-
FYI, patch is against post 0.10.0 version of the code, directly from your Subversion repository.
2009-09-02 22:14:44 UTC in OpenUDDI
-
Save a business entity with a service and binding template.
Then update just the binding template. The "modifiedChildren" timestamp is not updated on the containing businessEntity and businessService.
Attached is a patch with a test case that verifies the problem is fixed.
2009-09-02 22:13:36 UTC in OpenUDDI
-
From a parent directory to openuddi-server-0.10.0, run this ant file:
(Note the execution of ant in a subdirectory, with no inherited state....
2009-08-12 19:01:08 UTC in OpenUDDI