Oracle Service Bus (OSB) - Reading contents of a file line by line

Hi Guys,
I have picked up a file from a remote location using a proxy service. I then pick this file up from my local location using another proxy service (Protocol: file; Get All Headers: No). Now the problem is that I would like to read each and every line contained in this file, that I have picked up from my local folder. After having read the line, I would like to route each line to a web service.
Can somebody who knows their way around the OSB help?
Thanks,
Ophola..

Hi Hisaak,
Here is the scenario:
1. I have created a MFL resource that is going to tranform the file into xml.
2. I have added a Request Pipeline, with 2 stages (stage1 for the transformation, stage2 for looping through the elements in the new generated xml object), to my Proxy Service (that picks up the file).
I added and 'If..then..' condition to stage 1. As I have previously mentioned, I want to perform my transformation at this level. So I added an 'action' -> 'message processing' -> MFL Transform. The file seems not to be found, it gets lost somewhere. The problem that I have now is to get the file name from the proxy service request. I have used the following xquery: $inbound/ctx:transport/ctx:request/tp:headers/file:fileName . I think this is wrong as I always get a PipelineException: Binary to XML mfl transformation failed for the MFL Resource "abcde" : Input to non-xml to xml mfl transformation is invalid. On other forum posts they suggest that if you wanna get the filename you have to use the $inbound structure.
Do you have any suggestions?
Thanks,
O..

