Bug 296520 - WebSphere JPA scripts need to be updated to set "Statement cache size" to be "0"
Summary: WebSphere JPA scripts need to be updated to set "Statement cache size" to be "0"
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2009-11-30 15:22 EST by Yiping Zhao CLA
Modified: 2022-06-09 10:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yiping Zhao CLA 2009-11-30 15:22:37 EST
Andrei and I debugged the proxy authentication failure on WebSphere, we found that we need to set "Statement cache size" to be "0" for configured datasource, we did that in admin console, and verified that the tests passed. Now we need to consider to add it in python scripts configWebSphere.py
Comment 1 Yiping Zhao CLA 2009-12-04 15:45:27 EST
updated configWebSphere.py with following lines, checked with admin console and found that it reflected in console with size 0 for "Statement cache size".

scs = ['statementCacheSize', 0]
dsAttrs = [name, ['jndiName', 'jdbc/EclipseLinkDS'],scs]
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:14:20 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink
Comment 3 Eclipse Webmaster CLA 2022-06-09 10:21:28 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink