Sunday, April 29, 2012

AIA Installer Driver 11.1.1.5 : Loading AIA Metadata to Oracle Metadata Services Repository

AIA Installer Driver 11.1.1.5 : Loading AIA Metadata to Oracle Metadata Services Repository



To update SOA-MDS (apps/AIAMetaData):
  1. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder.
  2. Source aiaenv.sh by executing the following command:
    source aiaenv.sh
    
  3. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/config folder. Open the deployment plan file, UpdateMetaDataDP.xml.
  4. Update UpdateMetaDataDP.xml by inserting include tags for each resource group that you want to add to the MDS:
    1. To upload all files under AIAMetaData, add the following:
      <include name ="AIAMetadata/**"/>
      
    2. To upload AOL objects to MDS, see the following example.
      For example, to upload SEBL AOL objects in the AIAComponents/ApplicationObjectLibrary/SEBL/schemas folder, add the following:
      <include name="AIAComponents/ApplicationObjectLibrary/SEBL/schemas/**"/>
      
  5. Access the AIA_HOME/Infrastructure/Install/config folder. Execute the UpdateMetaData.xml script:
    ant -f UpdateMetaData.xml
    
    
    
    
    

Monday, April 9, 2012

Oracle Service Bus 11.1.1.6: Consume a JMS Message

Oracle Service Bus 11.1.1.6: Consume a JMS Message

Setting the Service Type of a proxy service to Messaging Service allows us to set the
Protocol to jms. On a proxy service, the JMS protocol always works inbound, that is, the
proxy service is consuming messages from a queue. On a business service in contrast, the
JMS protocol always works outbound, that is, the business service is putting the message
to a queue.
  • Create a new OSB project ConsumeOSBMessage and create a proxy folder
within it.


  •  Create a new proxy service and name it JMSConsumer.

  •  Navigate to the General tab.
  •  Set the Service Type option to Messaging Service.
 

  • Navigate to the Messaging tab
  • Set the Request Message Type option to Text.

  • Navigate to the Transport tab.
  • Select jms for the value of the Protocol drop-down listbox.
  •  Enter the end point url




  • Navigate to the JMS Transport tab
  • Set the Destination Type option to Queue.