Redeployed WS - but changes aren't seen?

Hello. I wrote a simple WS in JDeveloper, deployed to a .war file, and deployed the .war using OEM. Actually I undeployed the previous version of the WS and then deployed the new version - made some changes and added some logging. However none of the changes are taking effect. I've tried various combinations of restarting the oc4j instance and undeploying/deploying the app, but with no luck. What do I have to do so that it recognizes the new code?
Note - the client for the WS is in the same workspace, different project. I redeploy that and things work as expected.
I appreciate your time.
chris

oops...please disregard...thanks.

Similar Messages

  • Solution ID 201056033 implemented but changes to signin.html still not seen

    Customer have implemented solution id 201056033 in WebLogic 9.2 MP3 patch 2 with PT 8.49.12.
    However, when they change signin.html for a web site the change is not seen. Browser cache has been purged.
    Yes, the web server were brought down and back up.
    Yes, the solution is implemented. It does not work as documented.
    Problem being:
    Able to change static HTML and have it seen by the user's
    browser. The web server is still caching the static HTML page even
    though the Solution ID says that doing what is documented in the
    solution will solve the problem.
    I need an answer to why the Solution ID is not working. I need
    to be able to change statuc HTML and have the web server serve it
    out to the browser.
    weblogic.xml has been updated as solution 201056033, that is to add
    '<resource-reload-check-secs>0</resource-reload-check-secs>':
    <container-descriptor>
    <servlet-reload-check-secs>-1</servlet-reload-check-secs>
    <session-monitoring-enabled>true</session-monitoring-enabled>
    <resource-reload-check-secs>0</resource-reload-check-secs>
    </container-descriptor>
    Implemented 201056033 . It does not solve the problem. Why does it not
    solve the problem?
    Any thoughts , pls help.
    Thanks

    It's not working because this change only causes the server side to reload the resource. The browser still has it cached, so it ignores it.
    What you have to do is send HTTP headers along with the response that convinces the browser not to cache the resource. One way to do this is to implement a servlet filter that injects the appropriate HTTP headers to cause this.
    The code for the class could look like this (I haven't declared it in a package, but you should):
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletResponse;
    public class NoCachingFilter implements Filter
         private FilterConfig filterConfig = null;
         public void destroy()
              this.filterConfig = null;
         public void init(FilterConfig arg0) throws ServletException
              this.filterConfig = filterConfig;
         public void doFilter(ServletRequest request,
                                  ServletResponse response,
                                  FilterChain chain)
         throws IOException, ServletException
         HttpServletResponse httpResponse = (HttpServletResponse) response;
         httpResponse.setHeader("Cache-Control", "no-cache");
         httpResponse.setDateHeader("Expires", 0);
         httpResponse.setHeader("Pragma", "No-cache");
         chain.doFilter(request, response);
    You would declare this filter in your web.xml like this:
    <filter>
    <filter-name>No Caching Filter</filter-name>
    <filter-class>carousel.NoCachingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>No Caching Filter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    --------------------------

  • HT5312 I'm trying to change my security answer as the ones that are coming up are telling me there incorrect but they aren't and now it has locked me out

    I'm trying to change my security answer as the ones that are coming up are telling me there incorrect but they aren't and now it has locked me out

    Aleesha Malone wrote:
    ... now it has locked me out
    See Here... ask to speak with the Account Security Team...
    Apple ID: Contacting Apple for help with Apple ID account security
    Or Here  >  Apple  Support  iTunes Store  Contact

  • HT2534 When setting up my apple I'd I get a verification email but there does not seen to be a link to click on there is a link that says "verify now" but it's not a link the only other thing on the page is a link to apple thats starts the process all ove

    When setting up my apple I'd I get a verification email but there does not seen to be a link to click on there is a link that says "verify now" but it's not a link the only other thing on the page is a link to apple thats starts the process all over again.does anyone have a solution for this problem?

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • Modified plugin, but change doesn't seem to be reflected

    Hi,
    I have a simple plugin. It shows the filesystems (name, used, avail, ..) on a host. It was working fine.
    Today I added the mount point column to the filesystem metric, redeployed it, but it is not reflecting the change?!
    Also, the configuration data (unchanged) is no longer collected/shown!
    The modification was applied to the following files:
    - targetType definition --> added column to the filesystem Metric
    - default collection --> added column to the filesystem MetricColl
    - data_collector.pl script --> added column to the output of the script
    There are some interesting messages in the below copy/pasted bit of /data/u01/middleware_home/gc_inst/em/EMGC_OMS1/sysman/log/emoms_pbs.log :
    Next collection will be full.
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePostLoad failed:
    ORA-20241: Agent has sent NO_CHANGE collection for snapshot_type: StorageArrayHostSnap target name/type/guid: storage_array_host/sa_host/D5AE8CF8278B5DBBE0406E0A5B502D4A
    and there is no previous valid data in repository.  Need to resynchI don't understand the behavior and am not sure where else to look. Any suggestions much appreciated.
    Thanks,
    Ed
    Larger copy/paste of emoms_pbs.log:
    ORA-06512: at "SYSMAN.ECM_CT", line 3053
    ORA-06512: at line 1
    ORA-06512: at "SYSMAN.EMD_LOADER", line 3430
    ORA-06512: at line 1
    Next collection will be full.
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePostLoad failed: ORA-20241: Agent has sent NO_CHANGE collection for snapshot_type: StorageArrayHostSnap target name/type/guid: storage_array_host/sa_host/D5AE8CF8278B5DBBE0406E0A5B502D4A and there is no previous valid data in repository.  Need to resynch
    ORA-06512: at "SYSMAN.ECM_CT", line 3053
    ORA-06512: at line 1
    ORA-06512: at "SYSMAN.EMD_LOADER", line 3430
    ORA-06512: at line 1
    Next collection will be full.
            at oracle.sysman.eml.ecm.track.EcmConfigData.executePostLoad(EcmConfigData.java:724)
            at oracle.sysman.core.pbs.gcloader.CallbackInterface.executePostLoadImpl(CallbackInterface.java:716)
            at oracle.sysman.core.pbs.gcloader.CallbackCommand.executeCommand(CallbackCommand.java:196)
            at oracle.sysman.emdrep.jobs.CommandStepExecutor.execute(CommandStepExecutor.java:154)
            at oracle.sysman.emdrep.jobs.BaseJobWorker.doOneOperation(BaseJobWorker.java:299)
            at oracle.sysman.emdrep.jobs.JobWorker.doOneOperation(JobWorker.java:396)
            at oracle.sysman.emdrep.jobs.JobWorker.run(JobWorker.java:373)
            at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:264)
    Caused by: java.sql.SQLException: ORA-20241: Agent has sent NO_CHANGE collection for snapshot_type: StorageArrayHostSnap target name/type/guid: storage_array_host/sa_host/D5AE8CF8278B5DBBE0406E0A5B502D4A and there is no previous valid data in repository.  Need to resynch
    ORA-06512: at "SYSMAN.ECM_CT", line 3053
    ORA-06512: at line 1
    ORA-06512: at "SYSMAN.EMD_LOADER", line 3430
    ORA-06512: at line 1
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    Update:
    In the end I did a restart of OMS and the Agent, which seems to have done the trick...
    Regards,
    Ed

  • I just installed a larger hard drive, and used my Time Machine Backup to transfer my info back to the new hard drive. When I open Iphoto, my thumnails are there, but they aren't linked back to the actual photos.I see the photos in my HD. What should I do

    I just installed a larger hard drive, and used my Time Machine Backup to transfer my files back to the new hard drive. When I open Iphoto, my thumbnails are there, but they aren't linked back to the actual photos. I see the original photo files in my HD. Is there a way to link the Iphoto thumbnails back to the original files?

    Use the Firewire cable and t boot the old Mac's hard drive to the new Mac's desktop and transfer your entire iPhoto folder.
    Use Disk Utiliy to erase'format HFS+ Journaled your TimeMachine drive and use the free Carbon Copy Cloner and clone your new boot drive to the external, it's hold option bootable.

  • Every time I download a file to my macbook pro, it saves it to downloads but changes the name and inserts % sign.  Please advise how to correct the name that it is saved under.

    Every time I download a file to my macbook pro, it saves it to downloads but changes the name and inserts % sign.  Please advise how to correct the name that it is saved under.

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID.
    Apple ID FAQs
    http://support.apple.com/kb/HE37

  • Both the 'delete' button and in the menu options do not delete messages but change them to unread. How can I remedy this?

    The delete function seems to no longer work in Thunderbird. Both the 'delete' button and in the menu options do not delete messages but change them to unread.
    I have tried to fix it by deleting the trash / deleted files as suggested in another thread but it made no difference. The delete key still works to delete things outside of Thunderbird (including here for example).
    I have not uninstalled / reinstalled. I have rebooted a couple of times and it hasn't made any difference.
    I did go through and delete a huge number of old emails a few days ago, but I have cleared out the Deleted folders and it made no difference.
    All suggestions appreciated.

    Right click on any of the other right panel headers  in Slideshow module to open the context menu. You should be able to reactivate the Options panel from there.

  • I want to change my apple store to saudi arabia Because my store was in saudi arabia but changed before to use gift card now I have 0.27$ but I DONT need it   The Error was you have a store credit balance you must spend your balance before you can ch

    I want to change my apple store to saudi arabia Because my store was in saudi arabia but changed before to use gift card now I have 0.27$ but I DONT need it   The Error was you have a store credit balance you must spend your balance before you can change stores and I have saudi credit card Used it before

    Click here and request assistance.
    (78468)

  • I heard that there was a problem with Apple being vulnerable to Hackers. Has anyone seen an update for this issue? My IPad received the update last night but I have not seen anything for Safari.

    I heard that there was a problem with Apple being vulnerable to Hackers. Has anyone seen an update for this issue? My IPad received the update last night but I have not seen anything for Safari.

    Mac OS X 10.9.2 was released today for this issue and others. Earlier versions are not affected.
    See this Apple article - http://support.apple.com/kb/HT6114
    You can use the Mac app store to do the update or download it directly from here - http://support.apple.com/kb/DL1725
    Best of luck.

  • I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in ord

    I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in order to accept the end user license agreement even though it never pops up when i install adobe reader?

    Make sure Readr is closed. Go to the Applications form, look for the Adobe Reader icon, double click on it, and follow the lead. Restart Reader when finished.

  • HT1473 I purchased many songs in 2010 but they aren't in my library. How do I transfer them to itunes? Please!!!!

    they are in my "purchased" list. I purchased many songs in 2010 but they aren't in my library.  How do I transfer them to itunes? Please!!!!

    Hi there,
    You may find the information in the article below helpful.
    Download past purchases
    http://support.apple.com/kb/ht2519
    -Griff W. 

  • I want to change my apple store to saudi arabia Because my store was in saudi arabia but changed before to use gift card now I have 0.06$ but I DONT need it The Error was you have a store credit balance you must spend your balance

    I want to change my apple store to saudi arabia Because my store was in saudi arabia but changed before to use gift card now I have 0.06$ but I DONT need it The Error was you have a store credit balance you must spend your balance

    You can try contacting iTunes Support and ask them if they can remove the balance from your account so that you can change countries (we are fellow users here on these forums) :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I downloaded some books that appeared to be in English but they aren't, how can I get my money back?

    I downloaded some books that appeared to be in English but they aren't, how to I get my money back?

    Are they described in the store as being in English ? If they are then you could try deleting them from the bookshelf in the iBooks app and redownload them via the Purchased link in the ibookstore in the app : re-downloading.
    If they re-download in the wrong language again then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account (Store > View My Apple ID on iTunes 11) and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find the books and use the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, about 24  hours).
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page.

  • Why can I not load pictures from a micro SD 64gb using scan disk adapter plugged into an Apple iPad camera connection kit.  I have the iPhoto app but pictures not being seen on iPad.  So incredibly frustrating.  Apple please fix this.

    Why can I not load pictures from a micro SD 64gb using scan disk adapter plugged into an Apple iPad camera connection kit.  I have the iPhoto app but pictures not being seen on iPad.  So incredibly frustrating.  Apple please fix this.

    Do you have a smaller capacity micro SD card to try? I seem to remember from past posts that users were having problems with cards larger than 32GB, however, Apple's page doesn't mention this.
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
    What format are the pics - jpg or raw?
     Cheers, Tom

Maybe you are looking for

  • Business Rules Unavailable

    I am unable to gain access to the CAPEX module predefined business rules. I've updated shared services allowing the selected user user rights to planning and business rules. However, they still do not show up in workspace. For instance: I'm using For

  • Flash player doesn't work.  What app does

    I need flash player.  It is not supported.  What app does?

  • Oracle Portal, OWA_UTIL.redirect_url and Max Length URL

    I have a question relating to the max length of a URL that can be used within Internet Explorer 5.5 and Oracle Portal (3.0.9.8.5) On IAS 9i version 1.0.2.2.2 My portal page submits to a procedure that carries out some basic DML and then uses the OWA_

  • My mac os install cd1 is scratched how can I get another one.

    HI Mac Folks, My mac os install cd1 is scratched. how can I get another one? MY computer won't start again. I have tried several tips (safe mode, single user ...) without success. when I attemp to boot on CD1 while pressing C key to try a repair, the

  • Execution highlighti​ng not working

    I have a sub-VI with the following properties set: Allow debugging Reentrant execution Share clones between instances When I run the main VI with execution highlighting turned on for both VIs, the sub-VI never shows any action.  What is going on here