How to get the asset changed deployment event details

Hello

I created a deployment listener class to watch the changes to the file system of www, but the event does not provide any information about the assets that have been modified for the current deployment process.

the type of the affected element and repositories concerned return null values.

How to track the active details of file system of www changed using the deployment listener class.

Thank you
Jocelyne Meyer

You must export an rmi to the BCC service that returns the modified files.
Next to the agent, the auditor of deployment should call this rmi service and get the modified files.

Here is the snippet of rmiservice at the end of the BCC.
{getDeploymentData()}
RepositoryView view is getDeploymentRepository () .getView ("repositoryMarker");.
Qb = view.getQueryBuilder (generator) from query;
QueryExpression expression = qb.createPropertyQueryExpression ("deploymentId");
QueryExpression val = qb.createConstantQueryExpression (deploymentId);
Query query = qb.createComparisonQuery (expression, val, QueryBuilder.EQUALS);

RepositoryItem [] deploymentData = view.executeQuery (query);

for (int i = 0; i)
{
String repositoryPath = (String) ((RepositoryItem) deploymentData.getPropertyValue ("deploymentData")) .getPropertyValue ("source");
String itemDescName = (String) deploymentData [i] .getPropertyValue ("itemDescriptorName");
String itemId = (String) deploymentData [i] .getPropertyValue ("itemId");
Repository repository (Repository) = Nucleus.getGlobalNucleus () .resolveName (repositoryPath);
String uri = "atgrep: /" + repository.getRepositoryName () + "/" + itemDescName + "/" + itemId;

If (isLoggingDebug ())
{
logDebug ("uri =" + uri);
}

assetURIs.add (uri);
} / / end of course of the items in the repository deploymentData
} / / If deployment
}

Peace
Shaik

Tags: Oracle Applications

