Dependency and exclusion

I have the following DEPENDENCY to the "Maven Ant Tasks Repository" as follows:
Note: "artifact" represents the Maven Ant Tasks repository.
<artifact:dependecies pathId="dependency.classpath"> 
<dependency groupId="org.hibernate" artifactId="hibernate" version="3.2.5.ga"> 
<exclusion groupId=javax.transaction" artifactId="jta"/> 
{code}
What does "exclusion" mean here?
And, does "dependencies" and "dependency" represent KEYWORDS?
Provided that the Maven Ant Tasks repository is located at:
{code}
<project xmlns:artifact="antlib: org.apache.maven.artifact.ant">  
</project>  
{code}
Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Solved on my own

Similar Messages

  • What is difference between Shared ,Exclusive and Exclusive but not commulat

    what is difference between Shared ,Exclusive and Exclusive but not commulative lock modes plese tell me

    Lock objects are used to synchronize access to the same data by more than one program.
    The lock mode controls whether several users can access data records at the same time. The lock mode can be assigned separately for each table in the lock object. When the lock is set, the corresponding lock entry is stored in the lock table of the system for each table.
    There are three types of lock modes
    1.Exclusive
    2.Shared
    3.Exclusive not cummulative
    Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.
    Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.
    Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.
    please go through these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eebf446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eed9446011d189700000e8322d00/frameset.htm
    briefly :
    You can lock the table or record by using following types of locking:
    1) Exclusive (E) the locked data can only be displayed or modified by single user i.e the owner of the object. Access to other users is denied.
    2) Shared (S) several users can access the same record simultaneously, but only in display mode and except the first one, who has asked for the data in update mode.
    3) Exclusive not cumulating (X) it is similar to exclusive lock. It allows only a single user access. E can be called several times from the same transaction. In contrast, a lock type X can be called only once during the transaction. Any other call for this lock is rejected.
    Activation of Lock Object
    1) When you activate the lock object, the functions are automatically generated. And these are ENQUEUE-EZN and DEQUEUE-EZN. EZN is name of the lock object.
    2) While ENQUEUE is used in program to set the code over the selected data depending upon the lock object arguments. DEQUEUE is used to release the lock.
    Thanks
    Seshu

  • Inclusive and Exclusive Free Goods

    Hello Folks,
    I wish to get confirmation on the following understanding:
    1. Free goods must be of the same material for  Inclusive bonus quantity method.
    2. For Exclusive method it can be either same or different material. Or must it be different material only?
    3. In both inclusive and exclusive, free goods is shown as a separate item entry with the item category TANN, for example.
    Cheers
    John

    Hi John,
    Please note as given below :
    1. Free goods must be of the same material for Inclusive bonus quantity method : It is not mandatory , we can use same material or different material .
    2. For Exclusive method it can be either same or different material. Or must it be different material only?: we can use same material or different material .
    3. In both inclusive and exclusive, free goods is shown as a separate item entry with the item category TANN, for example.: Yes , The item category will be TANN . with 100% discount.
    Thanks and regards
    Veera

  • Client dependent and client independent in ALE

    I am going through pdf learning of an ALE scenario,i couldnot get wat is meant by client Independent and client dependent.
    How can i conclude
    Create message type (WE81){color:green} Client independent {color}
    To create a new message type, follow these next few steps:
    u2022 Enter transaction WE81 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Create logical message type)
    u2022 Choose Create logical message type by double clicking on it
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to add a new type
    u2022 Enter the required message type, in our case it is ZINVRV and an appropriate description
    u2022 Save and exit.
    Your message type has now been created. The next step will be to link it to the IDoc.
    2.2.1. Link message to IDoc type (WE82 & BD69) {color:green} Client independent {color}
    To link the message type to the IDoc type follow these next few steps:
    u2022 Enter transaction WE82 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> EDI: Message Types and Assignment to IDoc Types)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    u2022 Enter transaction BD69 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Assign message type to IDoc for ALE)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    Your IDoc is now linked to your message type. We still need to link object types and add the message to the model before we can use the message.
    2.2.2. Maintain object type for message type (BD59) Client independent
    The ALE objects are used to create links between IDocs and applications objects, to control the serialisation, to filter messages in the customer model and to use listings.
    For our own message type and IDoc you must maintain object types for the links.
    If you want to check the serialisation for the message type, then you must maintain object types for the serialisation. If no serialisation object has been maintained for a given message type, then the serialisation will not be checked for this message type.
    To add an object type to our message type, follow these next few steps:
    u2022 Enter transaction BD59 (ALE -> Extensions -> ALE object maintenance -> Maintain object types)
    DOC NAME: ALE_SCENARIO_DEVELOPMENT_PROCEDURE
    Version 1 Page 6 of 16
    ALE Scenario Development Guide
    u2022 Type in your message type ZINVRV and press enter
    u2022 Click on New entries
    u2022 Enter your object type, LIFNR (We need to use the vendor as a filter object), the segment name where LIFNR resides, Z1INVRV, a number 1 for the sequence followed by the actual field name LIFNR
    u2022 Save and exit.
    You have now created an object that weu2019ll use as a filter object in the customer model to direct the flow of messages to the various logical systems based on the vendors in the filter of the message type ZINVRV.
    We now need to add our new message type to the distribution model.
    2.3. Configuring the Distribution Model
    This task is performed on your ALE reference client.
    2.3.1. Manual Configuration (BD64) {color:green}  Client dependent {color}
    To manually configure the customer distribution model, read the ALE configuration procedure, and follow these steps:
    u2022 Perform the Maintain customer distribution model directly function. (ALE -> Distribution customer model -> Maintain customer distribution model directly)
    u2022 Specify the customer model you want to maintain and the logical system that is to be the sender of the messages OR create a new model. (Create model ALE with logical system ALELS1C400)
    u2022 Choose the receiving systems to which the sending system must forward message type ZINVRV to.
    u2022 For each receiving logical system allocate the message type necessary for communication to the receiving systems as per ALE configuration procedure.
    u2022 Create filter objects (in our case LIFNR as the object type with the associated vendor number, 0000018001 with leading zeros, in the object area) for the message types.
    u2022 Save the entries.
    Refer my query within color:green
    Edited by: aditya  sharma on Jul 14, 2010 12:57 PM
    Edited by: aditya  sharma on Jul 14, 2010 1:01 PM

    A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.
    Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.
    Eg.
    Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.
    Smartforms are client independent, means changes done in one client will be reflected in all the clients.
    Server : ECC6
    Client : 100 , 200 , 300 , 400
    Now suppose you have developed report in DV server client 100.
    Then you will be able to see that in all clients.
    Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...
    Now suppose you have developed a script in DV client 100.
    You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.

  • BPM Collect Message dependent AND time dependent

    Hi
    I have a IDOC to file scenario where I have to collect all the IDOC until I receive a stop IDOC.
    Once the End collect IDOC is received I have to do a n:1 transformation and write the file to the FTP.
    The problem is, at times the IDOC which is suppose to end the collect loop gets stuck in ECC R3 system.
    So Im wondering If I can do something like say, we have two options inside BPM both time dependent and message dependent.
    In this case which ever comes first (the Stop/END IDOC or the Time say 3 mins) will end the collect process.
    Can anyone pls suggest will it work and if so what are the additional steps I have to introduce in the BPM.
    Pls advice.
    Right Now these are the steps in the BPM Collect Message dependent.
    1. Block (I have used correlation)
    2. Fork inside the block
    3. Fork branch one has a look with end condition as 1=1; then a receive step and a container operation inside the loop.
    4. Fork branch two receives the end collect idoc.
    5. Transform step outside the block.
    6. Send step.
    Thanks
    Prasanna

    Hi Abhishek/ Raj
    Thanks!!
    I have done the changes let me confirm after testing it once. In the mean time I have one more question regarding the same BPM, as I have mentioned in the first post, the BPM contains the 6 steps mentioned but the the 6th step is inside another block (Block2).
    The steps 1 to 4 are inside Block1.
    The step 5 ie the transformation step (n:1) is in between the Blocks ie not inside any block (hope im not confusing).
    The second block is for sending the file to the FTP and based on the acknowledgement (transport level) I have to send an email.
    So Block2 already contains a deadline branch, it is to wait for the positive acknowledgement for say 3 mins and send the error email if incase we dont get positive ack within the time limit.
    My doubt is,
    1. Is it the only way (having two block and two wait steps) to achieve this.
        (one block for collecting and one block for ack)
    2. Is there any way I can have a single Block in the BPM insted of two. If so what are the steps.
        Having single block, Will improve anything??
    Thanks
    Prasanna

  • Starting up in shared and exclusive mode

    pls what is the sql syntax to mount a database exclusively, and also mounting in shared mode.

    Oded,
    Actually there is. EXCLUSIVE and SHARED were once used for Oracle Parallel Server.
    SHARED meant: allow both instances to function.
    EXCLUSIVE meant: allow only the current instance to function.
    That said
    SHARED has been replaced by CLUSTER_DATABASE = TRUE
    and EXCLUSIVE by CLUSTER_DATABASE = FALSE
    Sybrand Bakker
    Senior Oracle DBA
    Experts: those who did read dcoumentation.

  • Does namcap differentiate between depends and makedepends ?

    In my mesa-r600-git AUR package i have the following dependency lines :
    depends=('libxt' 'libxxf86vm' 'libxdamage' 'xorg-server' 'libxv' 'libffi')
    makedepends=('pkgconfig' 'python2' 'talloc' 'libxml2' 'imake' 'git' 'glproto' 'dri2proto>=2.6' 'llvm>=3.0' 'xorg-server-devel' 'libxvmc' 'libvdpau')
    When i run namcap on the pkg, it reports :
    mesa-r600g-git W: Dependency libffi included but already satisfied
    it is true that python2 and llvm both require libffi to be installed, but these are makedepends, while libffi needs to be present at runtime.
    The man page for namcap doesn't make clear if namcap does make  a difference between depends and makedepends, does somebody know if it DOES ?

    libffi is in your dependency tree...
    |--libxt
    |--libsm
    +--util-linux provides util-linux-ng
    |--udev
    |--glib2
    |--libffi
    but there is nothing wrong with specifying it anyway.  Hence it is just a warning.

  • Hierarchies,dependent and internal and external hierarchies .

    Hi Gurus,
    Pls let me know about time dependent and internal and external hierarchies .
    Regards
    Karan

    Ok to clarify
    Coflaher,
    My end goal is to use Jabber for windows as an internal IM client which currently works fine as "saMAccountName"@domain.loc. I would also like to be able to federate to services listed under the Interdomain Federation section of the document you refered to above.
    How should my IM address field read? Since you say it needs to be resolvable from external sources. This leads me to believe my IM field should read "firstname.lastname"@domain.ca instead of "saMAccountName"@domain.loc
    Yet when add the following to my jabber.config.xml file it seems to loose it's mapping to all the other fields in AD.
    This part of the documentation doesn't seem entirely clear. Your assistance is much appreciated.
       true

  • About material listing and exclusion?

    Hi,
    I set material Listing and Exclusion procedure to a order type, the exclusion procedure is work well, but the listing procedure do nothing, actually I really don't know what the   listing means. is it possible to limit only a group customers can create this kind of sales order ?
    Thanks,
    Lance

    hi,
    basically there are two things will be maintained by the organisation.
    1. listing and
    2.exclusion.
    listing means where the items/materials are listed- represents the material available in the company.
    exclusion- where the items/materials removed from the company's list.- material is not available in the organisation.
    but in standard SAP, if u r maintained the same material for listing and as well as the exclusion, it considers only exclusion. in that case, u have to go to VB02, and remove the material/items from the exclusion list, so that it item will determines in the sales order while u r creating.
    plz. assign those listing/exclusion procedure to ur standard document types. and maintain the condition record thru VB01.
    i hope the concept of listing/exclusion will make you understand after u read this above information.
    reward points if it is useful.
    regards
    KR

  • Additional Dependent and Beneficiary Information

    Hi,
    Nav : Employee Self Service > Personal Actions > Dependents And Beneficiaries : update > Additional Dependent and Beneficiary Information
    what is the DFF name or where/how can i add one more field to capture the Benifit Percent Share...
    Regards,
    Giridhar.

    Hi,
    Below are two DFF's which are used to enter Dependent & Beneficiaries:
    Further Contact R'ship Information (Human Resources)
    Add'l Contact Rel'ship Det's (Human Resources)
    Just check whichever flex is applicable in your Case.
    Regards,
    Razi

  • Activity Dependant and Independant Cost in real time scenarios

    Hi SAP Gurus,
    I know what is activity Dependant and independant costs.  But i would like to know in the realtime scenario what are the costs that would be treated as activity dependant costs and how thay will be handled.
    You answer would be suitably rewarded with points
    Thanks in advnace

    Hi
    In real time based on client practices, the cost/activity plan will be based on activity dependant cost.
    ex: There is Quality control department and it carries out testing of the products.
    now, to get plan/budgeted cost/activity, we can choose the requied cost elements to be planned for the period.
    like:
    the cost elements are
    QC cost elements
    Salararies & Benefits
    Indirect Materials
    Indirect Expeneses
    and fixed expenses
    for above cost elements we do cost/activity dependant plan and calculate the cost per i hour of testing based on parameters.
    Regards
    Laxmiprasad

  • List of client dependant and independent

    Hi All,
    Can any one let me knw the list of objects which are client dependent and which are not.
    Thanks,
    Vibha

    Hello Vibha
    The following list shows the client-dependent repository objects:
    LIMU     FSEL     Field Selection
    LIMU     VARI     Report Program System Variant
    R3TR     COC1     CO: Cost Centers
    R3TR     COC2     CO: Activity Types
    R3TR     FORM     SAPscript form
    R3TR     LODS     HRDSYS: Logical information object client-dep. table E SYST
    R3TR     PCYS     HR: Transport standard personnel calculation rules
    R3TR     PHDS     HRDSYS: physical information object client-dep. table E SYST
    R3TR     SBNL     Logical Information Object for BDS
    R3TR     SBNP     Logical Information Object for BDS
    R3TR     SBNR     BDS: Relationship Between Information Objects
    R3TR     SBPL     Logical Information Object for BDS: Bid Invitation
    R3TR     SBPP     Physical Information Object for BDS
    R3TR     SBPR     BDS: Relationship Between Information Objects
    R3TR     SBRL     Logical Information Object for BDS
    R3TR     SBRP     Physical Information Object
    R3TR     SBRR     BDS: Relationship Between Information Objects
    R3TR     SBSL     Logical Information Object for BDS
    R3TR     SBSP     Physical Information Object
    R3TR     SBSR     BDS: Relationship Between Information Objects
    R3TR     SBTL     Logical Information Object for BDS
    R3TR     SBTP     Physical Information Object
    R3TR     SBTR     BDS: Relationship Between Information Objects
    R3TR     SBWL     Logical information object for BDS
    R3TR     SBWP     Logical information object for BDS
    R3TR     SBWR     BDS: Relationship between information objects
    R3TR     SRHL     SRM: Hierarchical Lists
    R3TR     SRLD     Language-Dependent Client-Specific Retrieval Index Objekt
    R3TR     STYL     SAPscript Style
    In contrast to client-independent repository objects which can be imported into any client these objects must be transported into their specific target client.
    Regards
      Uwe

  • Component dependency and sld dependency

    hi all,
    i need to create,component dependency and sld dependency.how to create and wht is the use of these dependencies.
    regards,
    AVR

    Hi,
    it's explained here:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/63977c40b54ddfe10000000a1553f7/frameset.htm
    Regards
    Patrick

  • Urgent:Why Script is cliend dependant and smartform is not client dependant

    Hi all,
    Can any one pls tell me why script is client dependent and smartform is not client dependant.
    <b>Please give some real time examples in brief</b>
    regards
    tapu

    Hi
    DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:
    1. script is client dependent one while smartform is client independent.
    2. In scripts we have to write print program while in smart forms it is not necessary.
    3. In scripts we can print background logo while in smartforms we cant print background logo
    4. In scripts we have 99 main windows while in smartforms we have only 1 main window.
    5. In scripts we should write paragraph format otherwise we cant execute program while in smartforms no need to create paragraph formats .
    6. In scripts we can print the text in only two character formats.
    while in smartforms we can do with more.
    7. In scripts we dont have line types while in smartforms we have linetypes.
    8.Multiple page formats are possible in smartforms which is not the case in SAPScripts
    9.It is possible to have a smartform without a main window .
    10.Labels cannot be created in smartforms.
    11.Routines can be written in smartforms tool.
    12.Smartforms generates a function module when activated.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...
    also refer
    difference between smartforms and scripts
    Diff betwen Scripts & smartforms
    advantages of smartforms over scripts
    Whenever a smartform is created, a funciton module gets generated. So, we can access the smartform in different clients. But in case of scripts, it is not so.. So, scripts are client dependent.
    Smart Forms are implemented using the Function Module SSF*, and all the logic lies in the FM. Function Modules are client independent objects, so Smart forms are also client independent
    SAP Scripts are the Layout Forms that you design and there are aviable in the client in which you have created them, for making them available you have to copy across the clients.
    Because, Sapscripts are saved in ITF format as text in client dependant tables STXH and STXL. smartforms are not saved in client dependant tables and visible across clients.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. As you have noted correctly, client dependence is a fundamental one.
    Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports; if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean. Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    Conversely, a Smart Form is significantly more robust and complex. For instance, it can contain program nodes and nested tables with patterns. When a Smart Form is compiled, it generates an ABAP function module – and these are always client-independent. This is appropriate, given that this form has more in common with an ABAP program than its predecessor. For instance, when a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from the print program. In fact, the join is so seamless that I often find myself using a Smart Form's Initialization section for logic to handle any data gathering not handled by the print program. I would never even think to attempt this with SAPscript.
    I suspect several factors figured into SAP's decision to make Smart Forms client-independent, including customer feedback. There are significant advantages to client-independence. For instance, a change made in one development client happens immediately across all development clients. Among other things, this means we don't have to waste time figuring which client contains the most recent version -- they all do! In addition, transporting Smart Forms is easier, since we can safely bundle them together in the same transport as their client-independent print programs (no worry about mixing client-dependent and independent objects).
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Differentiating Between Dependent and Independent Data

    HI,
    How can I make a differentiation between dependent and independent data?

    HI,
    If you double click a Transfer requirement in SE10 or SE09 and then press F4 in the field category, you will find some helpful information.
    Client dependent or independent transfer requirements include client specific or cross client objects in the change requests. Workbench objects like SAPscripts are client specific, some entries in customizing are client independent.
    If you display the object list for one change request, and then for each object the object attributes, you will find the flag client specific.
    If one object in the task list has this flag on, then that transport will be client dependent.
    You can also find a list of the high class objects in SAP, here you will see the flag on/off. Use TCODE SOBJ.
    Start STMS and double click on the request itself, you will see which type of request it is (Workbench -> client independent or Customizing -> client dependent).
    I recommend you to import every request on each client without looking inside the request.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

Maybe you are looking for

  • Technical Error when uploading a file using java 1.6.0_17

    When I'm uploading a mp3 file size 84.01 Mb i get the following message: Warning-Security Name:MyFTPUploader Publisher:JavaAtWork From:http://mixes.djfez.com A box is ticked if you always trust the content from this publisher and then there is the op

  • Vendor balance transfors

    HI friend i have doubht ,in vendor balances updations, while tranforing vendor balances from 2009 to 2010, through f.07. some vendors are already showing some opening balance, how that vendor swill be transfor, weather we will transfor vendor balance

  • Library Tags, can I do it? How?  ** newbie **

    Can I use Library Tags with iFS? Reading the docs (Library Tags) and trying to understand them. It appears that I need to put the taglib.tld and web.xml in the WEB-INF folder. Should these go into iFS ifs/jsp-bin/{app}/WEB-INF or in custom_classes/{a

  • Howe much is it to fix a cracked screen

    How much does it cost or to get fixed a cracked screen on an iPod 4th generation

  • Attaching pictures from iphoto 08

    How do I attach photos from within Mail. I hit "attach" like I would if I wanted to add any other file, but then can't navigate to my pictures in iphoto 08. Is it possible to email pictures this way? I know how to email them by going at it through ip