[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-29 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_trunk_diff.txt

Here is the trunk patch which removes the JRE/JDBC line all together. The 
JDBCMBean test was comparing the driver level to sysinfo. That test was changed 
to compare to DatabaseMetaData JDBC version values.


> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_10_8_diff.txt, 
> derby-1046_derby-5431_10_8_diff.txt, derby-1046_derby-5431_trunk_diff.txt, 
> derby-1046_derby-5431_trunk_diff.txt, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-29 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_10_8_diff.txt

Here is an updated 10.8 patch with changes review comments. Fixes xaHelper on < 
JDK 1.6. Running tests.


> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_10_8_diff.txt, 
> derby-1046_derby-5431_10_8_diff.txt, derby-1046_derby-5431_trunk_diff.txt, 
> derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_10_8_diff.txt

Here is the 10.8 patch with the changes from the  comments from the first 
patch. 

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_10_8_diff.txt, 
> derby-1046_derby-5431_trunk_diff.txt, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_trunk_diff.txt

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_trunk_diff.txt, 
> derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: (was: derby-1046_derby-5431_trunk_diff.txt)

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: (was: derby-1046_derby-5431_diff.txt)

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_diff.txt

Sorry previous upload had some cruft from another patch.
Here is a  patch for DERBY-1046 and DERBY-5431.  It removes the line with JDBC 
information from sysinfo and also removes JDKInfo calls from the xahelper class 
which lives in derbytools.jar. This is for trunk. For 10.8 we will keep the 
line in case someone is using it .



> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_diff.txt, 
> derby-1046_derby-5431_trunk_diff.txt, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-28 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_derby-5431_trunk_diff.txt

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_derby-5431_trunk_diff.txt, 
> derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-27 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Attachment: derby-1046_diff.txt

Attached is a patch for this issue which removes the call to 
JVMInfo.derbyVMLevel() in tools.sysinfo.Main and replaces it with a local 
method.  The new local method is simpler than the initialization in JVMInfo, 
but I think it is sufficient for sysinfo.  

I tried sysinfo with the  with IBM and Sun JDK's 1.4.2, 1.5, 1.6, and 1.7 as 
well as weme 6.2. I verified that it fixes DERBY-5431. I am running tests now.

I would appreciate if someone could try sysinfo with  patch with phoneME and 
Oracle embedded ME client.



> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] [Updated] (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2011-09-27 Thread Kathey Marsden (Updated) (JIRA)

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

Kathey Marsden updated DERBY-1046:
--

Issue & fix info: Patch Available

> JVMInfo is duplicated in derbyclient.jar
> 
>
> Key: DERBY-1046
> URL: https://issues.apache.org/jira/browse/DERBY-1046
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.2.1.6
>Reporter: Knut Anders Hatlen
>Assignee: Kathey Marsden
>Priority: Minor
> Fix For: 10.2.1.6
>
> Attachments: derby-1046.diff, derby-1046_diff.txt
>
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

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




[jira] Updated: (DERBY-1046) JVMInfo is duplicated in derbyclient.jar

2006-03-07 Thread Andrew McIntyre (JIRA)
 [ http://issues.apache.org/jira/browse/DERBY-1046?page=all ]

Andrew McIntyre updated DERBY-1046:
---

Attachment: derby-1046.diff

Patch for this issue attached. Just need to exclude JVMInfo from the fileset, 
since it included all of iapi/services/info. Might want to consider moving to 
use classlister to generate a dependency list, but that also may be more 
trouble than its worth.

> JVMInfo is duplicated in derbyclient.jar
> 
>
>  Key: DERBY-1046
>  URL: http://issues.apache.org/jira/browse/DERBY-1046
>  Project: Derby
> Type: Bug
>   Components: Build tools
> Versions: 10.2.0.0
> Reporter: Knut Anders Hatlen
> Priority: Minor
>  Attachments: derby-1046.diff
>
> The JVMInfo class is included twice in derbyclient.jar, as
> org.apache.derby.iapi.services.info.JVMInfo and
> org.apache.derby.shared.common.info.JVMInfo. The only one of them
> actually used by the client code is the one found in
> org.apache.derby.shared.common.info.
> org.apache.derby.iapi.services.info.JVMInfo is also included in
> derby.jar, so one could run into problems if the classpath contains
> derbyclient.jar and derby.jar with different versions.

-- 
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.atlassian.com/software/jira