Deploying  jsp into testing/staging/developement/production environment

Hi,
I have a jsp, say header.jsp. It has,say 2links. All these links have different URL's based on the environment this jsp is deployed.
Snippet of JSP deployed for Test enviroment:
test_env=hostname:portnumber
contextroot=webappln
        <TD><A href="https://test_env/webappln/querystring">products</A></TD>
        <TD><A href="https://test_env/webappln/querystring">services</A></TD>
        prod_env=hostname:portnumber
contextroot=webappln
Snippet of JSP deployed for Production enviroment:
        <TD><A href="https://prod_env/webappln/querystring">products</A></TD>
        <TD><A href="https://prod_env/webappln/querystring">services</A></TD>
        Problem: For system testing, we need to deploy the code in test/staging and developement servers before it goes into production. Right now i have only one JSP. If i follow my lame procedure, i have to create 3 JSP's for each environement and deploy it in three diff env.Is there a better way?. How to eliminate the duplicate and redundant code in jsp. If the URL's change, need to change at 3 places.Its a big maintenece mess too.
Insted of making three different jsp's for each environment, i want to use single jsp and dynamically figure out the enviroment and generate the urls appropriately. That way we need to maintain only one JSP. No matter where its deployed(test/stage/dev) the URL's are dynamically generated.
Snippet of JSP which dynamically generate web resource URL's based on the Env
        //Determine the environment type
        //Generate URL's with proper hostname, port # and context root and set place holder       
       <TD><A href="https://{place holder}/querystring">products</A></TD>
       <TD><A href="https://{place holder}/querystring">services</A></TD>
        Any pointers of how to implement the above case. Any help greatly appreciated.
Thanks,
DHM

Check the action part of the html form tag. On problem I see is in the dev environment you had file.jsp under /jsp but in the production you have it under /dir. This could just be a typo.

