Using the WebLogic Integration Administration Console

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

XML Cache

The module allows you to:

Note: You must be logged in as a member of the Administrators, IntegrationAdministrators, or IntegrationOperators group to add, view, or modify XML cache entries. See About WebLogic Integration Users, Groups, Roles, and Security Policies in User Management in the Worklist Console Online Help.

The following topics are provided:

About the XML Cache

The XML cache stores XML metadata documents. When you are designing a business process, you use the XML MetaData Cache Control to retrieve the XML documents stored in the XML cache. You use the XML Cache module to create and maintain the XML metadata documents stored in the XML cache.

Different applications that reside on different server-nodes can share the XML cache.

Overview of the XML Cache Module

The following table lists the pages you can access from the XML Cache module. The tasks and help topics associated with each are provided:

Figure 8-1 XML Cache Module
Page
Associated Tasks
Help Topics
Configure XML Cache
Add a new XML document to the cache.
Update an existing XML document.
View the code for an existing XML document.
Delete an existing XML document.
Note: If you make a mistake while entering information into any of the Key or XmlFileName fields on the Configure XML Cache page, you can clear your entry by clicking the Reset button below the field you made the incorrect entry in.
View All
View all XML documents in the cache.

Adding XML Documents to the XML Cache

The XML Cache module allows you to add XML documents to the XML cache.

  1. From the home page, select the XML Cache module.
  2. The Configure XML Cache page is displayed.

    Figure 8-2 Configure XML Cache


    Configure XML Cache

  3. In the first Key field, enter a key for the XML document you want to add to the XML cache.
  4. Note: Entries in the Key field are case insensitive and should not exceed 256 characters.

    The key is a logical name that uniquely identifies the XML document in the XML cache. Do not use Multibyte Character Set characters in the Key name.

    Note: Leading and trailing spaces are trimmed for entries in the Key field.
  5. Enter a filename for the document in the XmlFileName field or click Browse and select an existing file.
  6. Click Add.
  7. The XML document is added to the XML cache.

Related Topics

Updating an XML Document in the XML Cache

You can update an existing XML document from the Configure XML Cache page.

  1. From the home page, select the XML Cache module.
  2. The Configure XML Cache page is displayed.

  3. In the second Key field, enter the key for the XML document you want update.
  4. Note: Entries in the Key field are case insensitive and should not exceed 256 characters.

    The key is a logical name that uniquely identifies the XML document in the XML cache.

  5. Enter a new filename for the document in the XmlFileName field or click Browse and select an existing file.
  6. Click Update.
  7. The XML document is updated in the XML cache.

Related Topics

Viewing the Code for an XML Document

You can view the code for any XML document stored in the XML cache.

  1. From the home page, select the XML Cache module.
  2. The Configure XML Cache page is displayed.

  3. In the third Key field, enter the key for the XML document you want to view.
  4. Note: Entries in the Key field are case insensitive and should not exceed 256 characters.
  5. Click Get.
  6. The code for the specified XML document is displayed in the View XML Cache Content page.

    Figure 8-3 View XML Cache Content


    View XML Cache Content

  7. Click Configure XML Cache at the bottom of the page to return to the Configure XML Cache page.

Related Topics

Deleting an XML Document from the XML Cache

You can delete any XML document from the XML cache whenever you want.

  1. From the home page, select the XML Cache module.
  2. The Configure XML Cache page is displayed.

  3. In the last Key field, enter the key for the XML document you want to delete.
  4. Note: Entries in the Key field are case insensitive and should not exceed 256 characters.
  5. Click Delete.
  6. The XML document associated with the key you specified is deleted from the XML cache.

Related Topics

Viewing All XML Documents in the XML Cache

You can view all of the entries for the XML cache from the XML Cache module.

  1. From the home page, select the XML Cache module.
  2. The Configure XML Cache page is displayed.

  3. Click View All in the left panel.
  4. The View XML MetaData Keys page is displayed.

    Figure 8-4 View XML MetaData Keys


    View XML MetaData Keys

  5. To view the individual details of a particular key, click the key name.
  6. The content for the selected key is displayed on the View XML Cache Content page.


  Back to Top       Previous  Next