Transitioning WSRP producer registrations from development to production
Hi there,
we're currently struggling a bit with the notion of producer registrations vs. the need for separating our development environment from production.
Here's what we do:
1. We create a producer connection in JDeveloper, but using the development server's portlet deployment as WSDL endpoint
2. We then continue to create some pages, instantiating portlets from the newly created producer as we go along
3. We deploy that to our development environment. All is well!
4. We (at some time in our projects lifecycle) try to go ahead and deploy to production. For that, we'd like to change the URL of the producer connection while preserving all the pages we composed (at design time), so far.
we're currently struggling a bit with the notion of producer registrations vs. the need for separating our development environment from production.
Here's what we do:
1. We create a producer connection in JDeveloper, but using the development server's portlet deployment as WSDL endpoint
2. We then continue to create some pages, instantiating portlets from the newly created producer as we go along
3. We deploy that to our development environment. All is well!
4. We (at some time in our projects lifecycle) try to go ahead and deploy to production. For that, we'd like to change the URL of the producer connection while preserving all the pages we composed (at design time), so far.
0