Create and add cartridge PERSONALIZED Hello World to SIR in Oracle 11.1 trade

I'm working on a CRS application based. I went through the code in assembler Development Guide for creating model of Hello World in Discover. But I'm not able to create a model of Hello everyone in the same way for CommerceReferenceStore. Please guide me how?

You have mapped your cartridge in /atg/endeca/assembler/NucleusAssemblerFactory.properties?

Check if your cartridge can be found in :/dyn/admin/nucleus/atg/short/assemble/NucleusAssemblerFactory /? = propertyName handlerMapping are mapped.

If you access /crs/cartridges/HelloWorld/HelloWorld.jsp in the browser returns the contents of jsp or return 404?

More errors in the log?

Tags: Oracle Applications

Similar Questions

  • Need to create and add RDM disk while calling reconfigVM

    Hello

    Now I create RDM disk help createdisk method and then added the disk of the virtual machine by using the reconfigvm method using vsphere sdk in c# but I need to create and add the disk while calling the reconfigVM only. I searched and found a code as example.

    diskSpec.operation = VirtualDeviceConfigSpecOperation.add;
    diskSpec.fileOperation = VirtualDeviceConfigSpecFileOperation.create;

    ". According to my understanding, vmdk file can create while adding the LUNs as disk RDM using both add and create function, but then I try these i couldn't succeed. If anyone has tried what can you share your code or suggestions please.

    Thank you

    Vijaya

    Vijaya,

    I guess that how you specify the devicename property is invalid. You just need to assign the devicename you recovered in QueryConfigTarget to the devicename of the backup file.  Please refer below snippet for adding disk:

    Request for more information on specific devices that can be used to back up virtual devices

    CTAR ConfigTarget = cb.getConnection () .getService () .queryConfigTarget (envBrow, hostmor);

    VirtualMachineScsiDiskDeviceInfo [] arrSCSILun = (VirtualMachineScsiDiskDeviceInfo []) ctar.getScsiDisk ();

    HostScsiDisk drive;

    If (arrSCSILun! = null) {}

    for (int i = 0; i)< arrscsilun.length;="" i++)="">

    disc = arrSCSILun [i] .getDisk ();

    If (disk == null) {}

    continue;

    }

    else {}

    deviceName = arrSCSILun [i] .getDisk () .getCanonicalName ();

    }

    Add a disk
    VirtualDeviceConfigSpec diskSpec = new VirtualDeviceConfigSpec();
         
    diskSpec.setFileOperation (VirtualDeviceConfigSpecFileOperation.create);
    diskSpec.setOperation (VirtualDeviceConfigSpecOperation.add);
         
    VirtualDisk disk = new VirtualDisk();
    VirtualDiskRawDiskMappingVer1BackingInfo diskfileBacking = new VirtualDiskRawDiskMappingVer1BackingInfo();
         
    diskfileBacking.setFileName("");
    diskfileBacking.setDiskMode ("persist");
    diskfileBacking.setCompatibilityMode ("physicalMode");
       diskfileBacking.setDeviceName (deviceName); It's the devicename you got above
    System.out.println ("DeviceName assigned is" + deviceName);
    disk.setKey (new Integer(-101));
    disk.setControllerKey (new Integer (diskCtlrKey));
    disk.setUnitNumber (new Integer (0));
    disk.setBacking (diskfileBacking);
    disk.setCapacityInKB (1024);
         
    diskSpec.setDevice (disk);

    And to set the loglevel, please visit: http://kb.vmware.com/kb/1001457

  • Create and add a slider?

    Is there a way to create and add a new cursor image in Captivate? I am using Captivate 5.5. I also have Flash CS4.

    LOL, as with anything we can rarely be absolutely certain of nothing. Especially when the programmers are involved. Tricksy coders, they can be!

    It has always been my own understanding, that this is where Captivate has obtained its list of sliders presented to the author.

    It would be really cool if one of the development team was watching this thread and could meet to put us all straight on how things work "cursor-wise.

    Hello? Adobe? Each of you to look at this thread?

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • Create and add a message in the log off screen on a Windows 7 PC

    Original title: Log Off Message

    Hi, I was wondering if it is possible to create and add a message in the newspaper off the screen of a Windows 7 PC

    I searched and found only information on adding text in the log to the screen. This text will include the verbiage "Don't forget your USB."

    You can use a script to logoff to do, which is a file that runs automatically when the computer disconnects. http://TechNet.Microsoft.com/en-us/library/cc753583.aspx

  • Deploy the Hello world on a test Oracle eBusiness Suite application

    Hello

    I created the project Hello World in the Oracle Applications Framework (11.5.10 RUP5) Developer Guide.

    How to deploy the "application" of the e-Business Suite test environment? The Devguide shows how to perform a large number of additional measures, such as the deployment of the business object and so forth (the helloworld application is none of those)...

    What steps are necessary to deploy the Hello World application, to make it work in e-Business Suite (Chapter 1 Page 26)?

    Thanks for the tips!

    Your script does not mention the root directory. Run this:

    /MyTest/Oracle/dbcomn/Java/Oracle/Apps/AK/Hello/WebUI/AndrasPG.XML - rootdir/mytest/oracle to Java oracle.jrad.tools.xml.importer.XMLImporter/dbcomn/java/apps - username username-password xxxxxx - dbconnection "(description = (addr
    "(ess_list = (address = (community = tcp.world) (protocol = tcp) (host = 10.1.0.x)(port = 15xx))) (connect_data = (sid = x))).

    Hope that you enter the correct host, port, and SID number.

    Concerning
    Sumit

  • BlackBerry smartphones want to create and add new folder Media Card/Curve 8320 T-Mobile


    Thank you Jeremy! It's just what I wanted to do. My first hike in "Adding records to the breast of media"... I wanted to rely on the experienced before trying to do so. I always thought media means only audio and video (as suggested by the 4 basic native folder/files in the media). Now, I understand "text" files are also available within the native app of Media thanks for getting back to me...

  • employee to create and add job API

    Hi all
    I am trying to create an employee via the API but I am unable to find a suitable parameter to pass the value of employment. Do I need a different API call or something else?

    Here is the code example:
    HR_EMPLOYEE_API.CREATE_EMPLOYEE
       (
       P_HIRE_DATE                     =>     TO_DATE('01.01.2012','dd.mm.yyyy') 
      ,P_BUSINESS_GROUP_ID             =>     0
      ,P_LAST_NAME                     =>    'Last name'
      ,P_FIRST_NAME                    =>     'First name'
      ,p_date_of_birth                 =>     to_date('01.01.1988','dd.mm.yyyy')
      ,P_SEX                           =>     'M'
      ,P_EMPLOYEE_NUMBER               =>     L_EMP_NUM
      ,P_PERSON_ID                     =>     L_PERSON_ID
      ,P_ASSIGNMENT_ID                 =>     L_ASSIGNMENT_ID
      ,p_per_object_version_number     =>     l_per_object_version_number
      ,P_ASG_OBJECT_VERSION_NUMBER     =>     L_ASGOBJECT_VERSION_NUMBER
      ,p_per_effective_start_date      =>     l_effective_start_date
      ,p_per_effective_end_date        =>     l_effective_end_date
      ,P_FULL_NAME                     =>     L_FULL_NAME
      ,P_PER_COMMENT_ID                =>     L_COMMENT_ID
      ,P_ASSIGNMENT_SEQUENCE           =>     L_ASSIGNMENT_SEQUENCE
      ,P_ASSIGNMENT_NUMBER             =>     L_ASSIGNMENT_NUMBER
      ,P_NAME_COMBINATION_WARNING      =>     L_NAME_COMBINATION_WARNING
      ,P_ASSIGN_PAYROLL_WARNING        =>     L_ASSIGN_PAYROLL_WARNING
      ,P_ORIG_HIRE_WARNING             =>     L_ORIG_HIRE_WARNING
       );
    Any ideas?

    The EBS version: 12.1.3.

    DB version: 11g



    Thanks in advance,
    Bahchevanov.

    A manual update is not sure.
    I assume that the work that you created is not valid from the start_date assignment, also a CORRECTION option is to throw an error.

    Locate the DATE_FROM value for the job_id argument in the per_jobs table.

    See you soon,.
    Vignesh

  • Hello World error

    I installed the BB_JDE_PluginFull_1.1.1... several times now

    It is the Beta 2 of the BB Java plug-in for eclipse v1.1.

    I think I followed all the installation instructions correctly.

    I created a BB project called Hello World, has copied the tutorial sample code and it seems to do very well, but I get the following error:

    Command line error - BlackBerry Smartphone Simulator
    ----------------------------------------------------
    Unknown option: World
    Try "flight/Help" using the command line.

    Any ideas what I did wrong?

    Try to rename the project into something with no spaces (such as "HelloWorld")

  • A simple Hello World application but impossible to the EAR file create

    Hello guys,.
    I am new to ATG platform,
    I just want to print hello World in ATG in browser to test. I have create this module structure

    Hello world-leading of the project (creation in eclipse by clicking New-> dynamic project)
    When the project is created. I've added four records.
    1 build
    2 Config
    3.J2EE - apps-> HelloWorld.war-> WEB - INF-> TLDs and lib (also a file web.xml that contain the path to the tld libraries link. I pasted respective jar and tld to respective folder)
    4.META - INF-> MANIFESTO. MF
    part I created two jsp page Hi.jsp and hello.jsp which lie in the sources folder in my dynamic project in which I just wrote Hello everyone within the Organization

    I have also included external ATG pots (BuildPath).

    It's my MANIFESTO. MF file

    Manifest-Version: 1.0
    ATG-Date:
    ATG-EAR-Module: j2ee-apps/HelloWorld.ear
    ATG-time:
    ATG-Version: 10.1
    ATG-Config-Path: config /.
    ATG-Build: 528
    ATG-J2EE: j2ee-apps/HelloWorld.ear
    ATG-Full Version: 10.1
    ATG-required: DSS DAF

    My workspace is C:\ATG WORK\HelloWorld


    When I want to create EAR file in cmd prompt
    CD C:\ATG\ATG10.1\home\bin
    runassembler HelloWorld.ear m HelloWorld DSS DafEar DafEar.Admin

    I get this error


    The Assembly began.
    The target application is C:\ATG\ATG10.1\home\bin\HelloWorld.ear.
    Error (s): error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld
    Cause: error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld
    TAKEN AT:CONTAINER:atg.appassembly.ApplicationAssemblerException: Error: there is no ATG platform or application package installed that contains an AppModule which my
    TCHES HelloWorld; Source: ATG.applauncher.AppLauncherException: Error: there is no ATG platform or application package installed that contains an AppModule which corresponds to
    HelloWorld
    at atg.appassembly.EarInfoFactory.createEarInfo(EarInfoFactory.java:119)
    at atg.appassembly.Main.main(Main.java:447)
    SOURCE EXCEPTION: atg.applauncher.AppLauncherException: Error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld

    at atg.applauncher.versioner.Versionator.createInitialRequirements(Versionator.java:299)
    to atg.applauncher.versioner.Versionator. < init > (Versionator.java:109)
    at atg.applauncher.MultiInstallLocalAppModuleManager.expandSearchPath(MultiInstallLocalAppModuleManager.java:176)
    to atg.applauncher.MultiInstallLocalAppModuleManager. < init > (MultiInstallLocalAppModuleManager.java:132)
    at atg.appassembly.EarInfoFactory.createEarInfo(EarInfoFactory.java:114)
    at atg.appassembly.Main.main(Main.java:447)
    Cleaning.


    Please can the guy to correct my error. I would be very grateful to you.

    Published by: 958333 on September 11, 2012 03:55

    Published by: 958333 on September 11, 2012 03:55

    Published by: 958333 on September 11, 2012 03:56

    Hi, can you tell what data source do you want to set up?
    and no need to create directly from java project as mentioned above, you can create atg module as: file-> new-> project-> java-> atg assistants-> select new Module ATG and go to the next-> set as MyProject project name and select root diretory as C:\ATG\ATG10.1, and then click next-> select applications needed by senario engine Adaptive by default atg is selected , so there's no need to add more and click to-> here you will find modules by default, DAS, DPS, DSS, so no need to add more and go to the next--> you can change the default ' output folder ' as ' MyProject/classes' that shows ' MyProject/bin' that will store our files * .class, then click-> set Name = MyProject-j2ee application J2EE , the Web application name = MyProject-web, Context-root = MyProject, then select target Applicaton Server = JBoss(for Example;you can choose any->click to finish.->)
    Now start your engine server Adaptive senario atg-> commond open prompt and start the dynamo Server (for example, I am considering server like jboss)
    C:\Training\ATG\ATG9.1\home\bin\startDynamoOnJBOSS f MyProject-> open new browser and go (for example, http://localhost:9090/MyProject)
    If you are able to see the page index.jsp on browser then you did.
    -RMishra

    Edited by: RMishra on Sep 13, 2012 17:03

  • Hello world!! the rookie again! disorders of "renditions" ipad iphone and some doubts please!

    Hello world!!! several questions please:

    1. I neeed update for the client, an application for dps ipad real and alive, with a new iphone and ipad version update! I made a standard size of 768 x 1024 ipad and match the iphone 5 and 6, but not the iphone 6 more!

    Which is the best size 'generic or standard' to fit the iphone 6 more? possible or I need to build several formats and different sizes to match the iphones 4, 5, 6, and 6 more?

    2. do I need to work the new provisions of alternatives for all items? I mean I now the 768 x 1024 ipad standard layout, and then updated to itunes connect download again once a new .ipa file that includes all the new iphone alternates 6 plus size 1136 x 640 and 1024 x 768 ipad?

    3. the best method recommended is the liquid layout?

    Tank much at all and sorry for my silly questions im just a rookie in this world of dps great app!

    Hi Maurice.

    (1) you don't need to create content for the 6 +. See my next response below.

    (2) you need to create new items for all screen sizes different iOS device you want to target. Other layouts in InDesign can help with this, but you still need to manually adjust everything to get different sizes. It's really not worth it to create a new layout for each different iPhone. It is better to make a set of content 1136 x 640 for the iPhone 5 and later devices and a set of content to 480 x 320 for the iPhone 4 and earlier versions of devices. These numbers are taken from https://helpx.adobe.com/digital-publishing-suite/help/create-folio-renditions.html.

    3) there is a single method, but if it is the best depends on how you want to design your content for phones. In some cases, it is easier to just start with new documents for renderings of phone from the page layout is usually much simpler.

    Neil

  • Hello world. I want to use Adobe FLEX Builder 2.0 and now need to setup of ColdFusion MX 7.0.2. Please help me...

    Hello world.

    Today, I have some work with Adobe FLEX Builder 2.0.

    I downloaded the FLEX builder 2.0.1 and installed.

    After that, I have to install ColdFusion to Flex Builder 2.0 extensions.

    The ColdFusion MX 7.0.2 must be installed.

    I tried Googling and ColdFusion MX 7.0.0 downloaded and installed.

    But I can not find CFMX 7.0.2 installer.

    Could someone help me please?

    Thanks for your reading.

    Kind regards.

    You can find a version older ColdFusion at http://www.gpickin.com/cfrepo

    Site does not appear to be loading at the moment, so here's a direct link with the repo: Sync, protect, and share your files - a cloud solution that is simple to manage business and personal storage.

  • Please recommend a Hello World tutorial to create mobile applications in Flash Builder.

    Can anyone recommend a Hello World tutorial to create an iOS and Android app using a project of Mobile of ActionScript in Flash Builder?

    Thank you!

    Don't steal time

    Try this http://www.adobe.com/devnet/flash-builder/articles/hello-world.html

    comes with a wedding video

  • How can I create a link or an installer that will open the bookmarks somebody bar and add some bookmarks?

    The goal is to embed a link in a word which, when clicked, opens the bookmarks bar and adds some bookmarks in the document. Another option would be that the link create icons from desktop to Web sites. The main deal breaker is we do not want to change the registry for this. All creative solutions are welcome.

    Thank you

    If it's for users as a whole and not in a given organization, forget the idea of profile, that would be much too intrusive.

    As noted by cor - el, an extension would have privileges to perform these changes. Some resources on developing extensions, since it is beyond the scope of this forum:

  • How to create flat sequence structure and add Subvi with true or false on an another flat following?

    How can I create next. flat and add a colum with VI and true Sub VI falseSub?

    What should be the flowchart:

  • Picasa 3 - How to create a slide show and add music?

    original title: Picasa 3

    I store all my photos using Picasa. I know how to create a slide show. Last year I managed to create a slide show AND add a piece of music. The problem I have is that I don't remember how I did it!

    I don't want to use other software and hope that someone more computer can help me re-trace my steps and create a slideshow with music.

    Sincere thanks for all the help offered.

    A

    I store all my photos using Picasa. I know how to create a slide show. Last year I managed to create a slide show AND add a piece of music. The problem I have is that I don't remember how I did it!

    I don't want to use other software and hope that someone more computer can help me re-trace my steps and create a slideshow with music.

    Sincere thanks for all the help offered.

    A

    It is a forum for Microsoft Windows XP.  Picasa is a Google product.

    I suggest you try the support for Picasa here (<-- this="" is="" all="" a="" link. ="" click="" on=""> )

    You can also try to post in the forums to Picasa (<-- this="" is="" all="" a="" link. ="" click="" on=""> )

    You can also like this: http://geeksontour.tv/learning-library/picasa/

    And this: http://sites.google.com/site/picasaresources/

Maybe you are looking for

  • I need assistance with my sound on mac

    I need help for my mac is having a frustrating glitch;Every time I try to load everything that has to do with the sound, it does not work, I call a friend on Skype, Skype freezes, he can't hear me I can't hear itSteam appeal, I do not hear him he can

  • M200 cracking plastic

    Anyone else had problems with the coating of the crac-King plastic screen? 3 months after I bought my PC, I got the screen into tablet mode, and seized it. I tried to call centres service here for the Denmark, but I was told that it was not a warrant

  • Printer Officejet 5740: can not find the claim code to register the printer Officejet 5740

    I printed the map which is supposed to have the claim number, but it's not about it, there only diagnostic results.  I can't find it on the box or the other.  This printer is going to get knocked down a star in a review to be a PITA for the program i

  • Satellite Pro M10: Need Wlan drivers for 802. 11 G

    I need different drivers after formatting the HARD disk an important is the driver for the WiFi card.The only one I can find is B I need a to G hope you can help, the conection keeps falling and makes me crazy x

  • Test of parallelism by using batch processing model

    Hello! I am relatively new to TestStand and have a question that seems to have an easy solution, but I can't understand (looked like the examples, forums, etc.) We use the model batch (minor modifications for reporting) but all run sequentially and h