Some Doubts in JAXB

1. I want compile multiple schemas at a time. should I give same package for all schema ?
2. When I give same package for all schema, The generate ObjectFactory class is of last schema.
3. Should I give different package for each schema ?

Yaa, that's fine.
1. If I want to put more than one schema in one package, is there any solution for that ?
2. Otherwise how can I compile more than one schema through binding compiler at a time ? As I am using ANT for binding, how can I assign package name for each schema, if I want to compile more than one schema at a time ?

Similar Messages

  • Some doubts in Workflow

    HI Gurus ,
    I have some  doubt in workflow basically I know how to use them but i don't know what is functionality ,
    could you plz explain me , else suggest me
    1. why we have to do delegation , what happens at run time if we don't do delegation
    2. What is the diff between task and workitem
    Thanks
    Prasad

    Hello,
    I would suggest searching for "sap workflow" on the internet, buying a SAP workflow book and/or taking a SAP workflow course.
    regards
    Rick Bakker
    Hanabi Technology

  • Some doubts in BW3.5

    <Moderator Message: Please read the rules of engagement. You should not post multiple questions to one thread, also use meaningful subjects.  And don't offer points.>
    HELLO Guys
    I have some doubts regarding SAP BW3.5...cAN anyone please clarify.
    1.this is regarding SID Concept.
    iIn extended start schema,there will be one fact table connected to many dimendion tables.Fact table and Dim tables are connected by dimension IDs.then this Dim table will hold various characteristics.every characteristic will store the characteristic value and address(pointer) to SID table.This SID table will hold again addresses(pointers) to attributes,text and hierarchy tables(if we assume that characteristic have attribute,text,hierarchy) which in turn contain the values.When a query is executed,the OLAP processor searches first for characteristics in dim tables and then with help of dim IDs traces Transaction Data in Fact table relevant for this combination of characteristics and gives output.Did I understand the concept right?
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    2.how does navigational attr decrease the performance?
    3.cAN YOU ASSIGN
        a. many datasources to one infosource
        b.one datasource to many infosources
        c.many datasources to many infosources...
    can you please give real time scenarios for this....
    4.how do SID concept improve BW/BI.
    thanks
    Surekha Chand
    Edited by: SChandx200 on Jul 2, 2009 7:35 AM
    Edited by: SChandx200 on Jul 2, 2009 7:37 AM
    Edited by: Siegfried Szameitat on Jul 2, 2009 1:09 PM

    Hi,
    You understanding is correct.
    {code)
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    {code}
    This question of yours is not very clear. Re phrase and post it again.
    2.how does navigational attr decrease the performance?
    Ans:- Say for example in the customer master table customer phone no is the navigational attribute. Now when you select this navigation attriubte in your report then the processor will go and first check the value of Customer say C1 and then determine C1 phone number. Now this look up of cusotmer will happen for every customer . So if say there are huge number of records for which this look up of customer first has to happen then obviously the performance will be impacted.
    Hope it is clear.

  • Some doubts in upgradation

    hi
    i studied some upgradation documents i have some doubts. please dont give any help files or again links for upgradation
    bec i need some scenerio why they need to follow this steps
    Check compounding consistency in MultiProviders
    Info Cubes Fact views
    BEX History
    STD SAP  Report
    0adhoc Templates Activation

    Hi suneel,
    check this links......
    Link: How to SAP BW 3.5 Upgrade Preparation and Post Upgrade CheckList (NW2004)
    Even this might be of use:
    BI 7.0 –Initial Hurdles
    May be useful for you,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742
    /message/5971540#5971540 [original link is broken]
    You may wish to check my thread below -
    https://forums.sdn.sap.com/click.jspa?searchID=13971844&messageID=3308304 Broad caster
    Upgrade preparation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/3221895#3221895 [original link is broken]

  • Some doubts in j2ee

    Hii..,
    Some doubts in j2ee .plz help with as
    1.What are the main difference between application server and web server
    2. two and three tier architecture differences
    by Anand PC

    Hi,
    1) a) A Web Server understands and supports only HTTP protocol whereas an Application Server supports HTTP,TCP/IP and many more protocols.
    b) Web server mainly deals with sending HTML for display in a Web browser, an application server provides access to business logic for use by client application programs. The application program can use this logic just as it would call a method on an object.
    c) Webserver is used only for jsp and servlets and for static functionality it has limited functionality and it doesn't provide any security ,persistence and it doesn't support EJB and JMS and JAAS like other functionality
    whereas Application server provide all functionalities.
    In short, Applicaion Server is a super set of which Web Server is a sub set.
    2) Two-tier architecture is a client/server architecture , where a request to do some task is sent to the server and the server responds by performing the task.where as a three-tier or a multi tier architecture has client, server and database. Where the client request is sent to the server and the server in turn sends the request to the database. The database sends back the information/data required to the server which inturn sends it to the client.

  • Record mode - some doubts

    Good morning … bom dia …
    I have some doubts about RECORDMODE … follow ...
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Is There some configuration on query ?
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    Thanks in advantage …. Obrigado …
    Kokeny, Marcio
    P.S.: I already read this some documents:
    http://scn.sap.com/people/swapna.gollakota/blog/2007/12/27/how-does-a-datasource-communicates-delta-with-bw
    (How does a datasource communicates "DELTA" with BW?)
    http://scn.sap.com/docs/DOC-54330
    (Recordmode Importance in SAP BI along with Delta Handling)
    http://scn.sap.com/docs/DOC-29927
    (Record mode Concept in SAP BI)
    - Record Mode Concept in Delta Management
    - 0RECORDMODE and Delta type Concepts in Delta Management

    Hi,
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    Why you got above doubt?
    Routines are used as per needs. Not based on 0recordmode.
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Not mandatory. if we run first time dtp  with delta mode option then no need to select change log option.
    if we perform dtp as init and later delta then we need to choose changlog option for delta.
    Is There some configuration on query ?
    No. 0RECORDMODE is upto DSO level only to track changes.
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    0record mode works based on data source delta type.
    Data source delta type you cam see from table ROOSOURCE and field deltyp - ABB.ABD.AIE...etc.
    Thanks

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • Some doubt with app in E71

    I have installed in my E71 some app that i found like "installers or shortcuts to internet" in Menu->Installations->... i downloaded data to install using my wifi, but now i have some doubt. Are those apps for free? For ex: "Tiger Wood.." "MultiScanner" "Wipresenter" "RT GR"
    If I go to: Menu->Installations->App. mgr. I can find all the apps installed. I have these ones:
    MMSync
    World Mate
    Nokia WebService Support
    Nokia InternetServices S...
    Wireless Presenter by...Advanced Call Manager
    Web Gate Utils Library
    DRM Common Solutions
    Top Hits Solitaires
    Windows Live - Installed by me
    Global Race
    MMIO Framework and...
    MultiScanner
    MMIO Libraries
    Spanish - Installed by me
    Swedish - Installed by me
    Tiger Woods PGA TOUR(R)
    Sorry for bad english...I am spanish native speaker trying to do it well. Thanks

    I was a little worried because some of these applications to be installed, must download data from internet, and I was afraid that when I start the download, could add a surcharge for the price of the application.
    Thanks ofr answering.

  • APP --- SOME DOUBTS.....PLZ HELP

    HI GUYS,,
    I have some doubts in APP.
    1. why do we give next payment date in F110 while we are running payment.....
    2. can we do partial payment for one line item through running APP....
    please help me out..
    Thanks in advance
    Regards,
    pavan
    Moderator: Please, avoid using SMS language and posting basic questions

    HI,
    1. If your provid ethe Next payment run date then system will consider below documents.
        current run date  to next payment run date
        in between any Invoices are getting panalities then those will consider in this current payment run.
    2. partial payment  not consider.
    3. APP will consider downpayments.
    Reg
    Madhu M

  • JDBC Questions have some doubts

    hi,
      Friends i have some doubts on JDBC Adapter . plz give me answere.
    1) Wt is the use of update query in jdbc adapter?
    2) Why did u use the flag field in jdbc table?
    3) How will u send the data into multiple table?
    4) Wt is the receiver str jdbc?
    5 Wt is the jdbc configurations
    thanks in adnvace.

    Hi,
    1) Wt is the use of update query in jdbc adapter?
    --> Update query is used to update the specific record in the database table based on Key fields.
    2) Why did u use the flag field in jdbc table?
    --> the Flag field is used to mark the records which are selected by sender JDBC adapter, so next time those records should not be repeated.
    3) How will u send the data into multiple table?
    --> You can send the data to multiple tables with the help of multi-mapping in the XI.
    Accessing Multiple Tables dynamically using JDBC
    Accessing Multiple Tables dynamically using JDBC
    4) Wt is the receiver str jdbc?
    --> On receiver side JDBC, you can either Insert, Update or delete the records. The storder proceduers are the line of codes written in DB2, From XI you can directly execute these JDBC statements. It will be helpful when you will be working on synchronous scenario and need to modify or deal with multiple tables based on complex logics
    5 Wt is the jdbc configurations
    --> JDBC configuration is based on the JDBC drivers installed.
    Refer - Detail explanation
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    Thanks
    Swarup

  • Hello I have an imac with os x 10.7.5 and I have some doubts:  the new version of garageband 10.0.2 is compatible with os x 10.7.5?

    Hello I have an imac with os x 10.7.5 and I have some doubts:
    the new version of garageband 10.0.2 is compatible with os x 10.7.5?
    I have not installed mavericks. should I install?
    Thanks!!

    It requires 10.9 or later.
    Upgrading to Mavericks
    You can upgrade to Mavericks from Lion or directly from Snow Leopard. Mavericks can be downloaded from the Mac App Store for FREE.
    Upgrading to Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Download Mavericks from the App Store. Sign in using your Apple ID. Mavericks is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks- System Requirements
          Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • IMac vs Mac Mini, some doubts

    Hello!! Good evening ;-) First of all, I would like to introduce myself. My name is Manu and I am from Spain. I´ve been always a Windows and PC user, but now I´m thinking about the posibility of changing to Mac platform, but I have some doubts.
    I´ve been thinking about buying a Mac Mini, because I have the keyboard, a good display and the mouse, everything... However, I´ve seen that it comes with Intel HD 4000 graphics. I want to use the computer to edit some videos but, specially to some graphic design with Photoshop, or to play some games. I would configure the Mac Mini like this:
    Core i7 de Intel de cuatro núcleos a 2,6 GHz
    SDRAM DDR3 de 16 GB (dos módulos de 8 GB) a 1.600 MHz
    Unidad de memoria sólida de 256 GB
    Guía del usuario (Español)
    Kit de accesorios
    Thi price is  1.448,99 €, so I would loke to have enough computer for at less 4 or 5 years, but with this integrated graphics on the processor, do you think so?
    I´ve also been seeing the graphic cards that iMac includes, but it isn´t also very powerful, even it is a dedicated card.
    What do you think about?
    Thank you very much ;-)
    Manu.
    PD: sorry for my english!! I hope you understand me

    Refurbished machines change by the hour, you need to check frequently and be ready to buy when you find a model that will fit your needs.
    BTW I asked the moderator to remove one of your posts, you were asking for speculation on unreleased products. Please read the Terms of Use you agreed to, specifically it says:
    Submissions  
    Stay on topic. Apple Support Communities is here to help people use Apple products and technologies more effectively. Unless otherwise noted, do not add Submissions about nontechnical topics, including: 
    Speculations or rumors about unannounced products. 
    Discussions of Apple policies or procedures or speculation on Apple decisions.

  • Document Splitting - Some doubts

    Hi,
    I have activated the Doc splitting but have some doubts:
    1. I can see the vendor item getting splitted into different Profit center in the General ledger view. But in FBL3N it shows as DUMMY ( which i believe is Entry view). Now whats the Tcode to see the vendors Profit center wise.
    2. Moreover if i see my FSV in F.01, its not as per the Profit centers.
    So where to see it Profit center wise.
    ON whole, i am interested in see the PCA wise my all balances without running all those F.5D & F.5E programs....SO how to meet the objective
    regards

    Have you run those reports.
    The first one, gives you the total of the Vendor and then you can add to the drill down the Profit Center. This is a new GL report so it takes the data from FAGLFLEX and not BSEG, where the PC is Dummy.
    if you want to know how and why your entry view is Dummy and your general Ledger view is different, this is due to the rules you have set in document splitting.
    You will probably have a default Profit Center and you can also add in Profit Center, Master data config default values for GL accounts and Profit Centers, i.e. the recon account of the Vendor.
    Lastly in terms of the PC in the general ledger view, it will be derived, i.e. from the P&L entry, however it will use the Cost Center, that is linked to a Profit Center and use that for the splitting.
    Hope we are moving in the right direction here.

  • Some Doubts about Event Handlers

    Hi,
    I had some doubts on Event handlers in OIM 11.1.1.5 ........
    1) I want to use the same event handler for both Post Insert and Post update task.... Can I use the same event handler for that... If yes then how can I do that....
    2) Can I create the single Plugin.xml class and add the all jar files in single say lib folder and zip them all together.. if yes then What changes I need to do?? Need to add only the plugin tags for different class files in plugin.xml file? OR need to do some thing extra also...?
    3) If i need to change any thing in any class of event handler.. Is there need to unregister the plugin and again register...??
    If yes.... Is there need to delete the event handler using the weblogicDeleteMetadata command???
    4) As we Import the event handler from path like event handler/db/... If we add all the evetn handler.xml files in that folder..... As During Import weblogicImportMetadata recursively call all the files in that folder.... Now if i need to change anything in any one of event handler class... then if we import from the same folder event handler/db/... What will it do............Create the duplicate copy of all the eventhandlers????? OR i need to add only those Eventhandler.xml files for those class files i made the changes.....
    5) As I need to create email on user creation during recon and also email id get updated as first name or last name updates..... What I had to use in Event handler.xml (entity-type="User" operation="CREATE") or Some thing else....
    Help me clarify my doubts...

    Anil Bansal wrote:
    Hi,
    I had some doubts on Event handlers in OIM 11.1.1.5 ........
    1) I want to use the same event handler for both Post Insert and Post update task.... Can I use the same event handler for that... If yes then how can I do that....Yes, you can have the same. Just have two event handlers in the same MDS file and the operation should be CREATE for one while MODIFY for another. The class and version and name remains the same.
    2) Can I create the single Plugin.xml class and add the all jar files in single say lib folder and zip them all together.. if yes then What changes I need to do?? Need to add only the plugin tags for different class files in plugin.xml file? OR need to do some thing extra also...?Yes, in the single plugin xml you can define multiple eventhandlers and the jar will contain multiple event handlers class.
    3) If i need to change any thing in any class of event handler.. Is there need to unregister the plugin and again register...??
    If yes.... Is there need to delete the event handler using the weblogicDeleteMetadata command???No, if you are just changing the class, then you need to update the class only in the plugin. For this, first delete plugin and then update plugin and then purgecache.
    4) As we Import the event handler from path like event handler/db/... If we add all the evetn handler.xml files in that folder..... As During Import weblogicImportMetadata recursively call all the files in that folder.... Now if i need to change anything in any one of event handler class... then if we import from the same folder event handler/db/... What will it do............Create the duplicate copy of all the eventhandlers????? OR i need to add only those Eventhandler.xml files for those class files i made the changes.....If won't create duplicate copies but would overwrite the ones which are there in MDS at the same location. So effectively, if the xml is not changing you should not be worried about overwritting.
    5) As I need to create email on user creation during recon and also email id get updated as first name or last name updates..... What I had to use in Event handler.xml (entity-type="User" operation="CREATE") or Some thing else....For recon and event handler, you will need to have post process event handler on User CREATE and UPDATE. On Create construct the email address and populate it in the email field. For update check if the firstname/lastname are changing and if yes, then update the email id on the profile.
    >
    Help me clarify my doubts...

  • First time we are sending the F16 to the employees, here we have some doubts please clarify

    Hi Team
    First time we are sending the F16 to the employees, here we have some doubts please clarify
    How to download part B only from F16 pages?
    How to email to single employee & multiple employees?
    We required any custom program for to mail F16? 
    We maintain IT6 then also employee address not displaying
    TDS address not displaying we maintain all tables & trying with badi
    Please share if you have any ocuments
    Thanks,
    Srinivas reddy

    How to email to single employee & multiple employees?
      In the std Form16 initial screen there is an option to enable the tick mark send form 16 as mail attachement check n try for the same.
    2.We required any custom program for to mail F16?
    For single employee you can select the for an employee  or else u can select for the entire comp code or you can select for giving ranges in the selectin
    3. We maintain IT6 then also employee address not displaying
    Kindly check the form 16 basic settings again bcoz in normal situation itself address will display in form16. kindly check the settings one more.
    Regards
    V.Suresh

Maybe you are looking for

  • TS1702 How do I delete an old Apple ID?

    When I attempt to update my Apps the password window pops up but my Apple ID displays a discontinued email adresss no longer in use. I've reset, updated and signed off of my Apple ID but nothing changes and the old email address keeps popping up.  Ho

  • Important information regarding the Flex 2.0 runtime and UNIX

    Hi, There's an issue with Flex 2.0 when the J2EE is installed on a UNIX server. upon deployment and running an iView, the runtime shows only a blank grey area. upon refreshing the browser, the iView is displayed as ussual. the source of this issue, a

  • Ineed help with id and pasword my ipad

    need help with activation screen

  • My Mac is stuck on preparing to empty the trash stopping

    I downloaded some .wmv videos on my mac but I had trouble playing them so I moved them to trash and I put empty trash and it was just stuck like that so I stopped it and now its stuck on "stopping..." but still says "preparing to empty trash...".

  • Audio data there, but no playback

    Hi, This is a very important studio project for me that has 2 days worth of takes. I (stupidly) tried to move a project to an external hard drive by dragging the project folder to the external drive, and boy, I know that was a mistake. I basically co