Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When setting up a client subscription via a callback service and if a transport type is NOT defined, juddi will not attempt to deliver messages. The spec is a bit fuzzy on whether or not a transport is required. Currently jUDDI looks for a tmodel instance info element. (Does it also look at category bags?)
The error message:
SEVERE: The bindingTemplate
does not contain a tModel to define its type of transport. Defaulting to http.
implies that delivery will always be attempted using http.
After adding the tmodelinstanceinfo, juddi then attempts to deliver the message.
This is obviously a logic problem that should be easy to fix. In the future, it would be nice to have a plugin system to facilitate the delivery of updates using different transports