Similar Messages

  • Deploye to QA (test) from development environment

    Hello all,
    I have a project (main dw project name) with multiple folders, each folder represents a project (like data mart and other file processing with different functionality of the DW).
    I am having the problem is deploying to QA(test) environment, which should be all codes as in development.
    Could you please let me know how do I do the export and import on the folder and related objects (variable and KM).
    I did try with folder only, but missed all variables(over 20) and all KM (around 10), now I need to do the export on these 30 files.
    Is it possible to this individual folder to be migrated through solutions,
    any help would be greatly appreciated.
    Thanks,

    Hello Bhabani,
    what is smart export/import, and how do I do that and what it does?
    Yes, if i do drag the complete project to the solution then it will take all component associated with it (variable/folder/km etc)
    But I want only one folder the project has multiple folders, I am looking for a method to deploy one folder with all related objects (variables and KMs)
    any help would be greatly appreciated.
    thanks

  • Automatic Deploying of Portal Configuration from Staging to Production Environment

    Hello,
    I'm anlyzing the opportunituy to write an automatic procedure that synchronize
    our WebLogic Portal production environment with the staging one. These two environments
    are physically separated.
    I have found the BEA Propagation Tool. However it seems that is not possible to
    define a procedure that is really totally automatic.
    Firts of all, it is necessary to hava an manual operator that selects the objects
    that have to be propagated and after starts the propagation process.
    Besides it is necessary to have database connections beetween the progation tool
    and both the environments.
    What I'm looking for is a solution that
    1. analyze the staging environment
    2. export some files that contain both code, configuration and data (code, LDAP
    and DB data)
    3. import these files into the second enviroment
    has someone deal with this problem?
    Thans in advance
    Ciao

    Manish,
    to answer your questions -
    1. You can find the exact date and time for these refreshes/maintenance schedule on your production pod. Just go to 'Training & Support' in your production. There will be a calendar in which you can see the maintenance schedule. The details are quite accurate. to be sure of the time I would suggest you get in touch with the Service/Support rep at Oracle.
    2 & 3) Oracle CRM On Demand provides a Migration Tool that can be used to migrate configuration changes from on POD to another. This can be between Staging --> Production and vice versa. Although, I would recommend that you go through the migration tool bookshelf and understand in detail the use of this tool. There are limited configurations that can be migrated. So it would be wise to create a plan based on what changes you are looking to migrate.
    Note: Reports are copied on the Staging after the refresh only from Prod to Staging. This does not happen from Staging to Production. Reports will have to be created in Production and will be copied on Staging on a Quarterly basis (Check your refresh schedule)
    4) You can use the migration tool to migrate configuration changes from a live environment into another instance.
    The migration tool can be downloaded from:
    Admin --> Import and Export Tools -->Oracle Migration Tool On Demand
    You can download the Migration Tool Bookshelf here:
    http://docs.oracle.com/cd/E22393_01/books/OnDemMigrTool.pdf
    Thanks,
    Royston

  • Service product replication for test and developement system

    Hi Experts,
    In our scanario service product is created in production system and later manually created in test and developement system.
    Is there is any standard function module avilable to replicate the product master data into test and developement system
    Or Is it possible to use the middleware functionallity to replicate the service product details.
    Please advice on this issue.
    Thanks,
    Senthil .R
    Edited by: Senthil Vadivelan R on Dec 17, 2007 3:46 PM

    You can use the FindFile method in the TS API:
    FindFile Method
    Syntax
    Engine.FindFile ( fileToFind, absolutePath, userCancelled, promptOption = FindFile_PromptHonorUserPreference, srchListOption = FindFile_AddDirToSrchList_Ask, isCommand = False, [currentSequenceFile])
    The function itself returns a boolean which indicates if the file exists or not. 
    Then just use a Call Executable step to run command line string to delete the file.
    Hope this helps!
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • MSDN and Production Environment (again)

    I started this on another forum before I found this one, but this seems a more suitable place.
    The definition of "production environment" seems rather odd. In some responses on this forum it appears to refer to "soft" systems whereas the latest MSDN licence refers to environment and physical kit.
    Below is a conversation I had over email with someone from MSDN and I find the whole thing utterly bizarre. I cannot for the life of me see how this helps anyone apart from MS being able to charge for non-production software. It renders having a powerful desktop
    for local lab experimentation pointless as you're not allowed to install anything and effectively doubles the hardware cost to small companies if they have to buy a separate server for any testing work (yes, best practice and all that, but budgets...) or pay
    out for a Windows Datacenter licence.
    Question:
    “If a physical machine running one or more virtual machines is used entirely for development and test, then the operating system used on the physical host system can be MSDN software. However, if the physical machine or any of the VMs hosted on that physical
    system are used for other purposes, then both the operating system within the VM and the operating system for the physical host must be licensed separately.”
    Is this actually saying that if I have a physical server licenced with a purchased (not MSDN) Server 2012 R2, running Hyper-V with, say, a production file server VM on it,  that ALL Windows VMs on that machine must have purchased licences even if they
    are only for development & testing purposes?
    Is this saying that all production and development Windows VMs must be only completely separate hardware, cluster, SAN, etc otherwise you must pay for full licences for the VMs?
    Or does it just mean that the bare metal licence (plus any additional ones required for running further production VMs) must be purchased if the VMs are a mix of production and development?
    Answer:
    We kindly inform that any products licensed under the developer tools model (e.g. SQL/BizTalk developer and/or MSDN) must be installed on their own separate physical hardware.
    You are not allowed to run test or development products on a server where production workloads are running at the same time.  Kindly run your developer software on a device/host that is dedicated to testing and development.
    Explanation:
    The Product Use Rights (PUR) say that the developer software is not licensed for use in a production environment. Even if the PUR does not have a separate definition of production environment, a production environment is a set of resources for network, physically
    dedicated hardware and software to provide "live" service.  If the intent was to say that the same physical server could be used for both development and production - it would say "not licensed for use in a production OSE," instead
    it says environment.
    See current PUR, page  51:
    Developer Tools (User License)
    You have the rights below for each license you acquire.
    #      You must assign each license to a single user.
    #      Each Licensed User may run an unlimited number of copies of the Developer Tools software and any prior version on any device.
    #      The Licensed User may use the software for evaluation and to design, develop, test, and demonstrate your programs. These rights include the use of the software to simulate an end user environment to diagnose issues related to your programs.
    #      The software is not licensed for use in a production environment. #      Additional rights provided in license terms included with the software are additive to these product use rights, provided that there is no conflict
    with these product use rights, except for superseding use terms outlined below.
    Question:
    Classifying an entire physical infrastructure as "production" in these days of virtualisation and shared storage really does not make any sense at all. Not using the software for production purposes makes perfect sense, but not being able to locate
    it alongside production OS installs is mad. Does this only apply to the server running the VM (CPU and RAM)? If the VHDX is hosted on shared SAN storage does the SAN have to be dedicated to non-production storage?
    Answer:
    We kindly inform that after double-checking the case we would like to confirm the development software cannot be run on the same hardware with production software.
    We have also received a feedback from the responsible team regarding your request about a dedicated SAN (Storage Area Network) for MSDN software.
    They have confirmed that the SAN has to be dedicated to the development and testing environment if it is used to run the software acquired through MSDN.
    Question:
    OK, so if I have my desktop (which is a production environment as I use it for email and other day to day office tasks), can I turn on Hyper-V and install an MSDN Windows Server 2012 instance for development purposes?
    Answer:
    We kindly inform it is not allowed to install and run software from MSDN subscriptions in production environments. Please do not install MSDN software on a desktop in a production environment:
    "[.] The customer will need to run the developer software on a device/host that is dedicated to testing and development.
    Explanation:
    The Product Use Rights (PUR) say that the developer software is not licensed for use in a production environment. Even if the PUR does not have a separate definition of production environment, a production environment is a set of resources for network, physically
    dedicated hardware and software to provide "live" service.  If the intent was to say that the same physical server could be used for both development and production - it would say "not licensed for use in a production OSE," instead
    it says environment.
    See current PUR, page  51:
    Developer Tools (User License)
    You have the rights below for each license you acquire.
    -      You must assign each license to a single user.
    -      Each Licensed User may run an unlimited number of copies of the Developer Tools software and any prior version on any device.
    -      The Licensed User may use the software for evaluation and to design, develop, test, and demonstrate your programs. These rights include the use of the software to simulate an end user environment to diagnose issues related to your programs.
    -  The software is not licensed for use in a production environment.
    -      Additional rights provided in license terms included with the software are additive to these product use rights, provided that there is no conflict with these product use rights, except for superseding use terms outlined below.

    Hi Mike,
    It sucks that MSDN software can't be run in a production environment, that means you have to have two entirely separate hardware environments, which are costly, and it seems unnecessary.  
    That's essentially it. I'm not saying for one second that it should be used for production purposes, just that it's physical location shouldn't be relevant. Also, the word "environment" is a very bad choice in the documentation simply because it's very open
    to interpretation.
    A production environment is defined as an environment that is accessed by end users of an application (such as an Internet Web site) and that is used for more than
    Acceptance Testing of that application
    or Feedback. Some scenarios that constitute production
    environments include:
    Environments that connect to a production database.
    Environments that support disaster-recovery or backup for a production environment.
    Environments that are used for production at least some of the time, such a server that is rotated into production during peak periods of activity.
    So I dont think (here's that inconclusive language) but am not sure that your desktop machines count as production environments, based on that, unless end users are connecting to them. (I dearly hope they are not!)
    My reading is based on the "Other Guidance" section:
    "If a physical machine running one or more virtual machines is used entirely for development and test, then the operating system used on the physical host system can be MSDN software. However, if the physical machine or any of the VMs
    hosted on that physical system are used for other purposes, then both the operating system within the VM and the operating system for the physical host must be licensed separately."
    <o:p>This is the crux of the matter and the interpretation of "licensed separately". A (to my mind) sensible reading of that would be "if you're running any production purpose VMs on a server then the physical host OS must be a full licence
    [presuming it's Server 2012 and not, say, VMWare or Hyper-V 2012] as must all production purpose VMs on that server". This has been getting interpreted by others (I'm not the first) and backed up by MS as meaning that if you want to run any dev/test VMs on
    a server that also runs production VMs then you can't use MSDN for those dev/test VMs.</o:p>
    Also, there is a section
    here, on the MSDN Licensing help page that says (with my added emphasis):
    Many
    MSDN subscribers use a computer for mixed use—both design, development, testing, and demonstration of your programs (the use allowed under the MSDN subscription license) and some other use.  Using the software in any other way, such as for doing email,
    playing games, or editing a document is another use and is not covered by the MSDN subscription license. 
    When this happens, the underlying operating system must also be licensed normally by purchasing a regular copy of Windows such as the one that came with a new OEM PC.
    Now to me, it seems this might be saying that the underlying operating system on a work
    machine cannot be licensed using MSDN if that work machine is going to be doing non-msdn things in addition to MSDN things.  It doesn't say "This can't happen" it just says "When this happens, the underlying
    OS must be licensed normally..." 
    So, based on what I'm reading it seems that this quote from you might not be true:
    "We can't install a local MSDN instance of Server 2012 or 8.1 for dev and test under Hyper-V on desktops
    because desktops used for email, writing documents, etc are production. "
    I wouldn't have expected this to be true either, but this is the response I was given. It may well be
    that my question was misunderstood. I hope this is the case otherwise one of the big reasons for turning on Hyper-V on  expensive, powerful desktops enabling the running of personal test environments goes out the window!
    Thanks for your time on this.

  • How to create, deploy and test JSP program in Netweaver developer studio?

    Hi Experts,
       I am trying to integrate a JSP program with SAP function module (RFC) via XI using Java proxy. I am using Netweaver Developer studio for Java programming.
      Can somebody send me the steps or user guide on how to create, deploy and test JSP program in Netweaver developer studio?
      I will be greatful to you.
    Please help!
    Thanks
    Gopal

    Hi Gopal,
    Which version of NetWeaver are you using?
    Here the links for --
    SAP NetWeaver CE 7.1
    [Developing JSP Pages|http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]
    [Deploying Applications|http://help.sap.com/saphelp_nwce10/helpdata/en/3c/52413e7bcd561ee10000000a114084/frameset.htm]
    NetWeaver 7.0 (2004s) and 2004
    [Developing JSP Pages|http://help.sap.com/saphelp_nw70/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]
    [Deploying EARs|http://help.sap.com/saphelp_nw70/helpdata/en/f0/122abf61d4974eaea6b5d9c314cff1/frameset.htm]
    Testing is very straightforward - just access the web application by its alias,
    e.g. http://<host>:<post>/<context-root>/myJSP.jsp
    HTH!
    \-- Vladimir

  • Staging a Test Environment from a Production Environment

    I trying create new test environment follow Oracle guide but I always get errors, look like this documentation is not correct
    Oracle® Application Server
    Administrator’s Guide
    10g Release 2 (10.1.2)
    B13995-08
    Is someone have correct guide(documentation/link) for copy production environment to test

    Hi,
    It looks like you have created an  SR 3-10253705511 with Support team and request you to follow up the same.
    Regards
    Sreedhar

  • Deployment from DEV to Production environment

    Hi,
    What are the best possible ways to deploy the visual web parts and Pages from development environment to Production environment.
    As I am very much new to Sharepoint, I would like to have the safest methods to do the deployment into production. Please also suggest the prerequisites.
    I have a solution with number of visual web parts in the development environment which is working fine. Need to move the Visual web parts to production (Existing site). So please suggest the safest methods.
    Thanks and Regards,
    Satish
    Sathiish Reddy

    Hi Satish,
    From your description, my understanding is that you want to deploy your solution from development environment to production environment with a safest method.
    These links below about moving content from environment to another environment could be helpful to you:
    SharePoint 2013 Dev/Test/Production environment - Moving content
    http://sharepoint.stackexchange.com/questions/78483/sharepoint-2013-dev-test-production-environment-moving-content
    How to deploy webpart on production (not debugging) server?
    http://sharepoint.stackexchange.com/questions/17779/how-to-deploy-webpart-on-production-not-debugging-server
    you could also have a look at this link below about SharePoint Content Deployment Wizard:
    How do you deploy your SharePoint solutions?
    http://stackoverflow.com/questions/9543/how-do-you-deploy-your-sharepoint-solutions
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Problem on developing SSRS report in a production environment

    Any problem could  be caused if have to develop SSRS report in a production environment ?
    If so, how it can be prevented?
    Thanks!

    Hi ,
    As per my understanding, Normally our environment setup contains Development,testing,preproduction,production and its varies from company to company.
    We develop SSRS report in development environment and after testing we deploy it to production report server.
    Development environment use development database for creating report like your database IP and credential will use development environment
    setup. and production environment use production database for creating report like your database IP and credential will use production environment setup.
    Thanks
    Neha Prajapati Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • How to port database changes from development to a production environment

    How do I port database changes from the development to the production environment?
    I am using v8 and have always had to redo everything using the schema manager all over in the production environment. Is there an easy way to generate a script, for example to dump the database changes on the development machine to be executed later on the production machine?

    This should already be a clearly defined change control process. Once a procedure, function, package, trigger, or whatever completes the testing rounds, it should be promoted to production.
    Forgive me if it seems I'm trivializing, but I don't see the problem, just copy the object(s) from your software library (or development) into production using whatever tool works best or has been chosen. If you are doing data copies then you have various options again including good old export/import.

  • How to migrate reports from Development QA Production environment

    Hello,
    we have 3 Oracle Discoverer 10.1.2.3 environments and I would like to know what is the correct way to migrate reports from DEV to QA and to PROD.
    I'm researching about this by a couple of days and didn't find anything handy.
    The most likely way that I found was to export the entire EUL from one environment to another with the eulapi with a command line like that:
    exporting:
    eulapi -connect DEVUSER/pass@orcl -eul DEVUSER -export exp_all.eex -all
    importing using [ -import_rename_mode refresh ]:
    eulapi -connect QA_USER/pass@orcl -eul QA_USER -import exp_all.eex -identifier -import_rename_mode refresh -log imp.log
    That would work.
    However if the developer delete some object from the DEV environment and then import in the QA environment the deleted object won't be deleted from the QA environment and after some time the QA and PROD environment would be a mess.
    Another way that I figured out was to drop the eul from the PROD environment and then import all over. That would solve the problem but It has a lot of risks.
    Thanks in Advance,
    Jonas Zanon

    Hi,
    I think the best approach is to export the EUL components (e.g. business areas, folders, hierarchies, workbooks etc) separately from your development environment and hold these in a change management system. You can then import the components into test and prod and know which version of each component you have.
    Often when you make a change you will have to export/import several components. For example, if you add a folder you will need to export the folder, any business areas that hold the folder and if the folder is joined to any detail folders then these as well.
    We don't have scripts to delete components from production. Very rarely do you need to delete anything from production and generally it is not a good idea because reports will stop working because the references in the reports are missing.
    Rod West

  • Deploying AIA 11g composites in Production Environment

    Hi all,
    I am facing one trouble in deploying AIA11g composites in Production Environment. I know how to deploy codes on a usual server but in case of Production we require a single bundle containing say 100 composites for services developed.
    Scenario:
    Bundle all AIA composites developed into one single deliverable which can be deployed directly.
    Things known or tried:
    1. Deployment Plans will deploy codes to server manually which will mean that our codes have to be present on remote location so as to deploy them.
    questions:
    2. How can we archive MDS data (containing AIA design artifacts) and publish it in MDS.
    3. Composites Such as EBS\Requester ABCS contains concrete urls so how can we make sure that they are overriden once we deploy it on Production Server with that server hostname:port.
    Regards,
    ankit

    For publishing the changes to MDS, follow the steps -
    1) Source the environment by running aiaenv.sh
    2) Update UpdateMetaDataDP.xml at <AIA_INSTANCE_HOME>/config with the entries of the documents to be published.
    Here is an example of entry for AIAConfigurationProperties.xml -
    <fileset dir="AIA_HOME/aia_instances/INSTANCE_NAME/AIAMetaData">
    <include name="config/AIAConfigurationProperties.xml" />
    Make sure to create different fileset dir tag for each entry, else the documents will not be published to MDS.
    3) Access the $AIA_HOME/Infrastructure/Install/config folder.
    4) Execute the following command:
    ant -f UpdateMetaData.xml
    Hope it helps!

  • Service Reference is blocking a deployment on the test environment

    Hello friends,
    I made a change in a BPM process and build and deployed on the Development PO envirenment was succesfull and I could check it into the NWDI. When I want to import/deploy the changes into the test environment I get the below error:
    I found the service reference and delete it and made another service reference with another ID and I still get this error. It was not a new service reference and it was already deployed on the test.
    The system is already restarted but without any success.
    Do you have any idea how I can delete this old object that is blocking the deployment?
    Thank you in advanced,
    Kind regards,
    John
    com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException:
    There are no WSDLs stored for Service Reference:
    {http://www.sap.com}bpm_order.com~bpm_order~BPMcomponent_22121756-ac7d-4671-ab9b-d7d0e286a40c_XI
    [EXCEPTION]
    com.sap.esi.esp.service.server.deploy.ActionException:
    com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: There are no
    WSDLs stored for Service Reference:
    {http://www.sap.com}bpm_order.com~bpm_order~BPMcomponent_22121756-ac7d-4671-ab9b-d7d0e286a40c_XI
    at
    com.sap.esi.esp.service.server.deploy.sca.actions.XIReferenceDataRemover.perform(XIReferenceDataRemover.java:35)
    at
    com.sap.esi.esp.service.server.deploy.CompositeAction.perform(CompositeAction.java:46)
    at
    com.sap.esi.esp.service.server.deploy.CompositeAction.perform(CompositeAction.java:46)
    at
    com.sap.esi.esp.service.server.deploy.ActionsManipulator.performAction(ActionsManipulator.java:29)
    at
    com.sap.esi.esp.service.server.deploy.sca.SmartConfigPlugin.deployEventActionWithRollbackSupport(SmartConfigPlugin.java:49)
    at
    com.sap.esi.esp.service.server.deploy.sca.SmartConfigPlugin.executeEvent(SmartConfigPlugin.java:95)
    at
    com.sap.engine.services.sca.deploy.ApplicationUpdate.perform(ApplicationUpdate.java:195)
    at
    com.sap.engine.services.sca.deploy.SCACompositeContainer.invoke(SCACompositeContainer.java:297)
    at
    com.sun.proxy.$Proxy33.makeUpdate(Unknown Source)
    at
    com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.makeUpdate(ContainerWrapper.java:409)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:478)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:183)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:234)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1836)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:582)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:487)
    at
    com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:74)
    at
    com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:141)
    at
    com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    at
    com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)
    at
    com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)
    at
    com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)
    at
    com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    at
    com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)
    at
    com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    at
    com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at
    com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at
    com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused
    by: com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: There are
    no WSDLs stored for Service Reference:
    {http://www.sap.com}bpm_order.com~bpm_order~BPMcomponent_22121756-ac7d-4671-ab9b-d7d0e286a40c_XI
    at
    com.sap.esi.esp.service.server.storage.WSDLStorageImpl.getServiceReferenceWSDLS(WSDLStorageImpl.java:297)
    at
    com.sap.esi.esp.service.server.deploy.sca.actions.XIReferenceDataRemover.perform(XIReferenceDataRemover.java:28)
    29 more

    In your NWDS, go to Window-->Show View-->Others-->Undeploy View.
    Search for your BPM DC, double-click on it and then click on the Black Ball on the table in the right hand side.
    This will undeploy all the BPM Components from the test server.
    Now, go to your BPM project, delete the exiting WSDL, create a new one and then deploy.
    This should work fine.

  • Create a new portlet  in Deployed Portal in production environment

    are there any ways to import or create a new portlet in Deployed Portal in production environment?
    Edited by: user8322798 on May 1, 2011 7:26 AM

    This can done via WSRP proxy portlets and streaming desktops. First, you'll need to have a WSRP producer setup somewhere. This could be another WLP webapp with portlets, or another server altogether. Or, you can use the JSR 286 WSRP import tool from within the Portal Administration Console (I think it's under Services | WSRP | Import Tool) -- this will allow you upload .war(s) of JSR 168 or 286 portlets, which will be turned into WSRP producer(s).
    Then, you can use the Portal Administration Console to register a WSRP Producer, and then add portlets from the producer to your desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_fed_books_pages.htm#FPGWP690). Additionally, once the producer has been registered in Portal Adminstration Console, an adminstrator user can use the Dynamic Visitor Tools from within the streaming desktop itself to add wsrp proxy portlets to the desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/dvt.htm#PDGWP691).
    It is not possible to add new local .portlet files to a deployed application in production mode. This requires adding the file artifacts to the .ear/.war and redeploy the application.
    Greg

  • Webservice client : different wsdl file for test/production environment

    In an ADF application, I need call a web service in model project
    In my company, we have 2 environments : test and production.
    This webservice is deploye in test server and production server.
    So there are 2 different wsdl file for test/production.
    I want to make my ADF Application portable cross the 2 environments.
    An environment variable can indicate in which environment the ADF application run.
    According to this variable, application choose which wsdl/endpoint to call.
    If I use "web service Data control" wizard, how can I achieve this?
    If I use "webservice proxy" wizard, how can I achieve this?
    Thanks!!!!!!

    Hi,
    I have a model project with ws proxy client and on this proxy I added an adf ws connection called CustomerExperience
    then I can do this.
    // a test to try to overrule the adf ws connection from EM
    Context ctx = null;
    try {
    ctx = ADFContext.getCurrent().getConnectionsContext();
    WebServiceConnection wsc = (WebServiceConnection) ctx.lookup("CustomerExperience");
    CustomerExperience customerExperience = wsc.getJaxWSPort(CustomerExperience.class);
    } catch (NamingException e) {
    LOGGER.severe("got web service loading fault: "+ e.getMessage());
    throw new JboException( messages.getString("NOM-999"),
    "NOM-999",
    null );
    I exported this to an adf jar and added this to a webapp.
    On runtime the ws connection is not dectected by the webapp so need to copy this ws conn to the connections of the webapp. This works
    but can I change it from wlst instead of EM , is this possible?
    I don't see the WS connection in wlst (oracle common) adf_listURLConnection('CE_Portal')
    thanks

Maybe you are looking for

  • Mzm.ajzbytae.pkg refuses to be downloaded

    Cannot upgrade to OSX10.7.3 or 10.7.4 or OSX10.8 after 75% of download the errormessage pops up: cant download mzm.ajzbytae.pkg Is there any remedy from Apple forseen for this flaw in their software? ore am i alone as usual with apple?

  • HT4437 Can you only connect iPhone 4S to Apple TV via AirPlay

    Can you only connect iPhone 4S to Apple TV via AirPlay

  • TCP/IP bluetooth nightmare!!

    Hello all, I seem to be having a bit of nightmare of a time figuring out how to do the following in bluetooth: Scan for bluetooth devices - This i can do. Connected to a bluetooth device - This i can do. Send TCP packets over the internet via the blu

  • Generating barcode with Report Builder 10g

    Hello, I am migrating a number of reports from 6i to 10g which contain barcodes. These get displayed as a series of *** at the client browser. So I guess I may need to install the barcode javabean. So I am using the instructions http://download.oracl

  • With the steady stream of updates....

    It would be really useful to have one, readily accessible place to find out what was the update, what did it do and where do I find the release notes/help files for this new stuff. Just did a "July" update to CC, I did briefly glance at the info befo