Problem | The JAXR provider caught a org.uddi4j.UDDIException while sending a request to the UDDI registry. |
User response | The user should interrogate the cause UDDIException of the JAXRException for more information. |
Problem | The JAXR provider caught a TransportException while sending a request to the UDDI registry. |
User response | The user should interrogate the cause TransportException of the JAXRException for more information. |
Problem | An attempt was made to set both the AccessURI and the TargetBinding of a ServiceBinding. |
User response | The user should set only one of AccessURI and TargetBinding. |
Problem | The object passed to the setSourceObject method was not an Organization. |
User response | The user should only pass Organization objects to the setSourceObject method. |
Problem | An attempt was made to save an Association that did not have both source and target objects set. |
User response | The user should only attempt to save Associations which have both source and target objects set. |
Problem | The object passed to the setTargetObject method was not an Organization. |
User response | The user should only pass Organization objects to the setTargetObject method. |
Problem | The user passed an associationKey that did not have the correct format. |
User response | The user should ensure that associationKeys passed to the deleteAssociations method have the correct format. |
Problem | When finding Associations, the user passed a Concept in the associationTypes Collection that was from the AssociationType enumeration, but did not have a value that is valid for UDDI. When saving Associations, the user passed an Association whose associationType Concept was from the AssociationType enumeration, but did not have a value that is valid for UDDI. |
User response | The user should only use Concepts for associationTypes that are from the AssociationType enumeration and have value either HasChild, HasParent, RelatedTo or EquivalentTo. |
Problem | When finding Associations, the user passed a Concept that was not from the AssociationType enumeration in the associationTypes Collection. When saving Associations, the user passed an Association whose associationType Concept was not from the AssociationType enumeration. |
User response | The user should only use Concepts from the AssociationType enumeration for associationTypes. |
Problem | The user passed a taxonomy Concept to the createClassificationScheme method. |
User response | This method is provided to allow for Concepts returned by the BusinessQueryManager.findConcepts call to be safely converted to ClassificationScheme. It is up to the programmer to make sure that the Concept is indeed semantically a ClassificationScheme. |
Problem | The user called a method that required a connection to the registry after they had closed the Connection by calling the Connection.close() method. |
User response | The user should not call methods that require a connection to the registry after the Connection has been closed. |
Problem | The createConnection() method was called before the properties had been set on the ConnectionFactory. |
User response | Ensure that the ConnectionFactory properties have been set before attempting to create a Connection. |
Problem | The JAXR provider caught a javax.xml.parsers.ParserConfigurationException while attempting to initialize the XML parser. |
User response | The user should interrogate the cause ParserConfigurationException of the JAXRException for more information. |
Problem | The JAXR provider caught a java.io.IOException while attempting to parse the XML request. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | The JAXR provider caught a java.io.IOException while attempting to serialize the XML response. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | The user passed a null interfaceName to the createObject method. |
User response | The user should ensure they only pass a valid interfaceName to the createObject method. |
Problem | The JAXR provider has encountered an invalid line in an enumeration data file while the Connection is initialized. The JAXR provider will ignore the invalid line and will be unaffected. |
User response | The user should ensure that the enumeration data file is valid in order to use all members of the enumeration. The correct format of each line is <enumeration name><separator char><concept value>. |
Problem | The JAXR provider caught a java.io.IOException while attempting to read an enumeration data file. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | The JAXR provider has encountered an invalid property value in the enumerationConfig.properties file while the Connection is initializsed. The JAXR provider will ignore the invalid property, and hence ignore the corresponding enumeration. |
User response | The user should ensure that the enumerationConfig.properties file is valid in order to use all enumerations. The correct format of each line is <enumeration ID>=<enumeration name>,<data filename>,<separator char> |
Problem | The JAXR provider caught a java.io.IOException while attempting to read the enumerationConfig.properties file. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | The JAXR provider caught a java.io.IOException while attempting to read the taxonomyConfig.properties file. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | A malformed URI was passed to the setExternalURI method when URI validation has set to true by passing true to the ExternalLink.setValidateURI(boolean validate) method. |
User response | Either the user should ensure that the URI is well formed, or URI validation should be set to false. |
Problem | An inaccessible URI was passed to the setExternalURI method when URI validation has set to true by passing true to the ExternalLink.setValidateURI(boolean validate) method. |
User response | Either the user should ensure that the URI is accessible, or URI validation should be set to false. |
Problem | The user passed an invalid interface name to the createObject method. |
User response | The user should only pass valid interface names to the createObject method. Valid interface names are public final static String fields of the LifeCycleManager class. |
Problem | The user called the setClassificationScheme method of an internal Classification. |
User response | The user should not attempt to modify the ClassificationScheme of an internal Classification directly. The ClassificationScheme of an internal Classification is determined by the Classification's Concept and cannot be modified independently. |
Problem | The user called the setName method of an internal Classification. |
User response | The user should not attempt to modify the name of an internal Classification directly. The name of an internal Classification is determined by the Classification's Concept and cannot be modified independently. |
Problem | The user called the setValue method of an internal Classification. |
User response | The user should not attempt to modify the value of an internal Classification directly. The value of an internal Classification is determined by the Classification's Concept and cannot be modified independently. |
Problem | The user passed a non-null Concept without a parent ClassificationScheme to the setConcept method. |
User response | Setting a Classification's Concept causes a Classification to become internal. The Classification's ClassificationScheme is then set to the parent ClassificationScheme of the Concept. If the Concept has no parent ClassificationScheme (that is, it is not a taxonomy Concept), that is invalid. The user should therefore only pass taxonomy Concepts to the setConcept method. |
Problem | The user attempted to save a taxonomy Concept as a UDDI tModel in the registry. |
User response | Taxonomy Concepts cannot be saved as tModels in a UDDI registry. They are used to classify objects saved in the registry but cannot be saved independently. The user should not attempt to save taxonomy Concepts in the registry. |
Problem | The user attempted to create a taxonomy Concept whose parent was not a Concept or a ClassificationScheme. |
User response | The parent of a taxonomy Concept can only be another Concept or a ClassificationScheme, so the user should only attempt to set one of these as the parent of a taxonomy Concept. |
Problem | The user called the getPath() method on a Concept that was not a taxonomy Concept. Only taxonomy Concepts have parents. |
User response | Only taxonomy Concepts have parents, therefore only taxonomy Concepts have paths. The user should not attempt to call the getPath() method on a Concept that is not a taxonomy Concept. |
Problem | The user called the getPath() method on a Concept that did not have a value. |
User response | A Concept must have a value in order to have a path, so the user should not attempt to call the getPath() method on Concepts that do not have a value. |
Problem | The user called the getPath() method on a Concept whose ClassificationScheme did not have an ID. |
User response | A Concept's ClassificationScheme must have an ID in order for the Concept to have a path. The user should not attempt to call the getPath() method on a Concept whose ClassificationScheme does not have an ID. |
Problem | The user called the createConnection method when the ConnectionFactory property javax.xml.registry.uddi.maxRows did not contain a parsable integer. |
User response | The user should ensure that if the javax.xml.registry.uddi.maxRows ConnectionFactory property is set that it contains a parsable integer. |
Problem | The String passed to the makeRegistrySpecificRequest method was not valid XML. |
User response | The user should ensure that the String passed to the makeRegistrySpecificRequest method is valid XML. |
Problem | The user called the createConnection method when the ConnectionFactory property javax.xml.registry.lifeCycleManagerURL contained a malformed URL. |
User response | The user should ensure that the javax.xml.registry.lifeCycleManagerURL ConnectionFactory property contains a well formed URL. |
Problem | The user called the createConnection method when the ConnectionFactory property javax.xml.registry.queryManagerURL contained a malformed URL. |
User response | The user should ensure that the javax.xml.registry.queryManagerURL ConnectionFactory property contains a well formed URL. |
Problem | More than one ClassificationScheme was found that matched the search criteria. |
User response | The user should narrow their search criteria to find only one ClassificationScheme. |
Problem | The user passed an invalid objectType. |
User response | The user should ensure they pass a valid objectType. |
Problem | An object was passed to the saveObjects method of a type that cannot be saved directly in the registry. |
User response | The user should ensure that objects passed to the saveObjects method are of a valid type. Valid types are Association, ClassificationScheme, Concept, Organization, Service and ServiceBinding. |
Problem | An objectType of LifeCycleManager.CONCEPT was passed, but the id or one of the objectKeys was that of a ClassificationScheme. |
User response | The user should ensure that they specify the correct objectType corresponding to the object keys. |
Problem | An objectType of LifeCycleManager.CLASSIFICATIONSCHEME was passed, but the id or one of the objectKeys was that of a Concept. |
User response | The user should ensure that they specify the correct objectType corresponding to the object keys. |
Problem | The requestId specified was not found. |
User response | The user should only pass valid requestIds to the getBulkResponse method. Note that once the getBulkResponse method has been called once for a particular requestId, that requestId is removed from the cache and subsequent calls to getBulkResponse passing that requestId will result in an InvalidRequestException. |
Problem | The javax.xml.registry.semanticEquivalences ConnectionFactory property defines a semantic equivalence between a Concept in the PostalAddressAttributes enumeration and a Concept which has not been defined in any internal taxonomy. |
User response | The user should ensure that the Concept paths used in the javax.xml.registry.semanticEquivalences ConnectionFactory property have been defined in a internal taxonomy. |
Problem | The javax.xml.registry.semanticEquivalences ConnectionFactory contains a keyPair which contains more than two elements. |
User response | The user should ensure that the javax.xml.registry.semanticEquivalences ConnectionFactory property has the correct format, as defined in the JAXR specification. |
Problem | The javax.xml.registry.semanticEquivalences ConnectionFactory contains a keyPair which does not contain the path of a Concept in the PostalAddressAttributes enumeration. Semantic equivalences for a UDDI JAXR providers are only allowed for Concepts in the PostalAddressAttributes enumeration. |
User response | The user should only attempt to define semantic equivalences for Concepts in the PostalAddressAttributes enumeration. |
Problem | The user passed an invalid slot name to one of the methods of the ExtensibleObject interface. |
User response | The user should ensure that the slot name is valid for the particular instance of ExtensibleObject. |
Problem | The user passed a collection of values to the setValues method that contained duplicate values. |
User response | The user should pass only a collection of unique values to setValues method. |
Problem | The user passed a Slot with name Slot.SORT_CODE_SLOT and multiple values to the addSlot method. |
User response | When adding a Slot with name Slot.SORT_CODE_SLOT to a PostalAddress, the user should ensure that it only has 1 value. |
Problem | The user attempted to give a SpecificationLink more than one ExternalLink. A SpecificationLink may only have one ExternalLink. |
User response | The user should give a SpecificationLink a maximum of one ExternalLink. |
Problem | The user attempted to give the SpecificationLink more than one usage parameter. A SpecificationLink can only have one usage parameter. |
User response | The user should give a SpecificationLink a maximum of one usage parameter. |
Problem | The user attempted to set a Concept with a parent (that is, a taxonomyConcept) as the specification object of the SpecificationLink. |
User response | The user must set a specification Concept as the specification object of a SpecificationLink. |
Problem | The user attempted to set a RegistryObject that was not a Concept as the specification object of a SpecificationLink. |
User response | The user must set a specification Concept as the specification object of a SpecificationLink. |
Problem | The user passed a namePattern to one of the above methods which contained an invalid escape sequence. |
User response | The user should ensure that namePatterns do not contain invalid escape sequences. |
Problem | The user passed a namePattern to one of the above methods which contained an invalid escape sequence terminating the pattern. |
User response | The user should ensure that namePatterns do not contain invalid escape sequences. |
Problem | The user called the createConnection() method when the System property http.proxyPort contained a String that was not parsable as an integer. |
User response | The user should ensure that if the System property http.proxyPort is set it contains a parsable integer. |
Problem | A taxonomy data file contains an invalid line. |
User response | The format of each line is <taxonomy ID><Concept name><Concept value><Concept parent> |
Problem | A taxonomy data file contains an line for a Concept whose parent cannot be located in that file. |
User response | The user should ensure that a parent exists for each Concept in the taxonomy data file. |
Problem | The JAXR provider caught a java.io.IOException while attempting to read the taxonomy data file. |
User response | The user should interrogate the cause IOException of the JAXRException for more information. |
Problem | An invalid property value in the taxonomyConfig.properties file while the Connection is initialized. The JAXR provider will ignore the invalid property, and hence ignore the corresponding taxonomy. |
User response | The user should ensure that the taxonomyConfig.properties file is valid in order to use all taxonomies. The correct format of each line is <taxonomy ID>=<tModelKey>,<data filename>,<separator char>. |
Problem | The user passed an object to a method that was not expecting an object of that type. |
User response | The user should only pass objects of the appropriate type to JAXR methods. |
Problem | The user passed an object which was not a String or a LocalizedString as a namePattern to a query method. |
User response | The user should only use Strings of LocalizedStrings as namePattern objects. |
Problem | The user attempted to create a Connection without specifying the javax.xml.registry.queryManagerURL ConnectionFactory property. |
User response | The user must specify the javax.xml.registry.queryManagerURL ConnectionFactory property before attempting to create a Connection. |
Problem | The user attempted to create a Connection with an invalid value of the javax.xml.registry.security.authenticationMethod ConnectionFactory property. |
User response | The user should only use a valid vale for this property. Valid values are UDDI_GET_AUTHTOKEN and HTTP_BASIC. |
Problem | The user attempted to classify a ServiceBinding using an external Classification, which therefore is not a Classification with a sub-Concept of the internal URLType enumeration. |
User response | The user should only classify a ServiceBinding using a sub-Concept of the internal URLType enumeration. |
Problem | The user attempted to classify a ServiceBinding using an internal Classification that has a Concept which is not a sub-Concept of the internal URLType enumeration. |
User response | The user should only classify a ServiceBinding using a sub-Concept of the URLType enumeration. |