You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Mark Swanson (JIRA)" <xm...@xml.apache.org> on 2005/04/01 02:26:35 UTC

[jira] Updated: (XMLBEANS-136) Does not work in Java Web Start

     [ http://issues.apache.org/jira/browse/XMLBEANS-136?page=history ]

Mark Swanson updated XMLBEANS-136:
----------------------------------

    Attachment: xmlbeans.patch1

This patch works for me. I created a single file: SystemProperties.java. All code that used to call System.getProperty() now calls SystemProperties.getProperty().

By default (and if possible) SystemProperties contains System.getProperty() so no one should notice anything. However, this class enables folks like me to use XmlBeans in a secure environment.


> Does not work in Java Web Start
> -------------------------------
>
>          Key: XMLBEANS-136
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-136
>      Project: XMLBeans
>         Type: Bug
>   Components: Binding
>     Versions: Version 2
>  Environment: Any version of Java on any platform
>     Reporter: Mark Swanson
>  Attachments: xmlbeans.patch1
>
> XmlBeans has a fundamental design flaw that prevents it from working in the Java applet or Web Start sandbox. The flaw is that the code relies on System.properties that are not available in these environments.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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