Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000008R52i Steps to Reproduce: Use the attached teiid-jboss-beans.xml file in the PROFILE/deploy/teiid directory and restart the server. project_key: SOA Trying to implement this new feature in 5.2: https://issues.jboss.org/browse/SOA-3448 Setting the new enabledCipherSuites property in JdbcSslConfiguration section gives the below error on startup of the server: java.lang.IllegalArgumentException: Property is not writable: enabledCipherSuites for org.teiid.transport.SSLConfiguration
Attachment: Added: crypto_fix.jar
the attached crypto_fox.jar from Ramesh fixes the issue. An official SOA 5.2 patch needs to be created for customer.
Link: Added: This issue Cloned to SOA-3621
Link: Added: This issue Cloned to SOA-3622
Attachment: Added: teiid-jboss-beans.xml
Steps to Reproduce: Added: Use the attached teiid-jboss-beans.xml file in the PROFILE/deploy/teiid directory and restart the server.
Link: Added: This issue is a dependency of SOA-3621
Link: Removed: This issue Cloned to SOA-3621
Teiid committed fix to 7.6: New Revision: 3692 branches/7.6.x/runtime/src/main/java/org/teiid/transport/SSLConfiguration.java branches/7.6.x/runtime/src/test/java/org/teiid/transport/TestCommSockets.java Log: TEIID-1849: Jboss beans framework in the presence of the "get" method it will look for same signature based "set" method. In the absence of "get" method, it will use the "set" method signature. Code had mixed set of in parameter in "set" and return on "get".
Were you able to validate w/the crypto_fix.jar? I'm getting signer issue stacks...