Someone knows how to get a user's roles in a Oracle SOA 11g BPMN application from a backing bean in a TaskFlow??
I need to know the role of the user in order to activate some fields, my idea is to get it from the backing bean and do something. is there a better way to do this?
...
Do you have some hint, a reference, an example of how to integrate Oracle SOA Suite 11g (BPMN or BPEL) security with the ADF TaskFlow's security of the human tasks???
...
Hi,
I am upgrading Oracle middleware suite from 11.1.2 to 11.1.3. When creating my weblogic domain, come to the step of testing database schema connections, it works fine (I have upgraded DEV_SOAINFRA to 11.1.3).
However, when I start my weblogic admin server, I have this error : Received exception while creating connection for pool: ...
I am in a scenario where I have to integrate with a 3rd party system here at my job that exposes Java-based web services. I can parse the service WSDL definitions and generate proxy classes and interact with them just fine in the .NET world. However, the services aren't very "clean" in the sense that the property names in the Java app's ...
I have an app that uses a couple of SOA calls to get some information from a database. For now we have been sending these calls to a test server, but in the near future the QA team will be using this, and they have their own QA database, and then of course we have the production server.
Normally I would do an #if #define type of deal, ...
1) I have an external customer who will be hitting a web service. This external webservice will be using SSL and signed with a certificate. No prob here... This uses wsHttpBinding.
2) I have an internal service that does all the actual work. It uses SSL without any client credentials. In other words, we trust our front box. This u...
I have to create a Java EE application which converts large documents into different formats. Each conversion takes between 10 seconds and 2 minutes.
The SOAP requests will be made from a client application which I also have to create.
What's the best way to handle these long running requests? Clearly the process takes to much time to r...
I am a developer at my office where SOA development is at its peaks. We use IBM MQ, IBM Message Broker and Java/J2EE Technologies.
I have been currently put into project where Message Broker is used to develop a middleware which interacts between two applications. I am not quite sure if Message Broker is the right option for such kind ...
I'm looking for some thin layer on top of handling HTTP requests that can easily do routing to different backends, based on the uri / rest verb / actual service location / .... This layer should also handle encoding into whatever the requested format is (xml / json / returning binary data / etc.).
The most important point though is to m...
Hi, my plan is to develop or use a Java-based integration framework (ESB, SOA whatever) that deals with services, with the following constraints:
a Service can be deployed on multiple machines but doesn't have to be present on every one of them
a Service can be deployed and re-deployed (with a newer version) separately
a Service is con...
I learn that Service Layer is above Business Logic Layer and we call Service Layer from Presentation Layer.
But in project do we call Web or WCF service defined in same application? If we exposed all our logic in service layer and call the services rather than methods in business logic layer, it should has a sacrifice in performance. I d...
I have created a class that implements IDispatchMessageInspector and in the AfterReceiveRequest method I can get the action in this form: "http://example.com/contract_name/operation_name"
Is there a good way that I can get figure out what method that is in my contract interface? Can I do it using the same code that WCF uses to find what...
Couchdb is great at storing and serving data, but I'm having some trouble getting to grips with how to do back-end processing with it. GWT, for example, has out of the box support for synchronous and asynchronous call backs, which allow you to run arbitrary Java code on the server. Is there any way to do something like this with couchdb?...
Can i check what are the pros and cons of having a generic web service for different service provider and having a separate web service for each service provider?
Is there any articles i can reference also?
...
Can i check what are the pros and cons of having a generic web service for different service provider and having a separate web service for each service provider?
Is there any articles i can reference also?
...
If I have a service that makes RPC calls (say to web services, or restful services, or just to scrape data from a url, etc), is it possible for me to have it timeout after 5 seconds?
I don't want it to hang and then crash if the remote service is down, rather try for x seconds, if its down, then just carry on to the next remote service ...
Sorry for the very involved question, but this is something I've been researching for a while now and it is really frustrating me. I feel like in today's age we have a million and one ways to implement services tat are cross-platform (SOAP) and easy to build (thanks to .NET, java, and other frameworks). However, these technologies have...
Possible Duplicates:
SEO: Where do I start?
Good Resources on SOA?
Hello my question as title!
thanks a lot
...
As per my understanding regarding N-Tier and SOA architecture.
N-Tier
N-Tier means dividing application into layers, Example I am developing application in asp.net and I pushed total DB Layer to WCF then it is called N-tier.[Tightly coupled]
SOA[Loosely coupled]
As per my understanding regarding SOA its very generic term and how well...
Hi all:
My usual way of working on web development is to split the project into three tiers, which are:
Data Tier - Accessing Relational Database of all sorts, based on requirements
Server Tier - providing services to client-side controller calls.
Client Tier - Rendering the view as well as loading the controller javascript.
Basi...