You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/01/19 20:56:30 UTC

[jira] Created: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release
-------------------------------------------------------------------------------

                 Key: GERONIMO-2759
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2759
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: JVM-compatibility
    Affects Versions: 2.0-M1
            Reporter: Donald Woods
         Assigned To: Donald Woods
            Priority: Minor
             Fix For: 2.0-M2


We need to re-enable the JVMCheck call in Daemon.java to warn Java 1.4 or Java 6 users that Java SE 5 is required.
JEE 5 requires a Java SE 5 or later JVM.
A recent 1/9/07 posting on the users list mentioned that Java 6 will not work, due to a javax.xml.stream.FactoryConfigurationError and a Stax implementation included in Java 6.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

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

Donald Woods updated GERONIMO-2759:
-----------------------------------

    Attachment: G2759.patch

> Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2759
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2759
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.0-M1
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>            Priority: Minor
>             Fix For: 2.0-M2
>
>         Attachments: G2759.patch
>
>
> We need to re-enable the JVMCheck call in Daemon.java to warn Java 1.4 or Java 6 users that Java SE 5 is required.
> JEE 5 requires a Java SE 5 or later JVM.
> A recent 1/9/07 posting on the users list mentioned that Java 6 will not work, due to a javax.xml.stream.FactoryConfigurationError and a Stax implementation included in Java 6.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

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

Donald Woods updated GERONIMO-2759:
-----------------------------------

    Patch Info: [Patch Available]
      Assignee:     (was: Donald Woods)

Patch was created against server/trunk directory and will warn non Java 1.5 users that they are using an unsupported Java version.

> Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2759
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2759
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.0-M1
>            Reporter: Donald Woods
>            Priority: Minor
>             Fix For: 2.0-M2
>
>         Attachments: G2759.patch
>
>
> We need to re-enable the JVMCheck call in Daemon.java to warn Java 1.4 or Java 6 users that Java SE 5 is required.
> JEE 5 requires a Java SE 5 or later JVM.
> A recent 1/9/07 posting on the users list mentioned that Java 6 will not work, due to a javax.xml.stream.FactoryConfigurationError and a Stax implementation included in Java 6.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

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

Donald Woods closed GERONIMO-2759.
----------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.0-M5)

Won't fix, as the server requires 1.5 or later to start and several users are interested in using Java 6....

> Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2759
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2759
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.0-M1
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>            Priority: Minor
>         Attachments: G2759.patch
>
>
> We need to re-enable the JVMCheck call in Daemon.java to warn Java 1.4 or Java 6 users that Java SE 5 is required.
> JEE 5 requires a Java SE 5 or later JVM.
> A recent 1/9/07 posting on the users list mentioned that Java 6 will not work, due to a javax.xml.stream.FactoryConfigurationError and a Stax implementation included in Java 6.

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


[jira] Assigned: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

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

Donald Woods reassigned GERONIMO-2759:
--------------------------------------

    Assignee: Donald Woods

> Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2759
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2759
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.0-M1
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>            Priority: Minor
>             Fix For: 2.0-M5
>
>         Attachments: G2759.patch
>
>
> We need to re-enable the JVMCheck call in Daemon.java to warn Java 1.4 or Java 6 users that Java SE 5 is required.
> JEE 5 requires a Java SE 5 or later JVM.
> A recent 1/9/07 posting on the users list mentioned that Java 6 will not work, due to a javax.xml.stream.FactoryConfigurationError and a Stax implementation included in Java 6.

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