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 "Jake Goulding (JIRA)" <ji...@apache.org> on 2008/09/23 00:04:44 UTC

[jira] Created: (AXIS2-4042) jaxbri binding should report exception in addition to "Unable to create JAXBContext for class"

jaxbri binding should report exception in addition to "Unable to create JAXBContext for class"
----------------------------------------------------------------------------------------------

                 Key: AXIS2-4042
                 URL: https://issues.apache.org/jira/browse/AXIS2-4042
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Jake Goulding
            Priority: Minor


I have a schema that reported the following error:

Unable to create JAXBContext for class: vivisimo.velocity.test.Dictionary

I had to recompile the entirety of Axis to add one line after it:

ex.printStackTrace(System.err);

Which made debugging a whole lot easier!

This is in the file:

modules/codegen/target/test-classes/org/apache/axis2/jaxbri/template/JaxbRIDatabindingTemplate.xsl

-- 
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-4042) jaxbri binding should report exception in addition to "Unable to create JAXBContext for class"

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

Davanum Srinivas resolved AXIS2-4042.
-------------------------------------

    Resolution: Fixed

Fixed in svn revision 801630.

> jaxbri binding should report exception in addition to "Unable to create JAXBContext for class"
> ----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4042
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4042
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Jake Goulding
>            Priority: Minor
>
> I have a schema that reported the following error:
> Unable to create JAXBContext for class: vivisimo.velocity.test.Dictionary
> I had to recompile the entirety of Axis to add one line after it:
> ex.printStackTrace(System.err);
> Which made debugging a whole lot easier!
> This is in the file:
> modules/codegen/target/test-classes/org/apache/axis2/jaxbri/template/JaxbRIDatabindingTemplate.xsl

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