Tag Archives: Error

How to make a field mandatory in JSPX page in ADF

In this scenario, we need to make <inputListOfValues> field as Mandatory, which means no NULL values are accepted and User cannot enter NULL value in the Field. We need to display an Error message when ever User submits the form … Continue reading

Posted in ADF (Application Development Framework) | Tagged , , , , , , | 2 Comments

Resolution for “error:src-resolve:type” error while working with XML schema files

While I was working on XML schema definition (XSD) files, during compilation I was receiving the below error – Servicebus:/XMLSchema/AccountingEntryEBS/Resources/Schemas/Meta1.xsd: 23:3:error:src-resolve:type ‘StringType@http://union.ca.net/EnterpriseObjects/Core/Common/V1′ not found. Reason: ‘StringType’ is the datatype referred in Meta1.XSD file, which have targetNamespace as ‘http://union.ca.net/EnterpriseObjects/Core/Common/V1’. So the … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , , , , , | Leave a comment

Error “requested array is larger than heap” in Weblogic Workshop while deploying into OSB.

I’m using Web logic Server 10.3.0. I have created a OSB application (Schema, WSDL, Business and Proxy service files) in Web logic Workshop. In workshop, I have created a Server connection to Web logic server. When I tried to Publish the … Continue reading

Posted in Oracle Service Bus (OSB) | Tagged , , , , , , | 2 Comments