[ 
https://issues.apache.org/jira/browse/JUDDI-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598333#comment-13598333
 ] 

Alex O'Ree commented on JUDDI-566:
----------------------------------

The accessPoint is a string used to convey the network address suitable for 
invoking the Web service being described. This is typically a URL but may be an 
electronic mail address, or even a telephone number. No assumptions about the 
type of data in this field can be made without first understanding the 
technical requirements associated with the Web service.

The hostingRedirector is a deprecated element, since its functionality is now 
covered by the accessPoint. For backward-compatibility, it can still be used, 
but it is not recommended. See the set of UDDI Version 2 Specifications for a 
description on hostingRedirector.

Either an accessPoint or a hostingRedirector must be provided within a 
bindingTemplate.
                
> Using service/binding/hostingDirector causes a NPE
> --------------------------------------------------
>
>                 Key: JUDDI-566
>                 URL: https://issues.apache.org/jira/browse/JUDDI-566
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.1.4
>            Reporter: Alex O'Ree
>            Assignee: Kurt T Stam
>             Fix For: 3.1.5
>
>         Attachments: JUDDI-556.patch
>
>
> I got this using the maven build process after saveBusiness, add a Service to 
> the same host with a hosting redirector, then, saveBusiness again
> [WARNING] [talledLocalContainer] Caused by: java.lang.NullPointerException
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.mapping.MappingApiToModel.mapBindingTemplate(MappingApiToMod
> el.java:503)
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.mapping.MappingApiToModel.mapBindingTemplates(MappingApiToMo
> del.java:489)
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.mapping.MappingApiToModel.mapBusinessService(MappingApiToMod
> el.java:452)
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.mapping.MappingApiToModel.mapBusinessServices(MappingApiToMo
> del.java:430)
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.mapping.MappingApiToModel.mapBusinessEntity(MappingApiToMode
> l.java:111)
> [WARNING] [talledLocalContainer]        at 
> org.apache.juddi.api.impl.UDDIPublicationImpl.saveBusiness(UDDIPublicationImp
> l.java:585)
> Error caught of type javax.xml.ws.soap.SOAPFaultException
> [WARNING] [talledLocalContainer]        at 
> sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
> javax.xml.ws.soap.SOAPFaultException: Fault occurred while processing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to