2 Oct 2013

Service-component architecture (SCA) and Overview of SOA

Service-component architecture (SCA) and Overview of SOA

Service-component architecture (SCA) is a group of specifications intended for the development of applications based on SOA, which defines how business process entities interact to perform business tasks.

  •      SCA provides an open, technology platform independent model for implementing IT web services that are defined in terms of a business functions and make middleware functions more accessible to the application developer
  •      SCA provides the Power of the Composite, a framework for standardizing and simplifying the building, deployment and management of atomic service components into a more granular composite.

SCA can be broken down into four major parts or models:

  •      Assembly Model: defines how components are combined, linked and packaged as services independent of the programming language.
  •      Implementation Model: defines how services are packaged and accessed for specific programming languages.
  •      Policy Model: defines service policies independent of the programming code.
  •      Binding Model: defines how components are accessed independent of the programming code.

20 Sept 2013

Unable to create an instance of the Java Virtual Machine error

At times we get an error message “Unable to create an instance of the Java Virtual Machine while opening JDeveloper.

OR

"Error occurred during initialization of VM

Could not reserve enough space for object heap"

 We can resolve this problem by increasing the virtual memory space for Jdeveloper. Follow below steps:
(This error was seen most of the times in 32 bit OS)


  1. Find for file jdev.conf which is usually in the path <Jded_Root_Folder>/ jdevbinjdevbin
  2. Search for a line with text “AddVMOption” and add this text “AddVMOption       -Xmx256M” below that line

After the change