You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Jacob Danner (JIRA)" <xm...@xml.apache.org> on 2007/05/08 19:09:20 UTC

[jira] Resolved: (XMLBEANS-193) jsr173_api.jar and xbean.jar containes same class QName.class

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

Jacob Danner resolved XMLBEANS-193.
-----------------------------------

    Resolution: Duplicate
      Assignee: Jacob Danner

Looks like another case of:
http://issues.apache.org/jira/browse/XMLBEANS-324

The issue has a solution (removing the class from the jar) but also some explanation as to why XmlBeans contains that class.

'''
Problem is XmlBeans is designed to work with JDK1.4 and JDK1.4 doesn't have this class if I am not mistaken. Having that class in the jar allows users of both JDK1.4 and JDK1.5 and above to use XmlBeans without having to worry about a dependency that really is not available anywhere for download.

What environment are you in that makes this error happen? Is it possible for you to remove this class from the jar? 
'''

> jsr173_api.jar and xbean.jar containes same class QName.class
> -------------------------------------------------------------
>
>                 Key: XMLBEANS-193
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-193
>             Project: XMLBeans
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: Version 2
>         Environment: WinXP sp2 , jdk 1.5_04
>            Reporter: Yair Ohayon
>         Assigned To: Jacob Danner
>
> After generating the application jar, tring to run it produces missing class,
> after adding jsr173_api and ofcourse xbean.jar to the jar (through zipfilesetsrc) .
> The jar is running ok and working, the problem is when trying to sign it - i'm getting duplicated on 'QName.class'.
> Both jsr173_api.jar and xbean.jar contains this class , and the instance in xbean.jar seems to be the recent one.

-- 
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: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org