You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/08/02 18:17:44 UTC

[jira] Resolved: (AXIS2-3960) JAXWS: Namespace to Package algorithm should ignore some common namespaces

     [ https://issues.apache.org/jira/browse/AXIS2-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3960.
-----------------------------------

    Resolution: Fixed

682004

> JAXWS: Namespace to Package algorithm should ignore some common namespaces
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-3960
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3960
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Background:
> The JAXWS engine builds a list of packages required to invoke a service.  (For example, this list of packages is used to construct internal JAXBContexts).
> The preferred method of obtaining these packages is by walking the schema annotations.
> However, there is also a fallback search to build the packages from the wsdl/schema namespaces.  This fallback mechanism is essential in cases where annotations are not fully declared.  
> Problem:
> The fallback search (SchemaReaderImpl) attempts to build packages for each namespace that it discovers.  However there are some namespaces (like the wsaddressing namespace) that should be excluded from this namespace->package search.
> Solution:
> I am working on a small change to the code that will exclude certain namespaces from the namespace->package search.  Once completed, it will be easy to add other namespaces into the exclusion list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org