Bug 296520

Summary: WebSphere JPA scripts need to be updated to set "Statement cache size" to be "0"
Product: z_Archived Reporter: Yiping Zhao <yiping.zhao>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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