Category: Development
-
SSL_ERROR_NO_CYPHER_OVERLAP
If you published a new store and go to https://localhost/webapp/wcs/stores/servlet/en/newstore, you just might end up with the Firefox error: SSL_ERROR_NO_CYPHER_OVERLAP To get around that error, type about:config into the Firefox address bar. Using the search box, enter in security.tls_.version.max Double click on the preference name and change the value to 1 After that, you should…
-
Adding a New Finder to an Existing Access Bean
In the WebSphereCommerceServerExtensionsData project using the Java EE perspective, double click the deployment descriptor. Click on the Details button next to the Enterprise Java Bean section or go directly to the bean tab. Select your bean from the list of beans on the left. Then, on the right, scroll down to finders and select Add.…