Deployment methodology models

Hi there,
I am looking for a deployment methodology that will provide minimal impact on my existing applications and maximal re-use of code (i.e. loosely coupled).
Right now, we want to use persistence code, the data access code, and a few other pieces of code in several applications.
Every time we deploy, we run the risk of hosing the existing applications (until those base pieces are stable).
Is it ok to use the same libraries over and over again in several applications? If so, that could be a solution, but is it common practice or is there a better solution out there?
Does anyone know or know where I could find some common deployment models and how to implement them?
Thanks so much!

>
Is it ok to use the same libraries over and over again in several applications?
I cannot answer much of the rest you are asking about, but can confirm that it is easy to reuse code in JNLP applications by putting the code in a component descriptor and referencing that component descriptor (JNLP) from the main launch JNLP file(s) as an extension from within the resources element.

Similar Messages

  • Reg: Error while deploying the Model

    Hello All,
    I developed a Model in the VC.
    The compilation of the model was successful.
    But when I tried to deploy the model I'm getting an Error message saying :
    "Error in executing a process for Flex compilation, Not enough space" .
    Can anyone tell me what to do to resolve this problem ?
    Regards,
    Deepu.K

    Hi colleagues,
    We also encountered this problem here at our customer´s system .
    We told the basis administrators to increase the disk space which did not solve our problem, though.
    After successfully compiling the vc model
    Deploying with FLEX2 results in an error as follows:
    "Process is not executed!"
    while deploying with flex1 resulits in the error
    "Error in executing a process for Flex compilation, Not enough space"
    Since everything has been working smoothly for the last months until now,
    we wonder how this error has suddenly occured.
    Does anyone have an idea how to trace the error or has anyone encountered this error, too?
    Thanks in advance!
    Gideon

  • Java Script Error while deploying a Model with Value Help

    Hi,
    I am using EP 7.0 SP 10.
    I am trying to deploy a model which includes the Value Help for an Input field, and i am trying to deploy this model.
    The model compiles successfully, but gives a Java Script Error while deploying the model,
    ! Error on Page
    When Click on this java script error, it shows that ,
    Line:14985
    Char 1: Error
    object does n't support this property or method.
    code
    URL: <serverhost>/VCRes/WebContent/VisualComposer6.0/bin/223334.htm?24102006.1712.
    The Same model works in dev server, and it fails in the production server.
    Thanks and Regards,
    Sekar

    Hi jakob,
    Thankyou for your quick response.
    I did a basic model with the help of a documentation which i got from this forums.I created a iView and from there i used Bapi "BAPI_SALESORDER ".
    I created a Input Form and a outpot form (table view).I tested model and am able to get the output.but when i try to deploy it is giving me the error.
    And i think am not paring any formulas here.
    Please guide me.
    thanks and regrads
    Pradeep.B

  • Error while deploying ADF Model Project to OIM 11g R2

    Hi
    I am getting the following error when deploying ADF Model Project in OIM 11g R2
    oracle.jbo.NoDefException:JBO-25058: Definition UsrLastName of type Attribute is not found in UsrLastName
    any inputs is appreciated...thanks in advance....

    See if you can find something helpful in the following links:-
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2329750
    oracle.jbo.NoDefException: Error in Quick Search when we use View  Criteria

  • Can't deploy a model that includes a service

    I'm using flashbuilder 4.5.1 & lcds 3.1 and I'm trying to deploy a model that includes a service something like this:
    <service name="Zoo">
            <annotation name="ActionScriptGeneration">
                <item name="ServiceType">RemoteObject</item>
            </annotation>
            <function name="scoop" return-type="void">
             <parameter name="animal" type="opaque"/>
            </function>
        </service>
    When I try to deploy it I get this lcds error about expecting an annotation.  I've successfully used this capability in the past, any suggestions or workarounds?
    thanks in advance

    Rohit,
    Thank you very much for the explanation. 
    By the way, the Flash Builder 4.5  Data Model perspective displays the following when you hover over a <function…> tag and appears to be in error. See text in red below.
    Defines the prototype of an externally defined function within a service.
    For information about functions, including how to add them in Design mode, see Add service functions. Can
    appear
    A function element can only appear as an immediate child of a service element. Attributes
    Attribute
    Req/Opt
    Default
    Description
    name
    Required
    Specifies the function name.
    arguments (deprecated)
    Optional  
    Note: The arguments attribute is deprecated in LiveCycle Data Services 4.5. For prolonged support an d
    augmented functionality, use the parameters attribute.
    Specifies the names and types of the function’s arguments. If present, the value specified for arguments
    takes the form name:type, where name and type denote argument names and types, respectively.
    Names must be valid data model language names, and types must be valid data model language type
    expressions
    Instead of an arguments attribute, you can use child parameter elements. If you use parameter elements,
    you cannot include the arguments attribute.
    parameters
    Optional  
    Specifies the names and types of the function arguments. A missing parameters attribute indicates that the
    function takes zero arguments.
    If present, the value specified for arguments takes the form name:type[=default], where name , type, and
    default denote parameter names and types, and default values respectively. The name and type are required.
    The default value is optional.
    Separate mutliple parameters with commas.
    Default values can be literal values or expressions.
    Names must be valid data model language names, and types must be valid data model language type
    expressions.
    Instead of a parameters attribute, you can use child parameter elements. If you use parameter elements, you
    cannot include the parameter attribute.
    return-type
    Optional  
    Specifies the return type of the function.
    You must specify the type of data that is returned. However, the attribute is optional because you can use a
    child return-type element instead. Child elements
    A function element can contain zero or more annotation and parameter elements, and zero or one return-
    type elements. Example
    The data model in the following example contains a service with two functions, both of which are called
    from expressions in properties of an entity. <model xmlns="http://ns.adobe.com/Fiber/1.0">
        <entity name="Applicant" persistent="true">
            <property name="name" type="string"/>
            <property name="ssn" type="string"/>
            <property name="age" type="integer"/>
            <property name="state" type="string"/>
            <property name="score" expr="CreditScore.getCreditScore(ssn)"/>
            <property name="risk" expr="CreditScore.getRisk(state, age, score)"/>
            <id name="id" type="integer"/>
        </entity>
        <service name="CreditScore">
            <function name="getCreditScore" parameters="ssn:string" return-type="integer"/>
            <function name="getRisk" parameters="state:string, age:integer,
                 score:integer" return-type="integer"/>
        </service>
    </model> <
    Maybe you can pass this info along so it gets fixed on the next Data Model plugin release…
    Thanks,
    Oscar

  • Error while deploying a Model.

    Hi,
    I developed a Model and i tested it,it is working fine.Now i comiled it.No errors are found.I'am trying to deploy it but it is giving me an error "Error in compiling Flex application (1). Consult log file for details."
    I had seen some queries posted on this issue.But am able to find the exact solution.
    Please guide me in this issue.
    With Regards,
    Pradeep.B

    Hi jakob,
    Thankyou for your quick response.
    I did a basic model with the help of a documentation which i got from this forums.I created a iView and from there i used Bapi "BAPI_SALESORDER ".
    I created a Input Form and a outpot form (table view).I tested model and am able to get the output.but when i try to deploy it is giving me the error.
    And i think am not paring any formulas here.
    Please guide me.
    thanks and regrads
    Pradeep.B

  • Error while deploying the model

    Dear All,
    When i try to deploy my developed model the Visual composer shows the following script error- http://<servername>:50000/VCRes/webContent/VisualCompser/6.00/bin/15595730.htm?122007.65
    can any one provide the solution to get rid of this error.
    with Regards,
    Balachander

    Hi Balachander,
    is this the complete error message? Have you enabled the flex error messages:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/ErrorinCompilingFlexApplication">https://wiki.sdn.sap.com/wiki/display/VC/ErrorinCompilingFlexApplication</a>?
    Do you deploy in Flex? Which VC version and SPS are you using?
    Best Regards,
    Marcel

  • CE 7.2 Deployment error: Model version is lower

    Hi,
    just another problem when I try to deploy a product:
    Status message: The version 1.5.41 of the model to be imported is lower than the version 1.5.44 of the model present in namespace active..
    Can anybody help me on this?
    Thanks in advance!

    Hi,
    can you please detail how exactly you proceed when you run into this problem?
    I don't know yet your exact approach and I don't know this error, but the version numbers 1.5.41 and 1.5.44 sounds like SLD's CIM model version numbers.
    If so, then I think you should doublecheck the note #669669 (http://service.sap.com/sap/support/notes/669669)
    Can you please tell the exact step-by-step error reproduction steps?
    Thank you!
    Regards,
    Ervin

  • SOP for transporting deployed VC model in 3 systems EP landscape

    Hi experts,
    I have a question which I hope to find answers.
    My company adopts a 3 system landscape for both backend R/3 ECC6 and EP on NW04s.
    Is there any standard operations procedures as to how we should transport the Visual Composer applications?
    If there are any documentations, appreciate if you'd share it with me.
    Currently, my Portal Admin creates a transport package and transport via the Content Adminstration page in the below sequence:
    1) Develop in Visual Composer Storyboard in Development Server
    2) Deploy to Development Server's Portal PCD Directory
    3) Portal Admin creates transport package and request and transports it to QA Portal
    4) Upon passing UAT, portal admin will create transport request and transports it to Production Portal.
    Useful answers that answers my questions will be rewarded with points.
    Thank you.
    Regards,
    Damien

    Hi,
    yes that is only way to Transport the Visual Composer models of VC7.0 .
    In PCD of portal you will get the XML and its related info that
    that will be converted to Business packages.
    but this problems are not there with Visual Composer 7.1 i.e Composite Environment.
    there we can creat the models directly under DTR so any body can take it form there and aplly thier applications.
    Regards,
    Govindu

  • "Deploy Data Model to LCDS" Timing Out

    Hello
    My Jboss takes time while deploying the data model to LCDS and this is causing Flash Builder 4 to show "Read Timed out" error. How do I increase this timeout value?
    thanks
    Rupak

    Hi,
    Please follow the steps below and see if it helps:
    1. In your Flash Builder click on Window menu item and click on Preferences
    2. In Preferences window, select Adobe -> RDS configuration
    3. Select your configured server item and change/set the Timeout
    Hope this helps.

  • Fiber "Deploy Data Model to LCDS" fails: model tag not recognized

    I get an XML parse error when trying to deploy my data model in Flash Builder 4 Beta 2 with the Modeler Plugin installed.  It says it cannot recognize model, which is the base tag.  I know there has been some issues with this in Eclipse also, but it's particularly troubling because I use this process to figure out which pieces of the FML are causing Fiber to not start on my server.

    Hi Gregory,
    Can you please check for the logs? Please share the logs with us.
    Regards,
    Kishan

  • Deployment Optimizer - Modeling question

    I am new to the Deployment/Optimizer area.  I have modeled a scenario as described below. 
    And have a few questions on what I would like to happen during deployment.
    Central DC: CDC1, Regional DCs: RDC1 & RDC2
    Product gets deployed from Central CDC1 to RDC1 & RDC2.  I have customer demand and forecasts at all the three locations. 
    I have defined ATD Receipts category group as just Stock on hand only (category CC) and ATD Issues includes AY, BH, BI,
    BM, BR, EB etc.  These two categories are assigned to the Location Master. 
    I have specified Fair Share Rule "A" in the Product master and location dependent penalty costs in SNP1 tab.
    In the Deployment Optimizer profile I have mentioned that the Distribution is based on Lowest Costs for both Supply Shortage
    and Supply Surplus.  I have defined a Pull Depl. Horizon of 10 days, and blank for Push Deployment and SNP Checking Horizon.
    When I run the deployment with all the three locations, what I notice is that the Customer orders and forecast of the Central DC are
    satisfied before deploying anything to the Regional DCs.
    My requirement is that the Central DC should deploy the available quantity at the Central equally among the Centrals and the Regional
    DCs on a fair share basis for the Sales orders first, then the remainder of the stock should be deployed, again among Central and
    Regional DCs on a fair share basis for the forecast and the safety stock is the last.
    How can I achieve this equal deployment among central and regionals even though Central is the source location.
    Could somebody let me know how to model this above requirement?
    Thanks,
    Venkat

    Hi Venkat,
    I am trying to model the exact scenario where the ATD quantity is not being equally split but the whole chunk is being sent to one of the destination locations. Can you please let me know how you have setup the cost models.
    Regards

  • How to find a deployed VC model ?

    Hi,
    I have created a new model in Visual Composer and have deployed it to the portal. After that a window is automatically opened which displays the created iView. When I close this window and log in as a user with the role "eu_role" I can't find the created model. So where can I (as Admin) define who is authorized to view the page and the place where the page is placed in the menu structure?
    Regards,
    Marc

    Hi marc,
    you can see ur model in portal..
    goto content admin role -> portal content -> visual composer...there u ll find ur model after deploying from VC.
    regards
    Amit
    P.S. reward points if helpful

  • Processing of a deployed Tabular model inside SSDT

    Hi,
    operating inside SSDT, does it exist a manner to process a tabular model (or a table/partition) already deployed on the SSAS instance?
    I know that it is possible to process only the workspace data.
    Thanks

    Hi Pscorca,
    According to your description, you want to process data for a tabular model which had already been deployed on the SQL Server Analysis Services instance. When authoring your model project, process actions must be initiated manually in SQL Server Data Tools
    (SSDT). After a model has been deployed, process operations can be performed by using SQL Server Management Studio or scheduled by using a script. So we cannot process data for a tabular model which had already been deployed on the SQL Server Analysis Services
    instance.
    If you have any concern about this behavior, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product.
    Thank you for your understanding.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Bug? Obligated to deploy ADF Model Runtime to internal WLS

    Hello, I have a strange problem. I have 2 projects in my application: A model project and a generated webservice (from WSDL). In the webservice I have a handler that logs to the database so I have a dependency on the model project in my webservice project.
    My EAR deployment profile only contains the webservice project (as it should because the model is implied through the depenency, right?), but I have to deploy the "ADF model runtime" library along with it because I get a NoClassDefFound exception otherwise. THis si weird because this is a runtime library and I have an ADF domain in my WLS so the library is already there. I have other webservices deployed onto this same server and they don't have this problem. The only difference I can think of between those and the one with the error is that the last webservice was generated with a local WSDL and the others from an URL. But it would be odd if that were the problem here.
    My guess is that it's a bug in JDeveloper, and I would like to know how to correct it. Somehow my classpath doesn't seem correct, is there an xml file I could manually change so that I don't have the deploy the jar file along with my project? It makes my EAR file huge and I have to wait 7 minutes before it is deployed. This is unacceptable....
    EDIT:
    I have compared the two EAR-files, the only difference in them are the jar files. These are the jar files that are in the big EAR-file but not in the small (broken) one:
    adf-controller-security.jar   
    adfdt_common.jar              
    adf-dt-at-rt.jar              
    adflibrary.jar                
    adfm.jar                      
    adf-share-security.jar        
    adftransactionsdt.jar         
    commons-el.jar                
    db-ca.jar                     
    groovy-all-1.6.3.jar          
    identitystore.jar             
    javax.activation_1.1.0.0_1-1.jar
    jdev-cm.jar                   
    jsp-el-api.jar                
    ojmisc.jar                    
    oracle-el.jar                 
    xmlparserv2.jar               
    During deployment, JDeveloper complains about not being able to find oracle.jbo.domain.Number , which is in adfm.jar if I am correct. Isn't that weird? It should be available on the WLS, or not?
    EDIT2: I have compared my EAR to a working webservice without the libraries deployed along with it and the weblogic-application.xml says this:
      <library-ref>
        <library-name>adf.oracle.domain</library-name>
      </library-ref>
    I think I want that in my weblogic-application.xml as well. How do I do that? It is generated during deployment...

    I solved it. Somehow I did not have a weblogic-application.xml in my application resources screen. It is supposed to be where jps.config.xml and cwallet.sso are. I made one manually and added the library-ref mentioned before to it. Then I could deploy without any problems. I am still wondering why JDeveloper didn't create one for me in the first place, because I can't remember having to do this manually for any other project I ever did.
    Anyway, problem solved!

Maybe you are looking for

  • 'Variable Substitution' error - Expected numeric element index

    Hello everyone! I'm using the 'variable substitution' property in XI to replace the filename of the output file to a value in the message payload. Here are the parameters I provided: File Name Scheme: %filename%.xml Variable Name: filename Reference:

  • Due date to be kept optional at the time of F-04

    Hi I am facing an issue which could have a simple solution but i have tried almost everything. I am clearing a vendor balance with F-04. The doc type is KZ and the posting key is 29. The special G/L indicator is 4( which is customized). Now when i go

  • How to create interactive forms in ABAP WebDynpro

    Hi Experts, we are trying to create our first interactive form with the "how to guide for ABAP WebDynpros". Unfortunatelly we have a big problem on Step 17, where we want to save the created WebDynpro Application. After safing the system shows a pop

  • AGMac-Document properties-Language-Greek

    In my iBooks document in Properties-Document-Language there is no "Greek" in order to select it... Is this the correct place in order to ask for this change? Thank you

  • Uix RowKey

    I am within my event handler method. I have a row key. Where can I find information on how to translate this key into its 'Row' object. Tks Booker Northington II