Similar Messages

  • Query regarding the tutorial for Oracle Service Bus (OSB 10gR3)

    Hi,
    I am working on a tutorial of Oracle Service Bus (OSB 10gR3).
    I have created the proxy service and the Business Service, using Oracle Service Bus console.
    The details are as follows:
    Proxy service: LoanGateway
    Business service1: A value of 4.9 or less causes the message to be routed to the ManagerLoanReview business service.
    Business service2: A value of 5.0 or greater causes the message to be routed to the NormalLoan business service.
    When i send the request message, so that it gets routed from proxy service to one of the business service than it gives following error.
    Request Document
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <exam:processLoanApp xmlns:exam="http://example.org">
    <loanRequest xsi:type="java:LoanStruct" xmlns:java="java:normal.client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!--Optional:-->
    <java:Name>Smith</java:Name>
    <!--Optional:-->
    <java:SSN>1234567</java:SSN>
    <!--Optional:-->
    <java:Rate>4.1</java:Rate>
    <!--Optional:-->
    <java:Amount>9000000</java:Amount>
    <!--Optional:-->
    <java:NumOfYear>10</java:NumOfYear>
    <!--Optional:-->
    <java:Notes>Manager Loan Application Review Service</java:Notes>
    </loanRequest>
    </exam:processLoanApp>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Document
    The invocation resulted in an error: .
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>
    BEA-380002: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Metadata
    <con:metadata xmlns:con="http://www.bea.com/wli/sb/test/config">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </con:metadata>

    I have the same problem and I'm not able to telnet localhost on port 7021. How can I change this port number I think that port must be 7001, it is correct?Examples server domain is pre-configured for port 7021. The samples domain will have the examples properly deployed in this domain out of box. You dont need to change any thing in {BEA_HOME}\osb_10.3\samples\domains\servicebus\config.
    I doubt this has to do something with firewall . Check the last statement in the log after starting the domain.
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.177.242.25:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Development Mode>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "mneelapu", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "XYZ-v411-10-177-242-25.oracle.com", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    What are you seeing in your log file?
    Edited by: mneelapu on May 19, 2009 9:58 AM

  • Oracle Service Bus (OSB) 10.3.1, now available

    See:
    http://www.oracle.com/technology/software/products/osb/index.html
    A new version of the Oracle Service Bus (OSB 10.3.1) is now available, quick list of new OSB features:
    * JCA Transport with certified JCA adapters
    * Support for generating config.jar from command line or ant task.
    * Enhancements to native MQ Series Transport.
    * New APIs to support the SOA Management Pack for OSB.
    Marc
    http://orasoa.blogspot.com

    Hi
    I have wls 10.3.1 installed on my local machine. I installed it as part of configuring FMW 11g. I am trying to add
    OSB component to it by running : osb1031_wls103_win32.exe.
    But I am receiving the following error message:
    The product maintenance level of the current installer ( wls 10.3.0.0) is not compatible with the maintenace
    level of the product installed on your system (wls 10.3.1.0). Please obtain a compatibile installer or perform
    maintenance on your current system to achieve the desired level.
    So my guess from the above message is that "osb1031_wls103_win32.exe" is for wls 10.3 and not for wls 10.3.1.
    Where can I get the OSB installer for wls 10.3.1? or how can I fix the above error?

  • Oracle Service Bus (OSB), Eclipse --- and statement of direction

    Can somebody please explain what this means in: http://www.oracle.com/technology/products/integration/service-bus/docs/Oracle-Service-Bus-SOD.pdf
    +...The web-based console was complemented in the 3.0 release with full IDE support in Eclipse. The Eclipse capabilities will be ported to Oracle JDeveloper to provide a one-stop IDE for all SOA design needs. Until that port is complete, customers will still be able to use the Eclipse environment as IDE (in addition to the web-based console)...+
    More specifically: what will happen to the Eclipse OSB plugin/workshop once the JDeveloper port is complete?
    A) will it cease to exist and/or be terminated?
    B) will it remain as is, without keeping the functionality in synch with new stuff in JDev?
    C) will it continue to evolve side-by-side with JDev?
    Thx,
    -J.

    I think it is clear that Oracle will remain commited to Eclipse in terms of deploying java applications to WebLogic, they will provide some plugins for some time to come. You will however see oracle specific products, such as OSB, Portal, etc removed from Eclipse and ported to JDev. The reason for this is that Oracle can release new releases within their timeframe. If Oracle rely on Eclipse to deliver some functionality before they can release new products then they will be doing their customers a disservice.
    This statement in the SOD clearly states that JDev is the strategic platform and the Eclipse IP will be ported to JDev in the future:
    Design-Time Environment
    JDeveloper is the IDE of choice for SOA development at Oracle. AquaLogic Service Bus users have traditionally been using the web-based console to design, manage and monitor ESB flows. The web console is a key differentiator for ALSB (now Oracle Service Bus) and will therefore remain a primary design
    environment moving forward.
    The web-based console was complemented in the 3.0 release with full IDE support in Eclipse. The Eclipse capabilities will be ported to Oracle JDeveloper to provide a
    one-stop IDE for all SOA design needs. Until that port is complete, customers will still be able to use the Eclipse environment as IDE (in addition to the web-based
    console).
    cheers
    James

  • Read contents of a file line by line

    I want to code a form such that it reads a text file line by line!
    i have found the code that includes the text file in res folder and it reads also the contents!!!
    but my problem is that i want it to read one line at a time and next line afterwards at another click!!!

    This is the main code bt the problem is i dont want it to read whole file at once..............
    I want it to read one line at a time.....
    thanks for the help any ways.........
    public void commandAction(Command c, Displayable s){
        String label = c.getLabel();
        if (label.equals("Read")){
          String string = file();
          if (string != null){
            alert = new Alert("Reading", string, null, null);
            alert.setTimeout(Alert.FOREVER);
            display.setCurrent(alert, form);
        } else if (label.equals("Exit")){
          destroyApp(false);
      private String file(){
        InputStream is = getClass().getResourceAsStream("help.txt");
        StringBuffer sb = new StringBuffer();
        try{
          int chars, i = 0;
          while ((chars = is.read()) != -1){
            sb.append((char) chars);
          return sb.toString();
        }catch (Exception e){}
        return null;
      }

  • Problem in oracle service bus osb proxy service message flow

    i want to create a proxy service master which take 4 paramaeters as follow
    -master business service
    1- username 2-password 3-phonunumber 4- vouchernumber
    then i need to map to open session business service
    that will take 1-username 2- password from the same previous input
    then recharge business service will take 1-phonenumber 2-voucher number from master service, and session object from open session
    then call to closesession business service that will take the session output from opensession and will send the output "status" to the masterproxy :)
    any one can help me here? its urgent
    Edited by: user13027256 on Nov 29, 2011 12:53 AM

    Hi ,
    In proxy service master , carry out steps in different stages to have better audit trail
    1. Assign your input payload(request stack) to a variable($request)
    2. Use a Service Callout action to call open session business service and provide the request payload[username & password] for Business Service from the stored variable($request or $body ) using xpath expressions. U need to store the Business Service resoponse in a variable ($responseBS)
    3. Then i think u need to call another recharge Business Service, again use a Service callout action and do the same as for above callout using $ request and $responseBS variable to construct your payload.
    4. Use a route action at the end to call closesession business service, use $responseBS to have sessionOutput.

  • Oracle Enterprise Service Bus (OESB) or Oracle Service Bus (OSB) ?

    Which product to choose for a new project? Some of them strategic product ?
    What are the advantages and weaknesses?

    As this is not a Certification question, moving to OSB community.
    Thanks,
    Lisa

  • Need to Import an application built using Oracle Service Bus on Oracle Public Cloud

    I have built an application using Oracle Service Bus (OSB) eclipsed IDE which transfers file from server1 to server2, reads the transferred file, transforms it into a payload and calls a webservice. I have tested this application locally by installing Oracle Service Bus on one on my servers.
    I have java as a service account on Oracle Public Cloud. I would like to import the above application onto Oracle Public Cloud. I am not sure if the Weblogic domain on Oracle Public Cloud has enabled OSB or not.
    Let me know if someone can help me.

    Hello,
    Oracle Service Bus is currently not supported in Oracle Java Cloud Service.
    Oracle Java Cloud Service supports deployment of JavaEE and ADF applications.
    -- Nilesh

  • OSB: Oracle Service Bus 10.3.1 Available for download

    http://www.oracle.com/technology/software/products/osb/index.html
    A new version of the Oracle Service Bus (OSB 10.3.1) is now available, quick list of new OSB features:
    * JCA Transport with certified JCA adapters
    * Support for generating config.jar from command line or ant task.
    * Enhancements to native MQ Series Transport.
    * New APIs to support the SOA Management Pack for OSB.
    Marc

    Hi..
    It's working (mostly) well now. The original implementation with ALSB/OSB 3.0 wasn't good, we got a patch for it back in December which contained big changes, so I presume that they back ported changes that were already in progress for the newer releases.
    However that patch wouldn't read from Queue Aliases, since it was performing a queue depth.. We receievd another patch early in May that fixes this.
    However we had an issue in production over the weekend, where the queue readers stopped reading, it looks like the problem was caused by a network router going funky, we've been trying to reproduce the situation in a local environment but not managed to replicate it yet, so it may be a rare case of events that causes the problem.
    I'd suggest trying the 10.3.1 version out against an Alias Queue, if you get the MQ messages Completion code 1 Reason code 2068, then this is the queue depth issue, and you'll need to get a support case going.
    We used the foreign jms okay for a long time, the only issue with it was firewalls chopping connections when writing (if no message written for a period of time less than an hour (firewall cutoff period)), this caused a connection hang for 6 minutes before it would realise the connection was actually dead before it created a new one. But we've been using the MQ transport for writing to queue since december with no problems. We were using the foreign jms for reading until last week.
    ..Regards.
    ..Mark.

  • [OSB] Oracle Service Bus: select database DBadapter runtime

    Suppose you have 2 databases DB1 and DB2 and both have the SCOTT scheme with the EMP table. The default way to gain access to the databases in the Oracle Service Bus (OSB) is by defining 2 database adapters and defining a business service on each adapter:
    - BS1 DBadapter1 DB1.SCOTT.EMP
    - BS2 DBadapter2 DB2.SCOTT.EMP
    With this setup you can define a proxy service and let the message flow decide which adapter to call.
    Now change this configuration a little and suppose you have 25 databases, you can define 25 database adapters and 25 business services, but that involves a lot of repeating work of defining adapters and business services. A more elegant configuration is one business service with one database adapter, and the database connection is set runtime in stead of design time.
    PS BS DBadapter DB1.SCOTT.EMP ... DB25.SCOTT.EMP
    The challenge is: how do you configure the database adapter runtime (called by an OSB business service).
    With kind regards,
    Jornica

    Oracle Service Bus 10gR3 contains the JCA framework which will eventually allow us to exploit the whole set of JCA adapters currently in use in BPEL Process Manager. Over the next few months several JCA adapters will be certified to be used with Oracle Service Bus - the Database adapter is one of the first of these.
    As for SOA Suite and WebLogic bundling, let me explain. SOA Suite contains the following products:
    BPEL Process Manager
    Business Activity Monitoring
    Business Rules
    Web Services Manager
    Complex Event Processing
    B2B
    ESB (the old Oracle ESB product)
    Service Bus (formerly AquaLogic Service Bus from BEA)
    This does not come with an application server as the suite is hot-pluggable (i.e. can be used with a number of application servers). However, the preferred (and cheaper) approach is to purchase SOA Suite and WebLogic Suite (which contains iAS, WebLogic Enterprise Edition, Coherence, JRockit with 100ms deterministic garbage collection and WebLogic Operations Control). This is because some of the elements of the SOA Suite only currently run on iAS (B2B) and some only run on WebLogic Server (Oracle Service Bus) although in the future these will also become hot pluggable.
    To find out more, check out the SOA Suite and WebLogic Suite pages below:
    [SOA Suite|http://www.oracle.com/technologies/soa/soa-suite.html]
    [WebLogic Suite|http://www.oracle.com/appserver/weblogic/weblogic-suite.html]
    You will find the DataSheets are particularly useful for giving you an overview of the suite.
    Hope that helps.
    Chris

  • Service Bus(OSB) not harvesting Endpoint to Enterprise Repository(OER)

    Hi,
    I am harvesting a WSDL-based HTTP Proxy Service from Oracle Service Bus (OSB) to Oracle Enterprise Repository (OER) but the Endpoint is not harvested. The other artifacts are harvested successfully.
    Can someone please help
    Thanks,
    Umar

    Hi Anuj,
    Here is the info you requested:
    *1. Exactly which version of OSB and OER are you using?*
    OSB version: Oracle Service Bus 11.1 Sun Dec 18 03:49:34 PST 2011 1447174
    OER version: Oracle® Enterprise Repository 11.1.1.6.0 (v11.1.1.6.0-111103_0001-1437995)
    *2. What type of proxy services are you publishing?*
    Proxy Type: Web Service - SOAP 1.1 (WSDL:OSB_PR_POC/OpenAccount, port="OpenAccountServicePort")
    My proxy service routes to business service.
    *3. If it is a WSDL based proxy then are you able to see enpoint URL in exported WSDL from proxy?*
    OSB shows the Endpoint information(Endpoint URI      /OSB_PR_POC/PS_OpenAccount)
    I don't exactly understand what you mean by 'exported WSDL'
    *4. Did you harvested the configuration from OSB machine itself?*
    The OSB and OER are on the same machine. Used the OSB command line harvester to harvest the project. So, Yes, harvested the configuration from OSB machine.
    *5. Can you provide the harvesting log?*
    Please find below the logs:
    E:\Oracle\Middleware\Oracle_OSB1\harvester>"C:\PROGRA~1\Java\JDK17~1.0_0\bin\java"     -Dweblogic.home="E:\Oracle\MIDDLE~1\WLSERV~1.3" -Dosb.home="E:\
    Oracle\MIDDLE~1\ORACLE~2" com.oracle.oer.sync.framework.Introspector -harvester_home "E:\Oracle\MIDDLE~1\ORACLE~2\harvester"
    log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
    log4j:WARN Please initialize the log4j system properly.
    +0 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.6.0-111020_0001-1434818+
    +250 [main] INFO com.bea.alsb.harvester.container.OSBInstance - OSB Harvester created a temporary directory (C:\Users\c74945\AppData\Local\Temp\3\OS+
    B11gConfig) for the configuration framework data. This directory will not be automatically deleted.
    +<Aug 29, 2012 12:03:21 PM AST> <Info> <OSB Offline> <BEA-000000> <Initialing ALSB in offline mode. Install dir: E:\Oracle\MIDDLE~1\ORACLE~2 config dir+
    +: C:\Users\c74945\AppData\Local\Temp\3\OSB11gConfig>+
    +<Aug 29, 2012 12:03:23 PM AST> <Alert> <OSB Security> <BEA-387042> <There is no user password credential mapper provider configured in your security r+
    ealm. Oracle Service Bus service account management will be disabled. Configure a user password credential mapper provider if you need OSB service acc
    ount support.>
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Resource SDK".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Resource SDK" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Custom Resource SDK".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Custom Resource SDK" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XSLT Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XSLT Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XML Schema Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XML Schema Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "MFL Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "MFL Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "WS-Policy Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "WS-Policy Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "WSDL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "WSDL Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XQuery Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XQuery Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "JCA Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "JCA Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XML Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XML Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Archive Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Archive Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "JNDI Provider Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "JNDI Provider Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "SMTP Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "SMTP Server Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Proxy Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Proxy Server Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Global Settings Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Global Settings Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "UDDI Registry Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "UDDI Registry Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397037> <Initializing Proxy Service Repository>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397038> <Proxy Service Repository Intialized>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397039> <Initializing Business Service Repository>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397040> <Business Service Repository Intialized>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "FLOW Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "FLOW Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Resource SDK".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Resource SDK" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Custom Resource SDK".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Custom Resource SDK" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XSLT Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XSLT Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XML Schema Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XML Schema Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "MFL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "MFL Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "WS-Policy Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "WS-Policy Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "WSDL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "WSDL Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XQuery Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XQuery Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "JCA Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "JCA Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XML Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XML Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Archive Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Archive Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "JNDI Provider Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "JNDI Provider Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "SMTP Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "SMTP Server Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Proxy Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Proxy Server Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Global Settings Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Global Settings Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "UDDI Registry Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "UDDI Registry Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <Monitoring> <BEA-000000> <New Metadata version is 0>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "FLOW Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "FLOW Resource" started.>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390020> <Config Service is initializing for the first time>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project System>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project _static>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project default>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/JNDI Providers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/Operator Settings>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/Proxy Servers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/SMTP Servers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/UDDI>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390022> <Creating out-of-the-box resource: Operations System/Operator Settings/GlobalOperationa+
    lSettings>
    +8393 [main] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation starting.+
    +10452 [main] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation complete.+
    +61402 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Successfully completed the harvest+
    Starting OERWriter Shutdown and Clean up...
    Let me know if you need anymore info.
    Thanks.

  • Oracle Service Bus

    Hi
    We are trying to use Oracle Service Bus for a large-volume (> 1GB) file-based interfaces with external partners. Have anyone implemented such integration scenario? Any constraints / limitations of OSB/ Weblogic / File Adapters? What sort of FTP mechanism can we use with it?
    regards,
    sdas

    Hi,
    Here are some pointer for you...
    SFTP transport supports processing of large messages. When you configure a proxy service, you can enable content streaming and specify whether large messages must be buffered in memory or in a disk file.
    http://docs.oracle.com/cd/E23943_01/dev.1111/e15866/http_poller.htm#i1085854
    Attachment option allow the proxy service store MIME attachment content to a disk file and then process the data in a streaming fashion without buffering the attachment contents in memory. This enables the proxy service to process large attachments robustly and efficiently.
    http://docs.oracle.com/cd/E23943_01/dev.1111/e15866/ui_ref.htm#OSBDV367
    Streaming body Content and Best Practices for Using Content Streaming
    http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/context.htm#OSBAG314
    Please let me know if this was helpful...
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question
    https://forums.oracle.com/forums/ann.jspa?annID=330

  • Oracle Service Bus 11g (11.1.1.3.0) failing to start

    I have installed Oracle Weblogic 10.3.3 (11g with Patch Set2) on a Windows XP SP2 32-bit machine. I was able to configure and start the AdminServer without any issues. Next, I installed Oracle Service Bus 11g (11.1.1.3.0) on top of WLS 10.3.3 (11g) on the same machine. I extended the previous weblogic domain (AdminServer only) to include Oracle Service Bus (OSB) features. OSB server was configured successfully.
    However, the AdminServer and OSB server is now failing to start successfully. It is failing to deploy and load the OSB applications (e.g. - OSB Console, File Adapter, SB Transport Adapter etc. ). While configuring the OSB domain, OSB application got targeted to both AdminServer and OSB server. Have you encountered this issue before? I tried to start the managed server from command prompt and Admin console

    Few links which you may refer -
    auto start weblogic 11gR1 as windows service?
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html
    http://blogs.oracle.com/middleware/2010/09/startup_scripts_for_weblogic_and_soa_suite.html
    Regards,
    Anuj

  • [OSB] - Oracle Service Bus 11gR1 ?

    Hi everyone!
    I'm evaluating Oracle Service Bus 10gR3 (10.3.1.0) which I downloaded from http://www.oracle.com/technology/products/integration/service-bus/index.html . Since I've seen that lots Oracle Products are alreadly released as of the platform 11g I'd like to know what are the Oracle plans for the OSB. Is there a new version at development to be added to the 11g platform ? I've read an Oracle Statement of Direction regarding a merge between OESB and OSB but it wasn't clear about some issues:
    1- If I'm developing an application with eclipse using the current 10.3.1.0 version is there gonna have big changes in the 11g version?
    2- Is the Oracle Workshop for Weblogic plugin for eclipse gonna be continued ? Because I'm using it.
    As I understood from the document, OSB will "envelop" the OESB which will serve as a Mediator component, so I suppose I can keep using OSB now and adapt it for the 11g platform, is that right ??
    Thanks

    1- If I'm developing an application with eclipse using the current 10.3.1.0 version is there gonna have big changes in the 11g version?No. Your application (called configuration in OSB parlance), will be compatible when you migrate to OSB 11g Version. OSB auto upgrades when the configuration developed in OSB 10.3.1.0 is imported into OSB 11g.
    For your evaluation, I have seen configurations developed during ALSB2.1, deploy into OSB 10.3.1.0 with out any issues (though documentation doesn't explicitly mention or guarantee this).
    2- Is the Oracle Workshop for Weblogic plugin for eclipse gonna be continued ? Because I'm using it.Eclipse based development environment (OEPE) will be supported with OSB 11g. This OEPE based environment will offer all functionality that is being currently offered by Oracle Workshop for Weblogic.
    As I understood from the document, OSB will "envelop" the OESB which will serve as a Mediator component, so I suppose I can keep using OSB now and adapt it for the 11g platform, is that right ??Absolutely, configuration developed in OSB10.3.10 can be used out of box in OSB11g.
    Manoj

  • Oracle OSB 11G. Unable to find Oracle Service Bus Configuration Page.

    Hi All,
    Sorry for the apparent silly question but I am studying and learning the product.
    I have the OSB 11G installed and running with a proxy service working and routing requests. The Oracle ESB documentation http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15866/ui_ref.htm#i1327746 at chapter 4.4.2 New Oracle Service Bus Configuration Project Wizard
    Use this wizard to create an Oracle Service Bus configuration project. For configuration options, see Section 4.4.3, "Oracle Service Bus Configuration Page."
    4.4.3 Oracle Service Bus Configuration Page.
    I don't see the configuration page in anywhere in the left pane of the console. Am I missing something? The project creation works fine but I just don't see the configuration Wizard.
    Thanks.
    Regards
    Salvatore Ilardo

    The link which you are referring is for user interface objects in the Oracle Service Bus plug-ins and OSB plug-ins are used with OEPE (Oracle Enterprise Pack for Ecplise) for OSB development. OEPE is the only supported IDE for OSB development as of now.
    Remember, at a time, one and only one Oracle Service Bus Configuration project can be deployed in a OSB domain which may contain desired number of Oracle Service Bus Projects and that's why there is no provision of creating Oracle Service Bus Configuration Project in sbconsole GUI. In IDE, you may create many Oracle Service Bus Configuration Project and that's why it has a Oracle Service Bus Configuration Project Wizard.
    Regards,
    Anuj

Maybe you are looking for