List Info

Thread: Created: (XMLBEANS-285) XmlBeans.NO_TYPE initialized not correctly




Created: (XMLBEANS-285) XmlBeans.NO_TYPE initialized not correctly
user name
2006-08-19 14:04:14
XmlBeans.NO_TYPE initialized not correctly
------------------------------------------

                 Key: XMLBEANS-285
                 URL: htt
p://issues.apache.org/jira/browse/XMLBEANS-285
             Project: XMLBeans
          Issue Type: Bug
          Components: XmlObject
    Affects Versions: Version 2.2.1
            Reporter: Valery Gorbunov


XmlBeans.NO_TYPE initialized not correctly if working with
XmbBeans begins with 
org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
class. 
Test cases: 

Correct initialization: 
package mypackage; 

import junit.framework.TestCase; 

import org.apache.xmlbeans.XmlBeans; 
import
org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem; 


public class XMLTest extends TestCase{ 

public XMLTest() { 
super(); 
} 
public XMLTest(String name) { 
super(name); 
} 
public void test2(){ 
assertNotNull(XmlBeans.NO_TYPE); 
assertNotNull(BuiltinSchemaTypeSystem.ST_NO_TYPE); 
} 
} 

Incorrect initialization. 

package mypackage; 

import junit.framework.TestCase; 

import org.apache.xmlbeans.XmlBeans; 
import
org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem; 


public class XMLTestWithFail extends TestCase{ 
public XMLTestWithFail() { 
super(); 
} 
public XMLTestWithFail(String name) { 
super(name); 
} 

public void test(){ 
BuiltinSchemaTypeSystem.get(); 
assertNotNull(XmlBeans.NO_TYPE); 
} 
} 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribexmlbeans.apache.org
For additional commands, e-mail: dev-helpxmlbeans.apache.org

Commented: (XMLBEANS-285) XmlBeans.NO_TYPE initialized not correctly
user name
2006-08-30 19:54:23
    [ http://issues.apache.org/jira/bro
wse/XMLBEANS-285?page=comments#action_12431670 ] 
            
Radu Preotiuc-Pietro commented on XMLBEANS-285:
-----------------------------------------------

Very interesting observation. This is because
BuiltinSchemaTypeSystem and XmlBeans circularily depend on
one another in their static initializers, which is a bad
idea. We need to fix this.


> XmlBeans.NO_TYPE initialized not correctly
> ------------------------------------------
>
>                 Key: XMLBEANS-285
>                 URL: htt
p://issues.apache.org/jira/browse/XMLBEANS-285
>             Project: XMLBeans
>          Issue Type: Bug
>          Components: XmlObject
>    Affects Versions: Version 2.2.1
>            Reporter: Valery Gorbunov
>
> XmlBeans.NO_TYPE initialized not correctly if working
with XmbBeans begins with 
> org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
class. 
> Test cases: 
> Correct initialization: 
> package mypackage; 
> import junit.framework.TestCase; 
> import org.apache.xmlbeans.XmlBeans; 
> import
org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem; 
> public class XMLTest extends TestCase{ 
> public XMLTest() { 
> super(); 
> } 
> public XMLTest(String name) { 
> super(name); 
> } 
> public void test2(){ 
> assertNotNull(XmlBeans.NO_TYPE); 
> assertNotNull(BuiltinSchemaTypeSystem.ST_NO_TYPE); 
> } 
> } 
> Incorrect initialization. 
> package mypackage; 
> import junit.framework.TestCase; 
> import org.apache.xmlbeans.XmlBeans; 
> import
org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem; 
> public class XMLTestWithFail extends TestCase{ 
> public XMLTestWithFail() { 
> super(); 
> } 
> public XMLTestWithFail(String name) { 
> super(name); 
> } 
> public void test(){ 
> BuiltinSchemaTypeSystem.get(); 
> assertNotNull(XmlBeans.NO_TYPE); 
> } 
> } 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribexmlbeans.apache.org
For additional commands, e-mail: dev-helpxmlbeans.apache.org

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )