oracle

Oracle Maven Repository in Nexus, authentication failure

Short overview of some last week failing builds at our site ;) Since a while ago it's possible to register proxy repositories in Nexus based on the Oracle Maven Repository. To be able to proxy this repository you need to make use of an oracle account for the autenthication before you can download the artifact. Let's check the logging to understand what it does (i can rephrase the logfile or just copy/paste it ;), when others google for it it will find the hit much easier) [code...

Oracle Composite – leftover oramds imports

On designtime we use the oramds to develop our processflows in our bpel processes. Basically the composite.xml part for a bpel process would look like this : [code language="xml"] [/code] [xml] [/xml] When you open the bpel in jdeveloper, jdeveloper will automatically add the next import to your .bpel file : [code language="xml"] [/code] The value from the...

Error deploying Oracle Composite with wrong encoding wsdl

We had some issues with deploying a composite which retrieves his wsdl for the partnerlinks from Nexus. The supplier of the services adds the archive with the wsdl artifacts in Nexus, we download the dependency and after that we compile/validate the composite against the downloaded set of artifacts. For one particular partnerlink the composite just wouldn't compile. Error message : [code language="xml"] Validating composite...

Invitation to Fusion Middleware Partner Community Forum

INVITATION TO FUSION MIDDLEWARE PARTNER COMMUNITY FORUM SOA & WebCenter & BPM & WebLogic Partner Communities Do you want to learn about how to sell the value of Fusion Middleware by combining SOA, BPM and WebCenter Solutions?We would like to invite you to become updated and trained at our Fusion Middleware Partner Community Forum on February 7th and 8th 2011 at the NH Hotel in Malaga, Spain. Register Now More...

SOA & E2.0 Partner Community Forum XIII coming up!

The registration for the upcoming SOA & E2.0 Partner Community Forum event is open! Please register here. "The Oracle SOA and E2.0 Partner Community Forum is a wonderful opportunity to: - learn how to sell the value of Fusion Middleware bij combining SOA and E2.0 solutions - meet with Oracle SOA and E2.0 Product management - exchange knowledge - learn from successful SOA, BPM, WebCenter and UCM implementations - understand Oracle’s Fusion Applications Strategy - network within...

My Oracle ACE trophy arrived!

Today i received a nice little present from Oracle! My ACE trophy, another one for the collection (though it's still quite...

Oracle ACE Award Invitation

Yesterday great news from the Oracle grounds, i received an invitation for the Oracle ACE Award! I'm honored they give me this chance and i will continue my contribution to the Oracle Community. The Oracle Ace Program Original...

Oracle Service Bus, JMS Request/Response pattern

Inspired by the article of Edwin about JMS Request Reply Interaction Pattern in Soa Suite 11g, i will show a little example of what functionality Oracle Service Bus supplies to implement the jms request/response (reply) pattern. The solution is quiet simple. Create the wls resources Create JMS Server, MyJMSServer Create JMS Modules, MyJMSResources Create a Connection Factory, MyConnectionFactory Create 2 queues, MyQueueIn (request message), MyQueueOut (response message) Create...

Oracle Fusion 11g, my first impressions

Last i finished the last day of the 3day Oracle Fusion 11g workshop. And i must say...i'm pretty impressed by the new stack Oracle presented. For development during the workshop i used my own vmware of fusion 11g on Centos. And it's a real killer when all components of the suite are up and running, my laptop had a tuff time. During the workshop we used the famous 'Order processing' tutorial to get in touch with the components of the fusion 11g. A short overview of what we have been...

Oracle Fusion Middleware 11g (ofm11g) on Centos 5

The new Oracle Fusion Middleware 11g just got released a few days back, so time to play with it! Oracle did a great job on the installation guide and quickstart again, so installation wasn't a real hard job. A short overview of the steps we need to follow Install Oracle Database (i used OracleXE) Create Schemas for Oracle SOA Suite and Oracle BAM by using Repository Creation Utility (RCU) Install Oracle WebLogic Server and Create the Middleware Home Installing Oracle SOA...