Petstore 1.0 as shipped and packaged with WL 6.0

Why is there so much overlap b/w petStore_EJB.jar and petStore.war?
Was this just laziness?
In my mind petStore_EJB.jar should only contain the ejb related classes. But
it contains every class including the web control layer, their beans,
everything.
Likewise the petStore.war's WEB-INF/classes direcotry should just contain
the beans but it contains all the ejb classes as well.
Why is this?

Hi Sundeep,
I have answered for vendor replication here :
One Client Solution
For product category, material and material type replication, this is same process through activation of relevant objects in table mdsv_ctrl_opt_a
Then you have to trigger the replication through mds_load_cockpit
For SUS, you have to select SUS_ONE (instead of EBP_ONE) in table bbp_backend_dest
That all what i know so far
Kind regards,
Yann

Similar Messages

  • How can I compile all functions, procedures and packages with a script?

    I need to compile all functions, procedures and packages of 5 schemas (users) with a script.
    How can I do it?
    Thanks!

    you can create a script to select all invalid objects in those schemas Since Oracle 8 introduced NDS this approach has struck me as a trifle old fashioned. It's much simpler to loop round the query in PL/SQL and use EXECUTE IMMEDIATE to fire off the DDL statements. No scripts, no muss, no fuss.
    Having said that, the problem with this approach and also with using DBMS_UTILITY.COMPILE_SCHEMA is that they do not compile all the invalid objects in dependency order. This may result in programs being invalidated by the subsequent compilation of dependencies. This is due to the introduction of Java into the database.
    The UTLRP script is much better, because it (usually) avoids cyclic references. But you still may need to run it more than once.
    In general it is better to avoid sledgehammer recompilations (like DBMS_UTILITY.COMPILE_SCHEMA, which starts by invalidating all the objects). If we have twenty invalid objects, nineteen of which are dependencies of the twentieth, we actually only need to recompile the master object, as recompiling it will trigger the recompilation of all the others.
    Cheers, APC

  • To generate Script of  procedures/functions and packages with grants

    Hi
    is there wome way for to generate Source Code Script of the some functions, procedures and Packages in file
    I must to generate Script withall grants
    Tia

    Datapump export with Content=Metadata_only.
    Use SQLFILE option to generate the Schema DDL which
    includes
    tables,indexes,grants,stats,procedures,triggers,views
    etc...Sorry, I'm using 10g , but I don't know to use DataPump, is there other method ?
    Thanks

  • ADT packaging with native extensions : permission denied error when running remote build.

    Hi Team,
    We are facing the following error when running the nightly ant build script on Mac machine for our air mobile application. We are using iOS native extensions and package with ADT. This works fine when we run the build as local user in the Mac machine. Earlier we faced some issues due to headless build and we have added the <headless-server>true</headless-server> in corresponding config files (flex-config.xml, airmobile-config.xml). After that we are facing the following error, even when we run the ant build in headless mode using the following command.
    ant -Djava.awt.headless=true -f build.xml buildPackage
    When running this build as local user in the Mac build machine, we see a window opening with com.adobe.air.ADT while packaging. This is the issue when running nightly build as there is no graphics window.
    Can anybody please help how to get rid of this issue for nightly build using adt,jar?
    Here is the error from build log:
    buildiOSPackageWithNativeExtensionMac:
         [echo] Export the iOS package with Native extension for ApprovalsMobile in Mac
         [java] Exception in thread "main" java.lang.InternalError: Can't connect to window server - not enough permissions.
         [java]  at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         [java]  at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1827)
         [java]  at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
         [java]  at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         [java]  at java.lang.System.loadLibrary(System.java:1045)
         [java]  at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         [java]  at java.security.AccessController.doPrivileged(Native Method)
         [java]  at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
         [java]  at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
         [java]  at java.awt.Dimension.<clinit>(Dimension.java:70)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator.validateImageUri(ApplicationDescri ptorValidator.java:183)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator20.validateElement(ApplicationDescr iptorValidator20.java:121)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator25.validateElement(ApplicationDescr iptorValidator25.java:65)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator26.validateElement(ApplicationDescr iptorValidator26.java:62)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator30.validateElement(ApplicationDescr iptorValidator30.java:52)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator31.validateElement(ApplicationDescr iptorValidator31.java:46)
         [java]  at com.adobe.air.validator.DescriptorValidator.endElement(DescriptorValidator.java:239)
         [java]  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser .java:601)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XML DocumentFragmentScannerImpl.java:1782)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDri ver.next(XMLDocumentFragmentScannerImpl.java:2939)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImp l.java:648)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScanne rImpl.java:140)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDo cumentFragmentScannerImpl.java:511)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.ja va:808)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.ja va:737)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
         [java]  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java :1205)
         [java]  at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.j ava:522)
         [java]  at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         [java]  at javax.xml.parsers.SAXParser.parse(SAXParser.java:198)
         [java]  at com.adobe.air.Descriptor.validateXML(Descriptor.java:182)
         [java]  at com.adobe.air.Descriptor.<init>(Descriptor.java:56)
         [java]  at com.adobe.air.ApplicationDescriptor.<init>(ApplicationDescriptor.java:84)
         [java]  at com.adobe.air.ApplicationPackager.validateApplicationDescriptor(ApplicationPackager.java: 101)
         [java]  at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:64)
         [java]  at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:217)
         [java]  at com.adobe.air.ADT.parseArgsAndGo(ADT.java:557)
         [java]  at com.adobe.air.ADT.run(ADT.java:414)
         [java]  at com.adobe.air.ADT.main(ADT.java:464)
    Thanks,
    Swathi.

    Note: Before the above error that were two other errors .
    1) The build complained that the adt-bundle-linux toolchain could not be found and required that it be added to .mozconfig. This was done.
    2) The build complained that dx could not be found.
    The configure file was edited and the values $DX, $AAPT and $AIDL were all set to the adt-bundle-linux/sdk/build-tools/android-4.4 path.
    The instructions given on the Mozilla Wiki did not work right for Android and several modifications were made to move it along. But this permission error is tough to figure out.

  • Copy all fucntions, proecdures and packages to another DB

    Hi
    I hope someone can help me. I don't normally have to do this so I am at a bit of a loss as to the best way to do this.
    I need to copy all functions, procedures and packages with a specific prefix (long story - nothing to do with me) along with their grants and synonyms to another database (dev to many other dbs, not just schemas ). How is best to do this? I work directly in development so this is usually taken care of and if i'm aksed its a quick execute of the package etc from souce control but obviously I don't want to be doing that.
    Any pointers would be much appreciated.
    Thanks
    Vicky

    This is great but I have just realised I face another probelm currently.
    I do not have direct access to the directory on the server where datapump files are located (and I assumed saved during an export. I don't have DBA rights either. Is there any ohter way of me generating scripts etc or should I just use a bat file and execute each source file one after another? and generate synonyms and grants using a sql command?
    just for info, basically I am responsible for all custom code so need to be able to move it around as requested.
    Again, sorry for asking, this is trivial but I would rather make sure I am doing this the right way.
    Thanks
    Vicky

  • How to use single ant build to package with and without native extensions

    Hi,
    I am using iOS native extensions for Adobe air. For this I am listing the extensionid in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
    Thanks,
    Swathi.

    why are you wanting to use single frames?
    They allow having the initial frame address stay in the
    address bar, and not
    show the linked page's address. The problems they cause
    usually override any
    value.
    Or- if we aren't using the same words the same way, please
    give an example
    site of what you want to do.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • App-V 5.0 SP2 (Office Deployment Toolkit) - Unable to create Project and Visio with different package ID

    We would like to create 2 App-V packages with the
    Office Deployment Tool
    - Visio Std 2013
    - Project Std 2013.
    The App-V packages are created successfully, the problem is that the package-id of both packages is the same.
    When we deploy for example, Visio to a client and afterwards Project, Visio gets replaced in App-V by Project.
    Is anyone else facing this issue ?

    So I wanted to bring everybody up to speed on some changes. You can manage multiple Office packages by generating different PACKAGEGUID attributes (https://technet.microsoft.com/en-us/library/jj219426.aspx?f=255&MSPPError=-2147217396)
    using the Office Deployment Toolkit BUT - the following still applies:
    Only one Office package can be deployed to a machine at a time.
    Only VL and Subscription Pro options are available for packaging via App-V.
    Steve Thomas, Senior Consultant, Microsoft
    App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
    http://blogs.technet.com/gladiatormsft/
    The App-V Team blog: http://blogs.technet.com/appv/
    The MED-V Team Blog: http://blogs.technet.com/medv
    The SCVMM Team blog: http://blogs.technet.com/scvmm/
    “This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”
    Steve is there any chance this stance may change, or is there any feedback we can give (we have already followed up with our TAM and have also put in tickets but effectively have not gone anywhere other then to explain what the model of support is)? 
    To be perfectly honest its a very hard model to support since users are licenses for Visio and Project separately, not to mention the lack of user publishing (targeting) and Office Standard support.
    We have put in advisory and problem tickets with MS for months in hopes of using the ODT packages in our non persistent VDI environment but I don't believe it will possible.
    In short if we have to separate our images or pools to support the various possibilities we are losing what App-V gains us: on demand (per user) publishing to limit the number of gold images we need.
    The loss of Office Standard support also leaves us in a tricky spot, because at the end of the day we have to find a way to support those users.
    Not looking to put you on the spot, just hoping there is a way to give effective feedback or discuss how to use the ODT packages in a way that makes life easier, not more restrictive.

  • What is wrong with my shipping address? I want to order pictures via apple store with iPhoto. Apple Id and payment seem ok. My current and correct shipping address appears with red letters. Why and what to do?

    What is wrong with my shipping address? I want to order pictures via apple store with iPhoto. Apple Id and payment seem ok. My current and correct shipping address appears with red letters. Why and what to do?
    Maybe this is relevant: I bought iphoto from the German apple store but I now live in Italy. I have tried German credit card with German invoicing address and Italian shipping address. And I have tried Italian credit card with Italian invoicing address and Italian shipping address. The phenomenon is the same: shipping address appears in red and I am asked to fill in the mandatory fields (which turn red whatever I enter).

    KarinavD,
    what is the setting for the Print Products Store in the Advanced Tab of the iPhoto Preferences?
    The country you select there has to match the billing address. And your billing address should match the country of your AppleID and credit card used with the AppleID.
    Regards
    Léonie

  • Does RM29.90 per month photography package with photoshop and lightrooms come with Adobe bridge app as well?

    Does RM29.90 per month photography package with photoshop and lightrooms come with Adobe bridge app as well?

    Does RM29.90 per month photography package with photoshop and lightrooms come with Adobe bridge app as well?

  • How to get  shipped orders, unshipped orders and orders with open deliverie

    Hi
    how to get  shipped orders, unshipped orders and orders with open deliveries
    can anybody answer this.
    points would be rewrded
    Thanks

    Hi,
    You can check in the VBUK table for the status of an order. If you do a Query on VBUK table to get all the orders whose delivery status is not 'C' or the total goods movement status is not 'C' you get to know the orders not yet shipped.
    Hope this helps. Reqard points if useful.
    David.

  • I have PS 4,5,and 6 installed on my Macbook Pro as well as Lightroom 4 and 5. Can I remove PS 4 and 5 and LR 4?  PS 4 is the total install and PS 5 and 6 are upgrades. LR 4 is the full package with LR an upgrade.

    I have PS 4,5,and 6 installed on my Macbook Pro as well as Lightroom 4 and 5. Can I remove PS 4 and 5 and LR 4? PS 4 is the total install and PS 5 and 6 are upgrades. LR 4 is the full package with LR an upgrade.
    I need space!

    First let me disabuse of a misconception:  All Adobe upgrades are FULL installers.  Whether you buy them as upgrades or new versions does not make an iota of difference.  The upgrade installers do not need to find a prior version installed, they just prompt you for the old serial number as well as the old one, and they do not rely on the old version in the least.
    Second, the time to uninstall an older version is BEFORE upgrading to a newer one.  Otherwise, the uninstaller from the older versions will mess up with your new install.  There are a gazillion files that are named the same and in the same locations as the new one.
    Your best bet now is to uninstall ALL the Photoshop versions you have installed, including the newest one, one by one, then run the Adobe CS Cleaner Tool, then run Repair Permissions from Apple's Desk Utility, and finally re-install the latest version.
    The other alternative, if your boot HD is large enough (very doubtful in case of a laptop like a Mac Book), is to leave all versions on it.
    Your choice.

  • Running a SSIS package with SQL Job and Linked Server

    I have a SSIS 2008 package. In one of the Script task I am calling a stored procedure which is  using Openquery using linked server. I deployed this package with protection level as "EncryptWithPassword" and gave a password to the package.
    Created a SQL job and edited its command line to include the password. If I login to SQL Server Mgmt Studio with Windows Authentication and run the job manually it runs fine. But when I schedule it then I get an error that "The Communication link to Linked
    server failed".
    Please help 

    Hi Vivek.B,
    The issue should occur because the SQL Server Agent Service Account or SQL Agent Proxy account under which the job step runs doesn’t have sufficient permissions on the linked server.
    If the job owner is the sysadmin fixed server role, the job can be run under the SQL Server Agent Service Account or a proxy account, then please make sure the SQL Agent Service Account or the proxy account has corresponding login on the linked server. If
    the job owner is not a sysadmin fixed server role, the job must run under a proxy account. In this case, make sure the proxy account has a corresponding login on the linked server.
    Reference:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2009/10/13/who-owns-my-job-and-who-runs-it.aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • STO with WM with shipping and transportation process

    Hi ,
    Can anyone explain the process STO with WM with shipping and transportation?. What are all the config needs to be done for shipping and transportation?
    Regards,
    abi

    <STO with shipping>
    [1]
    Please set shipping data for the receiving plant and supplying plant.
    img -> mm -> purchasing -> PO -> set up stock transfer order -> define shipping data for plant.
    receiving plant <> ship to party
    supplying plant <> sales area.
    [2]
    Please assign delivery type and checking rule.
    img -> mm -> purchasing -> PO -> set up stock transfer order -> assign delivery type and checking rule.
    [3]
    Maintain shipping point determination:
    [4]
    Maintain and assign confirmation control key (if you are using two step STO and want to post GR via inbound delivery).
    This is the same as normal PO.
    ==========================================================
    WM and transportation.
    This is basically the same as normail WM and transportation.
    Once outbound delivery (replenishment delivery) is created, the process is the same as normal outbound delivery.

  • How I can to download sold-to-party and ship-to-party with the relationship

    Hello,
    I want to know how I can to download sold-to-party and ship-to-party through Middleware form R/3 to CRM and kept the relationships just as be defined in R/3
    When I downloaded a sold-to-party or a ship-to-party to CRM, they created in CRM as BPs without the relationships.
    How can I do this?
    Thanks and Kind regards,
    Ohad

    Hi,
    I downloaded "BUPA_REL" object, only the Contact Persons was downloaded,
    But is not relation ship to party with sold to party.
    So it's not solve my problem,
    Please help me.
    Thanks and Best regards,
    Ohad

  • STO with shipping and with billing, in PGI- Error Msgs- VL-608 & VL-609

    Hi..
    I have generated outbound delivery in STO  with shipping and with billing process.
    But, in PGI Quantity not picked and when i click PGI two error msgs came with message class-VL and message numbers 608 and 609.
    VL - 608 - Delivery has not yet been putway/picked (completely)
    VL - 609 - Delivery has not yet been completely processed in WM.
    I think this is related to Warehouse settings.
    Please help me in issuiging goods.
    Thank You.
    Govind.

    your issuing storage location is warehouse managed. hence you need a transport order to move the materials from the stroage bins to the interim storage type 916 for goods issue.
    Such TO is created with LT03 and need to be confirmed with LT12.  Then the status changes to picked. And subsequently you can post goods issue.

Maybe you are looking for

  • Repairing Disk Permissions

    My computer has been hanging up a lot lately, so I decided to Very Disk and Repair Permissions in Disk Utilities. The Verify Disk ran and showed no problems. However, when I run Repair Permissions, I get about two pages worth of errors that have gott

  • How to configure the services(WDA) in ESS with EHP7

    Hi Experts, I have a requirement to configure ESS/MSS in R/3 . fisrt time am going to configure the ESS/MSS in R/3 with  EHP7.currently we are using ECC6.0  EHP7 with SP 2 and portal 7.4 can any one help me out which business functions need to be act

  • URXVT and black bar graphics glitch. *annoying*

    I have a problem, I'm using xmonad (display with no borders), and running "urxvt +sb -tr -fg green -bg black -sh 30" gives me a black bar glitch at the bottom and right hand side of the urxvt window seen at http://img102.imageshack.us/img102/4796/scr

  • Mass Deletion of Parked Document

    Hi, Can someone please let me know how to delete parked documents in MASS, using FBV0, we can delete one by one. If not mass deletion, is there any other option of mass archiving or not releasing kind of stuff? Thanks Balla

  • Through code, text value is not reflecting on pdf document

    Hi, Overview of issue. I layed few textbox(annotaion) on pdf and through .net code i am trying to update the value  but it is not reflecting on pdf document. code as below Acrobat.AcroApp AcrApp = new Acrobat.AcroApp(); Acrobat.AcroAVDoc AcrAvDoc = A