Changes in JavaFiles dismissed by deployment

Hello Community. I just ran into a really confusing problem. For some reason none of my changes to any of my javabeans are being noted. This means, no matter how much I change in my javaBeans, the deployed application still runs with the files from about 2 hours ago. So if I had a button bound to a certain method and i deleted the entire body of this method and replaced it with a simple "System.out.print("Hello World");" it still performed the actions and tasks that were in this method before the changes.
Here is what I tried:
restart jdev
restart and reset the iOS simulated device
remove and open the application inside of jdev
deleted the javaBean files from my harddrive (or moved them to a random location) and deployed (still worked)
I am sort of baffled by this, does jdev have some sort of cache where it saves my java files? Is there a way to flush this cache, so I can continue working?
Kind regards,
Pascal

Again, problem has been solved. This time by doing the following:
Found the java file in question via finder.
opened it with textedit, copied all the code,
deleted it, created a new file, pasted the code from before
saved this file and renamed it to match the previous name
I have two suspicions: either it has something to do with the versioned file format mac is using [(see Here)|http://www.maclife.com/article/howtos/how_use_versioning_control_mac_os_x_lion]
or with some other form of saving and caching mechanism in jdeveloper, however I don't know of any.
By the way, I deleted my entire system11.1.1.3.37.X.X folder, so all my settings were reset, yet the problem still persisted. Maybe this helps any of those who intend to try to resolve this issue.
Regards,
Pascal

Similar Messages

  • How to change async to sync after deploying the process.? Thanks

    How to change async to sync after deploying the process.? Thanks

    you'd need to change the base wsdl, the generated one (_Name.wsdl) and the bpel.file .. and remove the generated classes .. (all in domains/you_domain/tmp/your_process dir)
    the wsdl needs to get the output msg to the input msg instead of a callback porttype, the same needs to be in the generated wsdl (don't forget to remove the callback role in plnk session).. and the bpel process needs to have a reply instead of the invoke ..
    this is what you would need to do .. BUT, maybe we can find a better solution for you, if you elaborate on the usecase..
    during design time this is easier :-)
    regards clemens

  • Changing Database connection on webservice deployment

    Hi All,
    I am having a problem changing the Database connection when deploying a PL/SQL generated webservice.
    What I have done is to use the WebService wizard to create a webservice based on a database Pl/SQL procedure. During this you have to specify the database connection (which initially is our dev server).
    When I come to deploy the service to our production platform I want to change the database descriptor name to point to an existing App Server data source.
    This is the problem - the Database Connection information is protected in the properties of the webservice - which means I cannot deploy to our production platform with the connection names I need.
    I can change the names of the Connections defined in the Connections tab - but then I cannot access the webservice in JDev.
    Everytime I deploy to our production platform I keep getting the development data sources created.
    Basically I need to develop a PL/SQL webservice using a Development connection (with a unique connection name), and then deploy to a production application server (10g AS) with a different connection name that points at our production env.
    I could create generic names, but that then would make my development system very confusing with the potential of messing up the production platform.
    Anyone got any ideas????
    Thanks and Regards
    Neil

    When you deploy the web service to the app server, if the connection to the other database is available from JDev at deployment time, the data sources xml file should be set up correctly with the db connection info. Otherwise this will have to be modified by hand on the app server to contain the connection details for the other DB.
    There are 3 files that will also have to be hand modified to reflect the different db connection details. 2 deployment descriptors, web.xml and oracle-webservices.xml which have references to the connection's jndi name, and also one of the JPublisher generated classes (the one whose name ends in 'Base') also has references to the jndi name (to look up the connection from the data source file) which will have to be modified, recompiled and redeployed.
    The simplest way to change the connection would actually be to leave everything alone and just modify the data sources xml file on the server such that the same jndi lookup points to a new connection, but it looks like the customer wants to change the name as well.
    An alternative to all this hand editing is to regenerate the service against the producion DB connection, test & then deploy the service.
    dai
    JDev devt. team

  • Invalid change to class error when deploying EJB

    We have EJBs that were built by Webgain Visual Cafe and successfully deploy
    to WLS 5.1. We then use the WLE EJB Deployer Tool to build WLE container
    classes and deploy the same EJBs in WLE 5.1.
    One EJB does not deploy in WLE. The ULOG error message is:
    133929.EA-LAWSTUC!JavaServer.517: main: IJENGINE_CAT:150: ERROR: Invalid
    change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: main: EJB_CAT:29: ERROR: While deploying
    jar ServiceEJB : com.beasys.weblogic.classloader.RedeploymentException:
    ERROR: Invalid change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: Finalizer: IJENGINE_CAT:152: INFO: Closing
    jar C:\aj\ServiceEJB_WLE.jar
    Does anyone know what can cause an "invalid change to class" error when
    deploying to WLE 5.1? Especially since the EJB deploys successfully in
    WLS.
    Carl Lawstuen

    Reason: database keeps a reference of the class in JAVA$CLASS$MD5$TABLE table. This table keeps a refrence to all java classes loaded in database, and is present in each schema you deploy classes. That's the reason why if you change the application module name, you can load this classes. It instead keeps a reference if you use DROP JAVA CLASS command to drop a java class from de database. Use DROP JAVA command to clear the reference of the dropped classes when dropping it.
    You can see this table as a class dictionary of the database, and you don't have to handle this records manually.

  • How to change the Data sources after deploying the application ??

    Hi All,
    i want to know how to change the Data sources after deploying the application to the application server ???
    I'm using Oracle Application Server 10g Release 3 (10.1.3.1.0)

    Can you access the Enrprise Manager website of the target Application Server from your location? If so, you can change the datasource in it. If not, yo can bundle the datasource definition in your archive and use that one instead of the one configured in the target OC4J container. Or this will just be the responsability of your customer: whenever you send a new WAR file, they have to modify the datasource if needed and deploy the application?

  • Change PowerPivot data source when deploying from Dev - Staging - Production

    We have PowerPivot workbooks we store in SharePoint 2013 Libraries. 
    We have a powershell script which automates the deployment of sites and pages. Is there a way using PowerShell (or any scripting language really) to look into the workbook and change the PowerPivot data source when deployment from one environment to
    another? (Dev -> Stage -> Prod) We need to update the workbooks to point to our SSAS cubes Dev -> Stage -> Prod respectively.
    Thank you for any expert advice you may offer,
    Sincerely,
    -Craig

    Basically, it's an excel file (XLSX) file and you can use excel OM for this.
    A simple program (in C# or any language of your choice) can be written to do the following and achieve what you need.
    using XLS = Microsoft.Office.Interop.Excel;
    string info = null;
    XLS.Application application = null;
    try
     application = new XLS.Application();
     var book = application.Workbooks.Open(filepath);
     foreach (XLS.WorkbookConnection wc in book.Connections)
      switch (wc.Type)
       case XLS.XlConnectionType.xlConnectionTypeOLEDB:
        info = wc.Name + " " + wc.OLEDBConnection.Connection.ToString() + "\r\n";
        break;
     book.Close();
    finally
     if (application != null)
      application.Quit();
    Hopefully, this was helpful.

  • Changing faces-config.xml after deploying ear file

    Hi,
    What would be the steps to follow if we want to change contenets of web application configuration files (for example, faces-config.xml) after app.ear file has been deployed?
    The app.ear file contains the faces-config.xml, and we are using Oracle AS 10.1.3.
    Thanks,
    Jean

    see my answer at
    Change web app config file of deployed app

  • Change default Windows background during deployment

    I have a Windows deployment server up and running and deploying custom Windows 7&8 images which all work fine. I want to be able to change the default Windows background to a custom image during deployment so when a new user is created and logs in locally,
    my image is displayed rather than the default one. I know this can be done by changing an entry in the registry, but I would like some help in creating a script to do this during deployment and also where this script would have to be placed and how to run
    this. I am a noob at scripting and any help would be appreciated! ;)
    Thanks in advance

    I am using the process documented at the link below in my builds today with a lot of success. In addition to setting the background for every user, it will also allow for setting the colors and accents. Pretty good stuff from the guys at CoreTech.
    http://blog.coretech.dk/hra/change-default-windows-8-1-wallpaper-color-scheme-and-lock-screen-background/
    .bill
    Regards, Bill Moore @BMooreAtDell

  • Changing the Database connection after deployment.

    Dear All,
    I have deployed an application and want to change the connection to live database so how do i change it..
    Do i have to redeploy the application ?. Both db's are oracle.
    -Thanks

    Hi Santosh,
    As Frank said u can connect ur Application using a JDBC Datasource.. So u can change in ur Connection Settings in WLS... u can find the documentation as below....
    Section 9.3.1 http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcservices.htm#sm0203
    For Weblogic Server : Section 35.8 http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDFJADJ
    Regards,
    Suganth.G

  • How to takes effect immediately, after change or cancel the last deploy

    If I deployed a software, but I found the program property was wrong, purpose is set to "required". A lot of client were pushed this software, so I change the purpose to "available".
    How to make all client take effect immediately?
    Environment: SCCM 2012 R2 with CU1

    I would re-create the deployment and use Right Click Tools for this
    http://www.nowmicro.com/rct/
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How do I set customized changes in Custom Toolsets during deployed installation on Adobe Acrobat Pro XI?

    I am trying to set settings in the Custom Toolsets, specifically Protection\Redaction Properties - Example:  Changing highlight color and enabling text overlay.  Is there a way to modify the settings for a deployment?  I am unable to find a way through the Customization wizard and am having trouble finding documentation on deploying customized settings to toolsets. 
    Issue:
    Customizing Toolsets as part of Adobe Acrobat Pro XI Deployment
    Environment:
    For deployment I am using the Adobe Customization Wizard and SCCM 2012 to distribute and install Adobe Acrobat Pro XI.
    Environment has both Windows 7 and Windows 8.1
    Adobe Acrobat Pro XI
    Thank you,
    Mike

    It's in the ETK:
    3   Pre-Deployment Planning — Enterprise Administration Guide
    3.7.4   Tool Sets
    Acrobat 11.0 introduces a streamlined way to create and manage custom tool sets across the enterprise. A Customize button in the upper right-hand area of the toolbar allows users to create new tool sets, manage existing tool sets, and choose any existing tool set.
    This feature helps organizations standardize task-specific tool views, reduce training costs, and improve employee efficiency by grouping related tools into a common view. This feature allows:
    End users to easily create or import custom tool sets.
    Easy switching between different tool sets.
    IT to create, distribute, and otherwise manage tool sets across the enterprise.
    _images/toolsetmenu.png
    3.7.4.1   Tool set file locations
    Tool set files reside in two locations:
    A local user directory (full access): Files which are stored and imported by the current user are placed in the default current user’s directory. For example:
    C:\Users\<username>\AppData\Roaming\Adobe\Acrobat\11.0\UICustomization\<anyname>.aaui
    A local, product directory (read only): Files in this directory are visible to any user on the machine. For example:
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\UICustomization\<language>\<anyname>.aaui
    3.7.4.2   UI overview
    To work with tool sets:
    Choose Customize > Manage Tool Sets.
    Perform any needed action.
    Note When creating a new Tool Set, you can choose any available tool in any desired order.
    Managing tool sets
    _images/Toolsetpanel.png

  • Change tmp directory used during deploying BPEL

    Hi,
    We need to be able to deploy BPEL processes using ANT but use a different temporary directory from the default being /tmp on Linux. We are using BPEL 10.1.3.4 on OAS. This is because we have different oracle accounts and homes on the same host.
    I don't see a way to change in the build.xml file the <bpelc task to specify a temp directory.
    I see in the bpelc commonad line there is the -b option but not in the build.xml
    We get the error:
    org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. /tmp/upload_00000002.tmp (Permission denied)
    This is becuase the other oracle account own this file with Read only for everyone else.
    I changed the permission to Write for all for the upload files and was able to deploy but these files are removed on reboots and so the deployment will get the same issue again. Also the number of upload files will grow.
    Please let me know if you know a solution to specify in a specific tmp directory.
    Thanks

    The metalink note solved the issue. Had to do BOTH outllined changes.
    Thanks

  • Changes need to made while deploying Application from WebLogic 8.1 to 10.0

    Hi,
    We are having our appliction deployed on weblogic 8.1 and now as weblogic 10.0 has been released ,we need to deploy it on 10.0
    We are using ANT for building our application and is a three tier application. The front tier is mostly jsp's , html, xslt's etc the middle tier is mostly driven by ejb's and then sql server as the third tier.
    Before going to work ,i need a list of specification need to be changed while deploying.It would be a great help to me if somebody lists all the changes i need to make for Weblogic 10.0.
    Thanks
    __Mukul

    Hi,
    Thanks a lot for the reply. Max i have migrated jvm as well as deployed my application on wls 10 but it does not seem to recognize the application . After starting the wls10 server it shows insufficient memroy exception as well.
    There are lots of changes in the domain directory structure. Like config.xml file is now placed in config folder and the server that u define while configuration is now placed inside a server folder so its kind of hard to figure out what and where exactly the files should be placed and what changes are needed in the config.xml file itself.
    Please let me know if you have some suggestion.
    Mukul.

  • Change of ISP - need to deploy new IP address or DNS name to Active Sync phones

    Greetings! We are changing ISP's tomorrow and we JUST finished deploying a bunch of new Galaxy S4's. Before, we were using Blackberrys and the thought never occurred to set up a DNS name for ActiveSync, we were just using the straight IP address. So
    it just hit me that, when we switch over tomorrow evening, all the ActiveSync devices will cease to connect. NOT a good thing! Is there a way to push out a DNS name (to replace the IP address), to all the Active Sync clients via a policy update, script or
    other mechanism? Otherwise we will have to contact each user and get them to manually update their accounts by entering the new DNS name. If anyone knows a method by which we can do this, please advise and thanks in advance!
    Mike
    Mike Vain

    Hello,
    I agree with Ed's suggestion. After you change ISP, please change your DNS entries to the new IP address.
    You can also change DNS A record for autodiscover to the new IP address.
    The activesync will use autodiscover service to update profile.
    Cara Chen
    TechNet Community Support

  • Q: Changing login-config with a deployment plan

    Hi everybody,
    I have an application for which the developer sets the login-config in web.xml as follows:
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Sec_Con-Realm</realm-name>
    </login-config>
    But I need it to be
    <login-config>
    <auth-method>CLIENT-CERT</auth-method>
    <realm-name>myrealm</realm-name>
    </login-config>
    So I defined a deployment plan like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <deployment-plan xmlns="http://xmlns.oracle.com/weblogic/deployment-plan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/deployment-plan http://xmlns.oracle.com/weblogic/deployment-plan/1.0/deployment-plan.xsd">
    <application-name>AppTest</application-name>
    <variable-definition>
    <variable>
         <name>LoginConfig_AuthMethod</name>
         <value>CLIENT-CERT</value>
    </variable>
    <variable>
         <name>LoginConfig_RealmName</name>
         <value>myrealm</value>
    </variable>
         </variable-definition>
    <module-override>
    <module-name>AppTest.ear</module-name>
    <module-type>ear</module-type>
    <module-descriptor external="true">
    <root-element>weblogic-application</root-element>
    <uri>META-INF/weblogic-application.xml</uri>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>application</root-element>
    <uri>META-INF/application.xml</uri>
    </module-descriptor>
    <module-descriptor external="true">
    <root-element>wldf-resource</root-element>
    <uri>META-INF/weblogic-diagnostics.xml</uri>
    </module-descriptor>
    </module-override>
    <module-override>
    <module-name>AppTest.war</module-name>
    <module-type>war</module-type>
    <module-descriptor external="true">
    <root-element>weblogic-web-app</root-element>
    <uri>WEB-INF/weblogic.xml</uri>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>web-app</root-element>
    <uri>WEB-INF/web.xml</uri>
    <variable-assignment>
         <name>LoginConfig_AuthMethod</name>
              <xpath>/web-app/login-config/auth-method</xpath>
              <operation>replace</operation>
         </variable-assignment>
    <variable-assignment>
         <name>LoginConfig_RealmName</name>
              <xpath>/web-app/login-config/realm-name</xpath>
              <operation>replace</operation>
         </variable-assignment>
    </module-descriptor>
    </module-override>
    </deployment-plan>
    But apparently my deployment plan doesn't work. If I set web.xml manually to have CLIENT-CERT/myrealm the application works. When I leave it at BASIC/Sec_Con-Realm it doesn't and asks to enter user/passwd. It seams as if the deployment plan were ignored. I don't get any errors or such, just the wrong behavior.
    I use this WLST clause to deploy the EAR:
    deploy('AppTest', 'dist/AppTest.ear', targets='node4', planPath='config/plan.xml', timeout=600)
    The target WLS version is 10.3.4. Any clues?
    Regards
    Slawo.

    Ivan, I don't know if this will work or not, but if you look at Edwin's example here http://biemond.blogspot.com/2009/04/using-weblogic-deployment-plan-to.html he uses the following syntax xpath so that you know which context-param needs to be replaced:
    <variable-assignment>
    <name>org.mytests.env</name>
    <xpath>/web-app/context-param/[param-name="org.mytests.env"]/param-value</xpath>
    <operation>replace</operation>
    </variable-assignment>
    Give that a shot

Maybe you are looking for

  • Need to convert values into coma separated

    Need to convert values into coma separated I have a string value that stores data like 'NYK,IND,SGP,GER' FOR EXAMPLE V_CITY_CODE = 'NYK,IND,SGP,GER' When I query select * from city where city_code = V_CITY_CODE;I get no rows, this is because V_CITY_C

  • Difference between implicit and explicit enhancement points

    Hi Folks, I had learned many documents to findout the difference between explicit and implicit enhancement point.I got the theoritical knowledge on that but losing on the practical side.. Can anybody help me out with one real time scenario where the

  • Red/Orange/Green indicators for ios 6 maps?

    I just updated to ios 6. Every morning I check my maps app to see how the traffic looks for a couple of routes I can take to work. This morning, with ios 6, there was no information. It seems it only shows when its red. This is completely frusting be

  • How do i deal with multiple iPhoto libraries when migrating to Photos

    how do i deal with multiple iPhoto libraries when migrating to Photos

  • Direct Drop Shipment for Consignement fill Up.

    I am  trying to Map a business Process for Cross Company Consignment fill-up.Company A receive Sales  Order..On Receipt of Order,Company A placed Stock Transport Order  to Company B.Company B will ask his Vendor  to hand over the material as Consignm