Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

After you have applied the patch is applied successfully, clear Java cache using the following steps:, you need to do the following:

  • Update the value of the properties
  • Clear Java cache

Updating Properties

Go to …/<AdeptiaInstallFolder/ServerKernel/etc folder and do the following:

  1. Open spring-context.xml file in the Text Editor and do the following:
    1. In the Entity Manger Factory group, remove the below property:

      <prop key="hibernate.hbm2ddl.auto">update</prop>
    2. In the Entity Manger Factory for Log Database group, remove the below property:

      <prop key="hibernate.hbm2ddl.auto">update</prop>
    3. In the Transaction Manager group, remove the below bean:
      <bean autowire="byType" class="com.adeptia.connect2.app.LookupRegistry" id="lookupRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.CompanyRegistry" id="companyRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.NetworkRegistry" id="networkRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.RoleRegistry" id="roleRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.UserRegistry" id="userRegistry"/>
    4. Save the file.
  2. Open adapters.properties file in the Text Editor and do the following:
    1. Go to the application group you are using and set the value of the <application_name>.enableProduction property to true.
      For example, if you are using Dropbox application then go to the Dropbox group and set the value of the property dropbox.enableProduction = true.
    2. Save the file.
  3. Restart Kernel and WebRunner.

Clearing Java Cache

  1. Go to Control Panel > Java
  2. On the General tab, click Settings.
    Image Removed
    Image Added

  3. The On the Temporary Files Settings dialog box appears.Click window, click Delete Files.
    Image Removed
    Image Added
    The
  4. On the Delete Files and Applications dialog box appears.Select window, select all check boxes and click OK.
    Image Removed
    Image Added

  5. Click OK to close Temporary Files Settings dialog box window.
  6. On the the Security tab, click Manage Certificates.
    Image Removed
    Image Added

  7. The list of existing Adeptia certificates appears. Select the certificate and click Remove.
  8. Click Close to close certificates dialog boxCertificates window.
  9. Click OK to close Java dialog box.

Next Step 

Verifying Patch