Similar Questions

  • How to get the page change event?

    Hello.

    I know that get changed event document as ISignalMgr-> GetServiceID of CResponder::Respond.

    But how to get the event page?  average of the event's page add, delete, etc...

    Thank you.

    Hi K159,.

    You can spy on the InDesign debug Test/Spy/SpyPreferences menu for the observer notifications. Can add or remove a page and to analyze the output of the spy.

    On the kDocBoss, there is an interface IPageList form you can get the number of pages.

    Markus

  • iOS, how to get the assets of assets.car?

    Hello.

    I'm trying to use iOs app slicing in my application. I guess this is possible because here https://forums.adobe.com/thread/2168836 is shown how to compile and add xcassets folder in ipa. I can't find any other documentation adobe that post above.
    I add in the assetCar Application descriptor under the tag < iPhone > tag. I don't add it under < InfoAdditions > <! [CDATA > as suggested in post, because ADT refuse to build with a descriptor like that.] I think that InfoAdditions only allow the value of the key tags.

    After man and list directory .ipa app, I see Assets.car in the package, but I can't find the way to get any of the assets inside.

    It is possible, or I did something wrong? or maybe I need donkey for her.

    Hi Hubert,.

    From now on, we are word supporting iOS App slicing. As part of the AIR 22, we added support for multitasking. To activate the multitasking, add tags in the Application descriptor, as shown below

    true

    LaunchScreen.storyboardc

    Assets.car

      

        

         UIDeviceFamily

         

                   1

                   2

         

    ]]>

      

    As mentioned in the forum 16/06/2016 - release - 22 AIR Runtime and SDK , assets.car is created through xcode and assets can be found in xcode only.

    Thank you

    Ankit

    Adobe AIR Team

  • How to get the track changes inserted / deleted text?

    Hello

    I have read the Adobe InDesign CS6 JavaScript Scripting Guide and wrote a JavaScript as below:

    var myChanges = app.documents.everyItem().stories.everyItem().changes;
    var myString = '';
    for (var i=0; i<myChanges.length; i++) {
            var myChange = myChanges[i];
            myString += myChange.userName + '\t';
            myString += myChange.date + '\t';
            myString += myChange.changeType + '\n';
    }
    alert(myString);
    

    My script can get the username, date and change the type.

    But the guide does not cover on how we can get him insert / delete changes?

    Thank you very much!

    The lines I wrote above deleted content work.

    Your problem is that not remove anything to show him because you started to follow the story of its creation.

    If you first create a story and then start tracking it and add, remove etc. your will see the scripts to get also deleted ones.

  • How to get the date of deployment for the RT code?

    I'm using LabVIEW 8.5 and MAX 4.4.1f0 and cFP-2110. I want back the date of the deployment. Is it possible to recover the date of deployment for the RT code?

    Thank you

    Martine

    Hi John,.

    You must be able to FTP into your PSC 2110 from a Windows Explorer window and check the date of 'Change' of the startup.rtexe/or-rt/startup folder.

    Aaron P

    National Instruments

    Technical sales engineer

    http://www.NI.com/support

  • How to get the event when we change our simcard in BB device

    Hi all

    Please, someone tell how to get the event or any listener method that can automatically called when we change our SIM card device.

    Thanks in advance,

    TEJ

    Hi Tej,

    I came across some post, which may be useful for you

    http://supportforums.BlackBerry.com/T5/Java-development/is-there-a-way-to-get-the-mobile-or-phone-nu...

    http://supportforums.BlackBerry.com/T5/Java-development/is-SIM-ID-really-exist/m-p/54407#M5954

  • How to get the number of phone outgoing\incoming callUpdated phone class event.

    With 10.0\10.2 call APIs, we can get the notfication of call events, but I see no way to get out the phone number or entering via the class Call or CallCommandResponse phone number. I want to get the outgoing\incoming phone number when callstate is changed. Any help appreciated.

    http://developer.BlackBerry.com/native/reference/Cascades/device_and_communication_phone.html

    Thank you

    Atman

    This is not currently supported, but is added in a future release.

  • How to get the current location in the event thread?

    Hello!

    Can U pls tell me how to get the location where the thread object, it is in method() execution of MenuItem. PLS, tell me-

    I also used the different thread for the getLocation() method. But I do not have the coords of geo location...

    PLS, suggest me-

    My code is as below:

        private MenuItem getGeoCodes=new MenuItem("Current Coords",100,1){
    
                                 public void run(){
                                     double[] coords=getLocationCoords();
                                     this.wait(12000);
                                     System.out.println("Latitude :"+coords[0]+" "+"Longitude:"+coords[1]);
                                 }
    
                     };
    
        private double[] getLocationCoords(){
            Criteria criteria = new Criteria();
            criteria.setHorizontalAccuracy(500);
            criteria.setVerticalAccuracy(500);
            LocationProvider locationProvider = LocationProvider.getInstance(criteria);
            Location location=null;
            new Thread(){
               public void run(){
                       locationProvider.getLocation(60);
               }
            }
            QualifiedCoordinates qualifiedCoordinates=location.getQualifiedCoordinates();
            double[] coords=new double[]{qualifiedCoordinates.getLatitude(),qualifiedCoordinates.getLongitude()}   ;
             return coords;
        }
    

    But I myself NullPointerException. Coordinates get successfully, if we run the location capability in different function, rather than the event thread.

    Please help me-

    In my opinion, which may be too complicate things a bit. I think he's trying to do is register a LocationListener with his object of LocationProvider. Callback methods, send a message to the UI event thread as follows (no need to spawn threads):

    UiApplication.getUiApplication().invokeLater( new Runnable() {
        public void run()
        {
            // This code will execute on the event thread
        }
    });
    

    EDIT: If your interval is short, you can consider implementing this executable as a class and store an instance in the front.

  • How to get the changes during the process of replicat ABENDED

    Hello
    I'm working on Oracle GG two-way DML replication. I m stuck in one place.

    My target replicat process has been ADDED due to the error:-ORA-01403: no data found. I restarted my process replicat again by runing the below command

    GGSCI (db1) 30 > replicat rep2 alter now
    GGSCI (db1) 30 > start replicat rep2

    After the reboot, the process to replicate that I do not see the changes on the target server which I had applied on the source for replicat target server was ABENED.
    My doubt is.

    1. is my command is correct for start replicat ABENDEND process?
    2. how to get the changes to the target server that applied to source for replication targer ABNDED?
    3. how to avoid the process of ABENDED replicat on the production server?
    4. how to follow the process in the production server ADDED?

    Please HELP:)

    Published by: Sabrina on August 29, 2012 03:32

    info from the GGSCI prompt will tell you the current file path and RBA.

    With this information, you can go in logdump and follow these steps:

    open 
    detail data on
    pos 
    n (next)
    

    It will appear the RBA # the next transaction. Then you return to the GGSCI prompt and do:

    ALTER EXTRBA
    BEGINNING

    With that he will take this next RBA from until you reach the following 1403

    Greetings,
    NACEUR

    PD: in the case where your question is answered please remember to mark your answers questions in order to clean up the forum and help others when they are looking for solutions to their problems.

  • How to get the cursor to change when rolled on an object?

    does anyone know how to get the cursor to change when rolled onto an object. BTW, I have several objects to apply it.

    Select your object's buttonMode:

    yourobject.buttonMode = true;

  • How to get the class Loader of Progress event

    I was charge test.swf file threw Loader class. How to get the class Loader of ProgressEvent, IOErrorEvent.

    function getLoader() {}
    var loader: Loader = new Loader();
    loader.contentLoaderInfo.addEventListener (ProgressEvent.PROGRESS, progressHandler)
    loader.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, ioErrorHandler);
    var request: URLRequest = new URLRequest ("test.swf");
    Loader.Load (request);
    }
    function progressHandler(event:ProgressEvent):void {}

    get the class loader
    }

    function ioErrorHandler(event:IOErrorEvent):void {}
    get the class loader
    }
    getLoader()

    the event target has a property of charger:

    Event.Target.Loader

  • How to get the OSB to stop adding port # in a published WSDL endpoint

    This is the thread more close to you I could find in my question, but is still not quite what I'm looking for: How to get the ip number in WSDL instead of host name? I have a server behind a VIP of the OSB, and I publish a proxy for external customer service to call. The VIP only accepts connections over SSL/https. OSB hosts only services over http port 80, and the VIP manages connectivity and security between them.

    I wrote a wsdl by hand, set my endpoint address (https) VIP point, has created the proxy service and deployed to the OSB. I can test the service throughout the day in SoapUI calling the VIP, well. However, when the client calls https://VIP/myService/?wsdl, he sees endpoint from the wsdl populated as http://VIP/myService:80.

    How can I prevent the OSB adding: 80 endpoint in the wsdl file? This makes it unusable for any appellant client generate the code by calling? WSDL, so we have to export the wsdl file and schema files and provide customers by hand. What configuration settings we can change that will fix this behavior?

    We had the same problem.
    in the cluster/http configuration, change the HTTP/HTTPS port number, which will appear in the generated WSDL from the frontend

  • How to get the text have the same effect as the video?

    Hello

    For the first time post here, but I wonder how to get the text of the titles have the same effect as the video behind her.

    For my video, I use 'bad tv' and other effects such as Gaussian that obviously changes the appearance of video, creating the look of VHS. However, I then inserted text via the title, but it normally appears. How can I make this text have the same effects as the video behind it?

    A friend told me I might need to add text to the video first, then do the effects, I have not tried, but wonder if there is an easier way, as this would require me to restart.

    EDIT: That's what I'm looking for. https://youtu.be/7_2PHQI89dI?t=24s The text has the same effect as the video.

    Thank you

    One way is to create a clip made up based on the title and the original clip. Then apply the effect.

    Another way is to use an adjustment layer.

    Good luck.

    Russ

  • How to get the video intro off my google home screen I already saw it, where is the firefox logo used to be.

    How to get the video intro off my google home screen I already saw it, where is the firefox logo used to be. I started with the last update that I rebooted.

    Hello
    to change the homepage when opening firefox-press 'Alt' and click on tools-> Options.

    Main menu, you can change the URL.

    If the problem persists, you can follow these simple steps:

    Enter about: config in the address bar and press ENTER. Accept the message of 'dragons' to see the Advanced preferences screen. Use the above search box to enter the below pref.

    You can assign an empty string to stop your Firefox to retrieve "extracts" and brandLogo changes the browser.aboutHomeSnippets.updateUrl pref. Right-click this pref and select Edit then clear the value as pref in the box that appears, and then click OK. Who will also disable "snippets" that appear under the container of the research on the default home page.

    Then you must open the folder of your profile, via help > Troubleshooting Information > profile folder > > button view folder. Then close Firefox. Your profile file open with Firefox closed (Firefox '3-bar' menu key > exit/Quit), wait or two minutes, then remove the storage\moz-safe-about + home folder in the Firefox profile folder to remove the brandLogo and stored in IndexedDB code snippets to make Firefox use the default brandLogo and a defined default code snippet.

    If you later change your mind about these changes, you can reset the pref browser.aboutHomeSnippets.updateUrl via the context menu and Reset allows to retrieve the default value using the storage\moz-chest-fort-about + home folder again.

  • Re: How to get the Tempo to work properly?

    Hello

    I have problems with the service of Tempo.

    I don't get updates via this application (all the settings of this application are accurate, i.e. "full control"). I know this because there are updates available online to my laptop via the pilot site of toshiba.

    When I installed first Tempo, updates for about a month, I received, and then all of a sudden, no update came through. My firewall is blocking either of this application.

    I tried to reinstall the application, but no change in the situation.

    Does anyone know if ALL updates are available via the website of driver toshiba out tempo? Because, in the month that this service worked, I got an update of the bios, but I recently saw a bios update online and Tempo has not always reports that it is available.

    Any ideas on how to get the Tempo to work properly?

    Thank you.

    I saw in your other thread you have installed SP1 on your Vista laptop.
    There may be some compatibility problems between SP1 and Tempo

    And Yes, as far as I know Tempo bring all available updates!

Maybe you are looking for