Questions tagged [osb]

Oracle Enterprise Service Bus is a fundamental component of Oracle's Services-Oriented Architecture that provides a loosely-coupled framework for inter-application messaging. It's abbreviation for Oracle Service Bus.

Quoting from Oracle website

Oracle Service Bus transforms complex and brittle architectures into agile integration networks by connecting, mediating, and managing interactions between services and applications. Oracle Service Bus delivers low-cost, standards-based integration for mission critical SOA environments where extreme performance and scalability are requirements.

OSB is a lightweight and scalable integration platform that delivers low-cost, standards-based integration for high-volume, mission critical SOA environments. It is designed to connect, mediate and interact with heterogeneous services, legacy applications, packaged applications and multiple enterprise service bus (ESB) instances across an enterprise-wide service network. Thus OSB can talk with itself and/or other internal and external applications and services.

This tag should be used for any questions related to OSB. For more details on OSB please refer the following links:

  1. OSB Homepage
  2. Documentation Homepage
  3. Downloads

Related Tags :

501 questions
-1
votes
1 answer

What is the best style of integration considering a large volume of transactions and guaranteed delivery?

Considering a company with more than 1000 points of sales in the country needs to send sales recorded in your store to your sales center a couple of times during the day. What is the best integration strategy to ensure delivery? Use a JMS queue at…
Daniel
  • 1
  • 1
-1
votes
2 answers

OSB Response message is not coming?

When i deploy the composite in the OSB Console and Execute with some payload in the Response section it is showing The invocation resulted in an error: Not Found. What might be the reason.
-1
votes
1 answer

converting OSB to Camel/Spring

I have inherited a large body of OSB code. I want to move to a free platform such as the offerings from Apache. Is this an easy thing to do? What sort of pain would I expect? Regards, Richard
rick.it.2004
  • 231
  • 4
  • 11
-1
votes
1 answer

how to test xqueries manually where elements >200?

currently i am working on one of the service where consumer can send 250 elements in request and i need to do the mapping for all inbound elements using xquery transformation. Can someone let me know if there is any optimal way or any tool to test…
Yaniv
  • 11
  • 3
-1
votes
1 answer

How to query OSB (ALSB) service bus messages?

Is it possible to use the OSB JMX interface to query the messages going through the service bus?
yazz.com
  • 57,320
  • 66
  • 234
  • 385
-1
votes
1 answer

Duration in time is giving in OSB xquery 3 hour but i need Duration 03 hour

The below XQuery code returns: Duration=3 hour but I expect: Duration=03 hour What am I doing wrong? { let $hour :=…
Sai
  • 17
  • 4
-1
votes
1 answer

xslt: check the elements in XML file, add if expected elements are missing in it

I will get a fIXML message like below.
subash
  • 13
  • 2
  • 9
-1
votes
1 answer

how to read xml file in xquery

I am trying to read an xml file using XQuery. On trying a lot in google what all I found relevant is doc() function. But it is not working for me. I have kept my xml file and Xquery under same folder in eclipse. But Xquery is giving error:…
Abha
  • 1
  • 1
  • 2
-1
votes
1 answer

Xquery - walking two sequences in parallel

I am trying to turn the results of 2 strings from: A,B,C 1,2,3 to A 1 B 2
sparkey
  • 3
  • 1
-1
votes
1 answer

oracle service bus how to transform message and insert current datetime in osb

i have a message. While proxy service request, i want insert current datetime to message.How can do it?.Please help me.I am using xslt transform but osb do not support xslt 2.0.
Bang Chan
  • 15
  • 4
-1
votes
1 answer

How to loop through xml nodes in Oracle Service Bus console - Xquery?

I have created a Proxy Service in pipeline I wanted to transform the incoming xml to some other structure. Like $100 E100 Should be transformed…
Sahal
  • 4,046
  • 15
  • 42
  • 68
-1
votes
1 answer

Find objects in other list thanks to a key

I need to do a specific XQuery Transformation, in an OSB flow. Input has this form : // multiplicy : * // multiplicy : *
MTranchant
  • 485
  • 1
  • 7
  • 23
-2
votes
1 answer

Xquery return multiple values instead of one: For loop in xquery in osb

Containers element should not repeat.. Under containers the loop should repeat Example: "Containers": [ { "I'd":"2", "Name":"sai", "Age":"23" }, { "I'd":"3", "Name":"Kumar", "Age":"25" } ] Note:…
-2
votes
1 answer

OSB - sending request to many endpoints

I need to know if using Oracle Service Bus 11g I can send request to more then one endpoint at the same time. I really would like how to do it. regards, Arek
airarek
  • 1
  • 1
-2
votes
1 answer

file record delimeter validation in xsd

Require you help in getting the below one. Requirement : We are getting data in file using , as a delimeter . Example Data : 12345,aaaa,bbbb,ssc,aaa,99999999,xxx@gmail.com So my problem is when we are using it in nxsd , can we validate the data…
1 2 3
33
34