Transitioning from Designer/Headstart to JDeveloper/JHeadstart

My company is considering transitioning from Designer/Headstart to JDeveloper/JHeadstart. I have a question on hardware/software requirements.
We currently have two MS Windows Server 2003 running our Oracle Application Servers.
Will we be able to use these servers for our OAS? Or will we need something else? I was planning to upgrade the OAS to the latest version as part of the upgrade. I'll also be making sure that the servers at least have the recommended hardware requirements for that version before the upgrade.
Thanks.

Hi,
Questions regarding server requirements for JHeadstart are basically questions regarding server requirements for JDeveloper/ADF (since JHeadstart is at runtime 'just' one library on top of ADF).
For alternative ways to find an answer to your question, please take a look at [this post|http://forums.oracle.com/forums/ann.jspa?annID=1072]
Regards
Evert-Jan de Bruin
JHeadstart Team

Similar Messages

  • The 'Designer' and 'Designer Headstart' forums

    There have recently been some changes that some of you will have
    noticed to the name of this forum; it changed from 'Designer
    Headstart' to 'Designer'.
    A new forum has been created for 'Designer Headstart'.
    I agree that it may have been simpler just to create
    a 'Designer' forum, but there were technical reasons why it was
    done this way, so could we ask that all future Headstart posts
    (and those concerning the other Accelerators including ODWA,
    CDM, CDM RuleFrame) be posted to the Designer Headstart forum
    rather than the Designer forum.
    In this way, the Accelerators and Designer Product Management
    teams can monitor their own respectives forums.
    Thanks, and apologies for any inconvenience.
    Simon Day - Designer Product Management

    There have recently been some changes that some of you will have
    noticed to the name of this forum; it changed from 'Designer
    Headstart' to 'Designer'.
    A new forum has been created for 'Designer Headstart'.
    I agree that it may have been simpler just to create
    a 'Designer' forum, but there were technical reasons why it was
    done this way, so could we ask that all future Headstart posts
    (and those concerning the other Accelerators including ODWA,
    CDM, CDM RuleFrame) be posted to the Designer Headstart forum
    rather than the Designer forum.
    In this way, the Accelerators and Designer Product Management
    teams can monitor their own respectives forums.
    Thanks, and apologies for any inconvenience.
    Simon Day - Designer Product Management

  • ERROR WHEN USING JHEADSTART TO GENERATE ADF BUSINESS COMPONENT FROM DESIGNE

    Use JDeveloper to generate a ADF Businness component using Jheadstart from
    Designer the following error is thrown
    oracle.jmig.source.ExtractorException: Caught SQL exception:ORA-01795: maximum number of expressions in a list is
    1000
    at oracle.jmig.source.designer.DesignerExtractor.extract(DesignerExtractor.java:136
    at oracle.jmig.MigrationRunnable.extract(MigrationRunnable.java:349)
    at oracle.jmig.MigrationRunnable.migrate(MigrationRunnable.java:183)
    at oracle.jmig.MigrationRunnable.run(MigrationRunnable.java:122)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
    at java.lang.Thread.run(Thread.java:595)

    Yes, this is a known issue. We will fix this for the next release.
    Having said that, the next release will contain the JHeadstart Forms2ADF generator which directly reads Oracle Forms .fmb files to ADF, without the need to use Oracle Designer, avoiding problems like this alltogether.
    Steven Davelaar,
    JHeadstart Team.

  • Tools for converting from Designer 1.x to 6?

    I am about to work for a client that would like to convert their data model from Oracle Designer version 1.3 to version 6. They, of course, have both logical and physical models defined in the tool. They do not use Designer to create triggers or stored procedures, but they do store business rules in the repository (I'm not sure where. . .). The business rules serve as documentation for business analysts.
    Is Oracle Designer upwardly compatible from version 1? That is, will I be able to open the version 1 model with version 6 software? If not, are there tools that I might use to perform the transition?
    Thanks for the help,
    Tom

    Tom,
    For a technical migration from designer 1 to designer 6.0, there is extensive documentation in the 6.0 product how to do this. Your repostitory information will be available in designer 6 once you upgraded. If you used Headstart for designer 1.3.2, take a look at the Headstart migration issues for migration your template package (info can be found on OTN,(http://technet.oracle.com/products/headstart/)
    . If you want to migrate your business logic, you might want to take a look at the CDM RuleFrame option (whitepapers available on the website), a powerfull way to model and implement business logic in the server (with transaction level validation, no more mutating table problems etc.)
    Regards, Marc
    null

  • Generate BC4J components from Designer

    Oracle Designer 9.0.2.80.1 vers: 4.0.12
    Oracle SCM RON: 9.0.2.80.1 vers: 4.0.12
    Oracle Jdeveloper 9.0.4.0 (Build 1419)
    I try to generate BC4J components from Designer definitions from SCM.
    In Designer:
    I make workarea (WA27) as rep_owner
    and child application (AP27) below WA.
    I create one table (TABLE1) and one (Java) module to that simple table (TABLE1).
    I check in and out application table and module.
    In JDeveloper:
    I make connection to SCM Database as user rep_owner
    Test succeed and I see below “Connection1”Functions tables , procedures .. of the repository.
    I do not see among tables just created table (TABLE1).
    I make workarea an project below that WA.
    Then I right-click on new project and choose Business Tier/Designer Generation +
    Designer BC4J and click OK
    Designer BC4J Generator Wizard starts
    Wiard continues and I choose to workarea: WA27 and next
    In next phase wizard shows only workarea WA27 not application below that.
    I designer too old or do I need changes to definitions of the repository.

    Language of the module have to be Oracle Forms (not JAVA).
    After change wizard will find that container (= application) AP27 and modude(s) below that. OK!!!!
    Fine !

  • Generate SQL scripts from Designer 6

    Hi all,
    Does anyone know how to generate an SQL-script from Designer? I want to maintain the code in the repository, and also document usages against the script. I've found ways to document the script, but then I can't generate it....
    Thanks in advance,
    Ronald

    Ronald,
    How did you record the SQL script in designer? As undefined pl/sql module (type= "null")?
    If so, you cannot generate the script with the ddl generator. To do so you could change the type to procedure and make post-generation changes to the script (cut of f the procedure header and trailer lines). An other way to generate it is to write your own SQL script generator as a headstart utility. You might take a look at the html help file generator utility which does a similar job (create a o/s file based on the repository contents).
    Let us know if you succeed.
    Regards, Marc
    null

  • Tools for easy transition from C-S to CMP-EJB

    I am helping some product in the transition from Client server to Enterprize Java Bean technology. We have done research and come to the conclusion to design the Business objects as CMP beans.
    Now we are in the stage of doing a small prototype. Well we don't want to spend time in converting the Business objects in to CMP beans manually. So my question is:-
    ARE THERE ANY TOOLS AVAILABLE IN THE MARKET THAT WILL ACCEPT A BUSINESS OBJECT (IN ANY METADATA FORMAT) AND GENERATE THE ENTITY BEAN AND THE CORRESPONDING XML DEPLOYMENT DESCRIPTOR?
    I can see many applications might have this sort of requirement for this transition?
    Please reply if you know any such tools.
    Thanks in advance,
    Sangita

    We wrote our own. It takes a ddl and an xml file.
    I understand that IBM also makes such a tool, though I believe that it is not database design driven. I believe it actually generates ddl.

  • Looking for Oracle Designer/Headstart Condulat ASAP in Seattle

    Please contact
    [email protected]
    425-765-7239
    Top $$ paid. Please quote your rate.
    Message was edited by:
    vknair

    vknair,
    I am sorry but this is not the Headstart forum, but the JHeadstart forum which is a very different toolstack. Currently the Designer Headstart forum is 'missing', I am told they are working to get it back online.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • Dreamweaver CC transition from CS4

    I was really adept at using CS4 and have upgraded to Dreamweaver CC. I live in a remote location with below 1mb of speed (yes that's right) and cannot get anything downloaded to help me. Is there a book I can buy or a Forum I can join to help my transition from CS4 to CC? I am fine with CSS but where are my beloved AP Divs?

    APDiv functionality was removed from the program with good reason (actually for many good reasons). You can still create absolutely positioned elements, but you need to do it through the CSS directly...
    1. Go to Insert > Div
    2. Give the div an ID in the dialogue box that comes up
    3. Hit the New CSS Rule button
    4. Choose where you want the rule to appear (usually in an external style sheet) and hit OK
    5. Click Positioning and set position to absolute
    6. Hit OK twice
    From there on out, the element you inserted will act like the defunct APDiv in Design View and allow you to drag and resize like the old days.
    A word of caution though, APDivs are gone for a reason, they cause more problems than they solve, especially in responsive designs meant to go from desktops to tablets to phones. Except in the rare cases where absolute positioning is necessary, you can always use infinitely more flexible css floats, margins and padding to position your elements.

  • Where is the Designer Headstart forum?

    Hi Headstart-team, where is your Designer forum?
    Regards, Jan Willem Vermeer

    This forum is maintained by the JHeadstart Team, which might contain (quite a few) members who used to work on Designer Headstart but have not been involved with that toolstack for years. We have forwarded your and other questions posted recently on this forum to the people that maintained the Designer Headstart forum, and we'll let you know the answers we get the moment we get them.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • Is it possible to print from design view in CS3

    I've got a summary print out / display page for a CF application that I'd like to be able to print out in Design view.
    DW CS3 only seems to print the code page and I don't want to print from a browser as that will only show the options currently selected - I'm after having all options displayed.
    Is it possible? Any suggestions other than printScreen?

    No, you can't print from Design view. It seems as though screen capture is your best option,

  • I have .me and .mac email accounts on my iPhone 4. I thought I had successfully transitioned from MobileMe to iCloud, but something must be wrong. iCloud seems to work fine on my computer and, with the exception of two email accounts, seems to be fine on

    I have .me and .mac email accounts on my iPhone 4. I thought I had successfully transitioned from MobileMe to iCloud, but something must be wrong. iCloud seems to work fine on my computer and, with the exception of two email accounts, seems to be fine on my phone. Can/should I delete the accounts on my phone and start over? It is somewhat of a nuisance to have two email accounts and double the amount of emails. The only thing different about the two iCloud accounts is the email addresses. Thanks.

    Well, seems I managed to unscrew this...I deleted my iCloud mail account and reinstalled it on my phone. That got rid of the duplicate .me/.mac email accounts.

  • Is there a way to extract the transitions from the trailers in iMovie '11 to use in my own movie?

    I want to create an iMovie, and I'd like to use bits and pieces from the different movie trailers templates. Is there a way for me to extract just the transitions from these trailers.
    I don't want to use the trailers themselves as they are now because the options are too limited in respect to how I can create the movie. For example, there are times where I only want two words on the screen, but I am forced to use three instead. Also, I would like to delete such things as "cast" and "credits," but it doesn't seems like I can do that either.
    Thanks in advance for your help.
    Cheers.

    Rommel Cinco wrote:
    Is there a way for me to extract just the transitions from these trailers.
    No there is not.
    You could create a trailer, share it and then re-import and cut out just the pieces you want, but I don't think that's what you're looking for.
    Matt

  • User defined form usr disapperas from design console (OIM 9.1.0.2)

    Hi,
    I have imported usr.xml from one environment to another, and usr form disapperas from design console. Also getting an error message while importing xml.
    java.util.zip.ZipException: error in opening zip file
    DEBUG,16 Dec 2011 10:35:05,383,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDetail - Value: com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: ALTER TABLE USR MODIFY Description: ORA-00904: : invalid identifier SQL State: 42000Vendor Code: 904Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Label in use. Please rename.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Error Modifying a Column.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Exception during import
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    Regards,
    Sidharth

    (1) Run following query to verify if there exist entries for administrators for USR form in UDFD form level and provide results to support representative:
    select fug.sdk_key, fug.fug_write,fug.fug_delete, ugp.ugp_key, ugp.ugp_name, fug_rowver from ugp ugp, fug fug where ugp.ugp_key=fug.ugp_key and fug.sdk_key= (select sdk_key from sdk where sdk_name='USR');
    (2)In the case query mentioned above in step(1) does not return any rows then there is need to insert one entry for "system administrator" group and one can execute (please take backup of your database for sure before executing these queries) following queries (
    INSERT INTO FUG (SDK_KEY,UGP_KEY,FUG_WRITE,FUG_DELETE,FUG_DATA_LEVEL,FUG_CREATE,
    FUG_CREATEBY,FUG_UPDATE,FUG_UPDATEBY,FUG_NOTE,FUG_ROWVER)
    SELECT (SELECT SDK_KEY FROM SDK WHERE SDK_NAME='USR'),
    (SELECT UGP_KEY FROM UGP WHERE UGP_NAME='SYSTEM ADMINISTRATORS'),
    1,
    1,
    1,
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    NULL,
    HEXTORAW('000000000000')
    FROM DUAL;

  • Import from Designer crashes with IMAGE data type

    Hello,
    I'd like to report an issue with Data Modeler while importing from Oracle Designer. If you consider this a bug, please let me know if I need to do anything else to request a fix for it.
    I've used the import > Oracle Designer Model tool to import an application model. The import runs fine for a while, then crashes with a message "There are errors in import - check log file".
    The application to be imported has 509 domains, 963 entities to import.
    The summary info displayed after the import (when I close the error message pop up) is:
    All statements: 1472
    Imported statements: 538
    Failed statements: 0
    Not recognized statements: 934
    The log file has the lines below:
    2011-04-28 10:55:46,505 [Thread-8] ERROR XMLTransformationManager - Unable to load object from XML: C:\Users\Beatriz\Documents\ODTUG\2011\SDDM designs\GAME\GAME\rel\0EEBE15E-D9EFB22E4D6B\subviews\02A206F8-0C6C-0DF9-E643-5919DBCB895A.xml
    java.io.FileNotFoundException: C:\Users\Beatriz\Documents\ODTUG\2011\SDDM designs\GAME\GAME\rel\0EEBE15E-D9EFB22E4D6B\subviews\02A206F8-0C6C-0DF9-E643-5919DBCB895A.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.openDesignPart(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-04-28 11:03:44,114 [Thread-12] WARN ODODomain - ODOType.initStructuredTypeAttributes() - Unable to find Logical DataType for: IMAGE
    2011-04-28 11:03:46,532 [Thread-12] ERROR ODExtractionHandler - Error during import from Designer Repository
    java.sql.SQLException: Numeric Overflow
         at oracle.jdbc.driver.NumberCommonAccessor.throwOverflow(NumberCommonAccessor.java:4380)
         at oracle.jdbc.driver.NumberCommonAccessor.getInt(NumberCommonAccessor.java:111)
         at oracle.jdbc.driver.OracleResultSetImpl.getInt(OracleResultSetImpl.java:928)
         at oracle.jdbc.driver.OracleResultSet.getInt(OracleResultSet.java:434)
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODOEntity.generate(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionHandler.generateDesign(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionController$Runner.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:619)
    I see the issue with the IMAGE data type in the log. The model to be imported does have domains and entities using this data type. The domain actually did get imported, but it shows as "Unknown" logical type, even though there is an Image type available in the Data Modeler type list. None of the entities using IMAGE got imported.
    Please let me know if you can provide a fix or workaround for this (other than changing the format in Designer).
    Thank you,
    Beatriz.

    Hello Beatriz,
    definitely this is a bug. The problem with entities is not IMAGE data type it's supported there (it's overlooked for domains). The problem is volume information - Initial, Maximum, Average, Growth rate. No workaround for that.
    Domain can be changed manually if it's just one affected.
    Philip

Maybe you are looking for

  • Problem with timestamp in query

    I have problem with timestamp in JPA query. I wonna select all data from database where difference between two timestamps is more than 3 month. Database: ID timestamp1 timestamp2 1 20008-11-19 15:02000 20008-08-19 15:02000 2 20008-11-19 15:02000 2000

  • Getting the id of current user CE 7.2

    hi experts, in my wd application i need to fetch the id of current user , i have added two dc's as dependenies 1. tc/je/security/api 2.tc/aii/base/offline/facade i tried using th following code IWDClientUser clientUser = WDClientUser.getLoggedInClien

  • Opening a dreamweaver template in Contribute

    I am trying to open a template I have created in Dreamweaver with Contribute to test it out. However, when I try to open the DWT file in Contribute, it gives me "Contribute cannot edit this type of file" message. What am I doing wrong?

  • Remote print form automatically to pdf files

    Hi everyone,     The user want to implement a request like follows:     1. quotation will send to a webservice for approval.     2. when the quotation is approved, webservice will call a RFC to update the status of this quotation in SAP.     The prob

  • Why does it say the phone could not be synced because the connection to the iPhone was reset?

    I have a new iPhone 6. I am trying to sinc the new phone to my iMac however it says "The iPhone could not ne synced because the connection to the iPhone was reset. What does this mean? what do i have to do next? I have restarted both the iPhone and i