[jira] Commented: (TUSCANY-1295) Resolve Memory Leaks in RDB DAS source and test cases code

2007-05-23 Thread Adriano Crestani (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498146
 ] 

Adriano Crestani commented on TUSCANY-1295:
---

Hi Amita, 

I got a problem with the file MultiSchemaTests.java. It seems mixed the data of 
three files in one. Cause there are three MultiSchemaTests class defined along 
the file. I haven't check if they are the same, like if someone copied the 
class and pasted twice in the same file. Can you check this out?

The same happens on MultiSchemaData.java.

 Resolve Memory Leaks in RDB DAS source and test cases code
 --

 Key: TUSCANY-1295
 URL: https://issues.apache.org/jira/browse/TUSCANY-1295
 Project: Tuscany
  Issue Type: Bug
  Components: Java DAS RDB
Affects Versions: Java-DAS-M3
Reporter: Amita Vadhavkar
 Fix For: Java-DAS-Mx

 Attachments: JIRA1295_952_May21.txt, JIRA1295_952_May21.txt, 
 JIRA1295_952_May22.txt, JProfReportsMay21.zip, JProfReportsMay21.zip


 It is seen that as the number of test cases in RDB DAS JUnit testing 
 increase, the memory consumption increase
 and beyond a certail limit, there is OutOfMemory exception for heap memory. 
 This JIRA is created to elaborate the 
 cause-solution for this and provide the fix.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-1295) Resolve Memory Leaks in RDB DAS source and test cases code

2007-05-23 Thread Amita Vadhavkar (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498182
 ] 

Amita Vadhavkar commented on TUSCANY-1295:
--

Hi Adriano,
First apologies as my connection to chat dropped for 40 mins, some n/w issues.

Now in the JIRA1295_952_May22.txt below are the lines -
704-795-MultiSchemaData, 1159-1181-MultiSchemaTests

Here in the patch file itself the code is not appearing more than once, so
when applying the patch on the code from trunk same should be the case.

I verified it by applying on the trunk code too. 

Is there a chance that you are applying this patch on the top of some
previous patch? (I also found that revert command from svn is removing 
these 2 files from svn but keeping a local copy in the eclipse workspace.
So, if you are having an old workspace and might have done revert on some
old patch, these 2 files in questions will still be there locally, though 
not under version control. And then if you apply the May 22nd patch, you
may be getting this issue.)

In that case, please take a fresh code from trunk and apply
this patch, it should not give any duplicate / triplicate code.

Please let me know what you find.

Regards,
Amita


 Resolve Memory Leaks in RDB DAS source and test cases code
 --

 Key: TUSCANY-1295
 URL: https://issues.apache.org/jira/browse/TUSCANY-1295
 Project: Tuscany
  Issue Type: Bug
  Components: Java DAS RDB
Affects Versions: Java-DAS-M3
Reporter: Amita Vadhavkar
 Fix For: Java-DAS-Mx

 Attachments: JIRA1295_952_May21.txt, JIRA1295_952_May21.txt, 
 JIRA1295_952_May22.txt, JProfReportsMay21.zip, JProfReportsMay21.zip


 It is seen that as the number of test cases in RDB DAS JUnit testing 
 increase, the memory consumption increase
 and beyond a certail limit, there is OutOfMemory exception for heap memory. 
 This JIRA is created to elaborate the 
 cause-solution for this and provide the fix.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]