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 "Brian DePradine (JIRA)" <ji...@apache.org> on 2008/04/23 19:11:22 UTC

[jira] Created: (AXIS2-3763) Issues with loading the W3CEndpointReference class

Issues with loading the W3CEndpointReference class
--------------------------------------------------

                 Key: AXIS2-3763
                 URL: https://issues.apache.org/jira/browse/AXIS2-3763
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Brian DePradine
            Assignee: Brian DePradine


There are a few issues with loading this class in axis2;

- The ClassUtils.isJAXWSClass() method currently filters out all classes in packages that start with 'javax.xml.ws'

- The ClassFinderImpl.getClassesFromJarFile() method currently uses the context classloader to try to load classes instead of the one passed in to the method.

As a workaround for these issues, a jaxb.index file was needed in the javax.xml.ws.wsaddressing package. Once they are fixed it can be removed.

-- 
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


[jira] Resolved: (AXIS2-3763) Issues with loading the W3CEndpointReference class

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine resolved AXIS2-3763.
------------------------------------

       Resolution: Fixed
    Fix Version/s: nightly

> Issues with loading the W3CEndpointReference class
> --------------------------------------------------
>
>                 Key: AXIS2-3763
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3763
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Brian DePradine
>            Assignee: Brian DePradine
>             Fix For: nightly
>
>         Attachments: PATCH.TXT
>
>
> There are a few issues with loading this class in axis2;
> - The ClassUtils.isJAXWSClass() method currently filters out all classes in packages that start with 'javax.xml.ws'
> - The ClassFinderImpl.getClassesFromJarFile() method currently uses the context classloader to try to load classes instead of the one passed in to the method.
> As a workaround for these issues, a jaxb.index file was needed in the javax.xml.ws.wsaddressing package. Once they are fixed it can be removed.

-- 
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


[jira] Updated: (AXIS2-3763) Issues with loading the W3CEndpointReference class

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated AXIS2-3763:
-----------------------------------

    Attachment: PATCH.TXT

A patch to address the issues mentioned previously.

> Issues with loading the W3CEndpointReference class
> --------------------------------------------------
>
>                 Key: AXIS2-3763
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3763
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Brian DePradine
>            Assignee: Brian DePradine
>         Attachments: PATCH.TXT
>
>
> There are a few issues with loading this class in axis2;
> - The ClassUtils.isJAXWSClass() method currently filters out all classes in packages that start with 'javax.xml.ws'
> - The ClassFinderImpl.getClassesFromJarFile() method currently uses the context classloader to try to load classes instead of the one passed in to the method.
> As a workaround for these issues, a jaxb.index file was needed in the javax.xml.ws.wsaddressing package. Once they are fixed it can be removed.

-- 
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