Jheadstart 10.1.2. used witj jdev 10.1.3

Hello All,
Can I use jheadstart 10.2.3 in combination with jdev 10.1.3?
Regards,
Menk Slot

Menk,
No, this is not possible.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Bug in JSF 1.2 RI using in JDev 11g

    Hi,
    We have found a bug in the JSF RI version used by JDev 11g TP2:
    In com.sun.faces.application.ApplicationImpl.createValidator, a MessageFormat is created using an erroneous pattern : created validator of type ''{0''}. This method is called by oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.addValidatorById. So, when the logging level is set to FINE, this crashes our application.
    FYI, this seems to be corrected in the last version (1.2_06) of the JSF RI.
    We tried replacing the jsf-api.jar and jsf-ri.jar files in lib\java\shared\oracle.jsf\1.2 with that new version but we are getting compilation errors in our JSPs.
    Before we spend time trying to do that, can you please tell me if that sounds like the right thing to do (or if there is another solution). Also, can you please confirm that the subsequent versions of JDev will include a corrected version of the JSF RI.
    Thanks.
    Olivier

    Hi,
    the right place is JDeveloper/jsf-ri for JDeveloper. I'll file a bug
    Frank

  • Unable to run ADF Project Using with Jdev 10 and Weblogic server 9.2

    Dear All,
    I am unable to run ADF Project on Weblogic Server 9.2. I am created Sample Project with ADF Control. This was when we create jsp at that time i am selected libraries ADF. After created war file. This war i am deploying into Server. At that time i am getting error java.lang.noclassfound error.
    so please tell me how we can run these application.
    Regards,
    Suresh.V

    Hard to help you here. JDev 10 used to work with OAS 10g as application server. This does not mean that you can't use Weblogic9.2, but because it is not the default configuration you may have some problems doing this.
    One problem is that you need to install the ADF runtime libraries in the WLS 9.2 server, but there is no installer I know of. You can try to deploy the needed libraries together with your app, but you have to figure out which libraries you need.
    Next thing is that you should deploy an EAR instead of a WAR.
    Timo

  • Can SimpleDateFormat for BC4J be used in Jdev 10g?

    I recently migrated a struts/bc4j app from Jdev 9.0.3.4, we use SimpleDateFormat quite extensivly in Entity and View Objects, however the AttributeDefImple.getFormattedAttribute method is throwing the following exception:
    Error Message: JBO-29000: Unexpected exception caught: java.lang.IllegalArgumentException, msg=Cannot format given Object as a Date
    Error Message: Cannot format given Object as a Date
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.IllegalArgumentException, msg=Cannot format given Object as a Date
         at oracle.jbo.server.AttributeDefImpl.getFormattedAttribute(AttributeDefImpl.java:2849)
         at oracle.jbo.html.HtmlServices.getAttributeStringValue(HtmlServices.java:881)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.getHTMLValue(HTMLFieldRendererImpl.java:432)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.getHTMLValue(HTMLFieldRendererImpl.java:409)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.setValueFromRow(HTMLFieldRendererImpl.java:442)
         at oracle.jdeveloper.html.ReadOnlyField.renderToString(ReadOnlyField.java:27)
         at oracle.jbo.html.jsp.datatags.RenderValueTag.doStartTag(RenderValueTag.java:33)
         at main.jspService(main.jsp:65)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:304)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.IllegalArgumentException: Cannot format given Object as a Date
         at java.text.DateFormat.format(DateFormat.java:279)
         at java.text.Format.format(Format.java:133)
         at oracle.jbo.format.DefaultDateFormatter.format(DefaultDateFormatter.java:84)
         at oracle.jbo.server.AttributeDefImpl.getFormattedAttribute(AttributeDefImpl.java:2843)
         at oracle.jbo.html.HtmlServices.getAttributeStringValue(HtmlServices.java:881)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.getHTMLValue(HTMLFieldRendererImpl.java:432)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.getHTMLValue(HTMLFieldRendererImpl.java:409)
         at oracle.jdeveloper.html.HTMLFieldRendererImpl.setValueFromRow(HTMLFieldRendererImpl.java:442)
         at oracle.jdeveloper.html.ReadOnlyField.renderToString(ReadOnlyField.java:27)
         at oracle.jbo.html.jsp.datatags.RenderValueTag.doStartTag(RenderValueTag.java:33)
         at main.jspService(main.jsp:65)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:304)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    this breaks the jbo datatags datatable and rendervalue plus some custom code I have to get the formatted dates using HtmlServices.getAttributeStringValue(...)
    So is Simple Date Format broken in 10g? Is this the wrong way to go about view/entity formatting? I don't see what I could be doing wrong, this all works fine in 9.0.3.4, I am not including any old jars from 9.0.3.4 either...any ideas?

    Problem solved.
    I was including BC4J Generic Domains library in my project. Which contains yet another implemetation of oracle.jbo.domains.Date this one is not what we want to use :) The problem arose because the IDE detected the correct Date class while the embedded server chose the wrong one, so just removed that library and I was good to go. This problem also reared it's ugly head when I tried to use the infamous FlexiDate class and it complained that it couldn't find a constructor in it's superclass that took a byte array as input.

  • Invalid File after Downloading from Database using JSP/JDev 10.1.2

    Hi, i got a problem when i download a file from my blobColumn in database.
    Well, actually i got no problem in reading the file out of database, but when i download this file, there are 3 more bytes then in the original one in Database...
    Here's my java-code in the jsp-page i used as "save as" field:
    Hashtable ht = Dokument.createDOK(request);
    String dateiname = (String)ht.get("Dateiname");
    byte[] fileBytes = (byte[])ht.get("Dokument");
    ByteArrayOutputStream ba = new ByteArrayOutputStream();
    ba.write(fileBytes);
    // RESPONSE
    response.setContentType("application/octet-stream");
    response.setHeader("Content-Disposition","attachment; filename=\"" + dateiname + "\"");
    // DOWNLOAD
    OutputStream outs = response.getOutputStream();
    ba.writeTo(outs);
    outs.flush();
    outs.close();
    }catch(Exception ex){
    ex.printStackTrace();
    for testing i used a simple text file with 28bytes:
    begin----
    Test Zeile 1.
    Test Zeile 2.
    end-------
    after downloading this file it looks like:
    begin----
    Test Zeile 1.
    Test Zeile 2.
    end-------
    There are 3 bytes 0A(hex) at the beginning...
    I dont know why.
    after closing "outs" i made system.out for checking the amount of bytes in "fileBytes"-Array, and it was correct, just the 28 bytes like in the file from the Database.
    But i actually dont get, why there are 3 more bytes at the beginning after downloading it.
    The main problem is, some other files like word or excel documents cannt be opened, because of this 3 bytes at the beginning, and they seem to be invalid.
    Would be glad if someone can help me, got really stuck and have no idea any more.
    Thanks
    Sebastian

    Dont someone has a solution, or got a similar problem ?
    Thought about it could be a bug in the basic java classes of JDev 10.1.2
    but i dont really know...
    Have no idea left.
    Sebastian

  • How to add Jersey classes to use in JDev 11.1.1.5

    I want to use Jersey in my project. How do I add Jersey related classes to JDev please?

    Download the Jersey archive from http://download.java.net/maven/2/com/sun/jersey/jersey-archive/1.5/jersey-archive-1.5.zip. The jersey-archive-1.5.zip contains the Jersey jars and core dependencies. Also, download the Jersey bundle JAR jersey-bundle-1.5.jar from http://download.java.net/maven/2/com/sun/jersey/jersey-bundle/1.5/jersey-bundle-1.5.jar. Create a managed library from the following JAR files.
    C:\Jersey\jersey-bundle-1.5.jar;C:\Jersey\jersey-archive-1.5\lib\asm-3.1.jar;C:\Jersey\jersey-archive-1.5\lib\jsr311-api-1.1.1.jar

  • Rwclient is failed to use in jdev 11g + weblogic 10.3.x

    Hi all
    Recently we have migration from jdev 10g / 10g AS to jdev 11g / weblogic 10.3.x. After migration we found the reporting function using rwclient is failed to run.
    We then discovered the report can be run by using url calls rwservlet (http://server/reports/rwservlet?...). Anyone know how rwclient works and how rwclient
    locate reports server instance. Thanks
    The setting in web.xml is
    <servlet>
    <servlet-name>rwservlet</servlet-name>
    <servlet-class>oracle.reports.rwclient.RWClient</servlet-class>
    <load-on-startup>yes</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>rwservlet</servlet-name>
    <url-pattern>/rwservlet*</url-pattern>
    </servlet-mapping>
    PS. we also migrated report server to 11g and running on weblogic.
    Cheers
    Chris
    Edited by: Nexus Chris on Jul 3, 2012 1:40 PM

    Best asked in {forum:id=84}

  • What application server to be used with JDev 10.1.3.4 applications

    To experts and anybody who know
    Hi,
    I am completely new to application servers. We have an application developed using JDeveloper 10.1.3.4 that needs to be deployed. We have not used any Oracle's application servers yet, and need to choose one. We have in our mind that some day we will use JDeveloper 11 for development. The issue is to choose the right server software.
    As far as we know there are Oracle Application Server and Weblogic Server (when you download JDeveloper 11 it seems Weblogic server bound to it). And these servers have different versions. We want to choose one that is compatible with both applications developed using JDev 10.1.3.4 and those developed using JDev 11 in the future.
    Any advice what server and what version to choose? We will run the server on Solaris unix platform.
    Many thanks for your advice!
    Newman

    This question is probably best asked in the JDeveloper forum.
    JDeveloper and ADF
    JDeveloper 10g should be able to do deployments to certain WebLogic versions, but it depends on what kind of application you are developing. When you write your post on the JDev forum, I suggest you describe the applications that you are developing and what features they use. For example, are these applications based on ADF?

  • Is there any way to see all available taskflows to use in jdev.

    Hi,
    I am developing a ADF application, i want to know if my UI project has consumed a number of other UI (ADF Lib) jars. Is there a way to see all the available taskflows to use in my application which is there due to the imported jars.
    To Iterate my question, I have a Ui project say AUI and it has imported BUI and CUI but using only one taskflow from BUI.jar, while BUI and CUI has some more taskflows which I have not used but is there any way to see all of them.
    Thanks
    Vipin

    Hi there,
    One thing is to have access to a repository of libraries containing taskflows that you may use within an specific project. Once you import this library into the project usually depending on how you did it, it means that you are using it at some level. In my opinion the best way it to create a connection to your repository and see all the libraries and choose the available taskflows that you might want to include. Instead of searching from the inside out (where is a library used at?) You could always find usages and validate where things are coming from.
    Also in future releases we are working on visually displaying those mapping between elements.
    Another option for validating what's inside and what's being used could be to use Maven in order to keep all dependencies from your project in order: http://donatas.nicequestion.com/2012/06/using-jdeveloper-maven-integration-to.html
    Juan Camilo

  • Problem in using JDeveloper 10g with JHeadstart

    I am using JDeveloper 9.0.3 and jheadstart 9.0.4.5 and I would like to test jdeveloper 10g preview with JHeadstart.
    So, I have downloaded the JDeveloper 10g to test it with my old application.
    Having run the Jdeveloper for the first time, I realized that Jdeveloper
    installed the jheadstart automatically and following message was shown in the message window :
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\PrjWizard.jar!\META-INF\jdev-ext.xml
    Error: <Line 12, Column 24>: XSD-2034: (Error) Element 'description' not expected.
    Error: <Line 13, Column 17>: XSD-2034: (Error) Element 'help' not expected.
    Error: <Line 17, Column 27>: XSD-2034: (Error) Element 'dependency_addin' not expected.
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\JhsShare.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\MvcFrameworkServiceFileViewer.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\JHeadstartDesignerGenerator.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\JAGLauncher.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\Bc4jPropertyEditor.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    E:\Software\10g\JDev10g\jdev\lib\ext\jheadstart\JASEditor.jar!\META-INF\jdev-ext.xml
    Converting JDeveloper 9.0.3 extension manifest to 9.0.5
    So I try to test one of my old application with this configuration. After Jdeveloper migrated my workspace and projects and business componenet
    to the newer version, I run the application generator. It worked fine without any problem but after running the application, I got an error page showing
    that my bc4j.xcfg is not in the path.
    On the other hand, I found out that when I wanted to view my UIX pages, 2 dialog boxes appeared. The first one asked to upgrade
    to UIX 2.2's new expression language syntax and the other which is on the top of the first one, showing that UIX runtime failed to render the page
    with following detail :
    javax.servlet.ServletException: No page broker found!
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at oracle.cuervo.share.servlet.PreviewServletContainer.handleRequest(PreviewServletContainer.java:305)
         at oracle.cuervo.share.servlet.PreviewServletContainer.handleRequest(PreviewServletContainer.java:229)
         at oracle.cabo.ide.addin.preview.UIXRenderThread._reallyLoad(UIXRenderThread.java:263)
         at oracle.cabo.ide.addin.preview.UIXRenderThread.runImpl(UIXRenderThread.java:203)
         at oracle.cabo.ide.addin.preview.BasePreviewThread.run(BasePreviewThread.java:79)
    I think that I should have set some setting before use JHeadstart with JDeveloper.
    Could anybody help me ?

    Alex,
    The document Sandra referred to applies to JDeveloper 10g preview (9.0.5.0). JHeadstart 9.0.4.5 will NOT work with JDeveloper 109 production (9.0.5.1).
    We plan to release a new version end of april that is compatible with 9.0.5.1. See this thread for more info: JDeveloper 10g production, status JHeadstart?
    Steven Davelaar,
    JHeadstart Team.

  • Web service using jdev 10.1.3

    Hi all....
    i am trying to build a web service using oracle jdev 10.1.3.
    i have built a simple java class that return common type such as String, int, long and publish theses method as web service and it works successfully......
    but when i tried to build web service that return complex type
    i.e.
    //////////////// class that i need to create a web service from it ///////////////////////
    public calss webService {
    public Subscriber getSubscriber(){
    return new Subscriber();
    public int getID(){
    return 10;
    where Subscriber is a java object i have create.
    public class Subscriber implements Serializable {
    private String name;
    public String getName(){
    return "Name";
    when creating the web service, the getSubscriber method was not published but the getID is published.
    any idea of how to make a web service that return a complex type....... i n
    web service steps:
    http://www.orablogs.com/cmaxwell/archives/000629.html

    As per the 10.1.3 Preview Relase Notes :
    Working with OC4J 10.1.2 : By default, JDeveloper 10.1.3 works with OC4J 10.1.3. However due to bug 3989799 it cannotconnect to OC4J 10.1.2 in the same session. Testing a connection or expanding a connection will fail with an exception. Additionally, deployment will succeed, but JDeveloper will be unable to detect and report the port number needed to access any deployed web applications via HTTP. You can enable 10.1.2 support by uncommenting the line: # AddVMOption -Drmi.disablePropagation=true in the jdev.conf file (located in jdev\bin) by removing the initial '#' character and restarting JDeveloper. Note, however, that enabling this setting will prevent JDeveloper from connecting to OC4J 10.1.3 instances, including the OC4J installation provided with JDeveloper. Comment the line then restart to restore 10.1.3 connectivity.
    Hope this helps.. Sunil..

  • Can i use Jdev freely because of Oracle embedded license

    Hi,
    In our company we have one Avaya IVR v8 that contains a Oracle embedded.
    A college told us that if we have a license of the database we have the right to use other JDev without paying royalties. Is this true?
    Thanks very much,
    Lorenzo Jiménez

    Just FYI, even it did come included with the regular database, you would not be licensed to use it according to the terms of the embedded license (as far as I can tell).
    We have a third party application that has an embedded license, and we were told we can only read from the reporting views set up.

  • Jheadstart(10.1.2.0) intergration with Jdeveloper(10.1.3)

    Having followed installation notes for Jheadstart (I noted that it's certified for Jdeveloper 10.1.2 and not .3 but carried on), I cannot see "Jheadstart Settings " in Jdeveloper..tools..preferences. How can I include in Jdeveloper.
    Terry

    Ok.
    It will be then better to ask this question on the JHeadstart forum
    JHeadstart
    And as far as I know JHeadstart 10.1.2 is not for use in JDev 10.1.3

  • Error after deploying JHeadstart application 10.1.3 to OracleAS 10.1.2

    Hello JHeadstart Team,
    I'm using jdev 10.1.3 (SU5) and jhs 10.1.3 (SU1).
    My application runs well in the embedded OC4J. To deploy it to my external application server I did the steps written in the article "How to deploy a JDev 10.1.3 application to OracleAS 10.1.2" (http://blogs.oracle.com/jheadstart/2006/08/27#a54).
    Pages with AutoQuery=Yes are running ok.
    After calling pages with AutoQuery=No and executing queries I recieve folling error:
    500 Internal Server Error
    javax.faces.FacesException: #{searchBestaende.advancedSearch}: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setObjectAtName(Ljava/lang/String;Ljava/lang/Object;)V
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setObjectAtName(Ljava/lang/String;Ljava/lang/Object;)V
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:130)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
         ... 21 more
    Caused by: java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setObjectAtName(Ljava/lang/String;Ljava/lang/Object;)V
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3934)
    Are there any libraries missing?
    Regards
    Peter

    Peter,
    From the error message, it seems to be an issue with JDBC libraries or JDBC library versions. I suggest you log a TAR through metalink for this issue.
    Steven Davelaar,
    JHeadstart Team.

  • Using different app module configurtions

    Hi,
    How can i configure which application module configuration a jheadstart application should use? I've got a number of configuration (one for development, one for testing, one for production, one for unit testing, etc). I think that jheadstart is using the configuration specified in DataBindings.cpx.
    I would like to be able to specify a configuration at install time in the enterprise manager. How do i do this?
    Thanks,
    Andrej

    Andrej,
    Which JHeadstart version do you use? If you are using 10.1.2, then JHeadstart does not do anything with the configurations, and leaves it all to ADF and ADF Business Components. You could post a question on the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html.
    Kind regards,
    Peter Ebell
    JHeadstart Team

Maybe you are looking for

  • Difference of sql query in SQL Workshop and SQL Report (case when sum(...

    Hi , I need some help, pls. The follwg report runs in SQL Workshop - but gives errors in the sql-query report in HTMLDB: SQL-Workshop: select case when SUM(S.POTENTIAL_GROWTH)> 1 and SUM(S.POTENTIAL_GROWTH) < 4 then 'Ok' when SUM(S.POTENTIAL_GROWTH)>

  • Header Text in Sales Order

    Hi Experts, I have problem when i am creating the sales order i want to put some text in the Header Data. But when i navigate through the menu go to--> Header --> Text, the moment i select that it is giving ABAP short Dup with errors "Exception condi

  • Help with premier elements 12

    help with installing premier elements 12

  • Flash drive issue

    When I plug my flash drive into my mac book pro it doesnt show on the desktop. Can anyone advise?

  • Hierarchy or Tree structure Query

    Hi, I have to display each level total amount from the below tables We have two tables. Table 1 having the all level columns and table 2 having amount for each level Below are the table scripts and sample data CREATE TABLE LEVEL_TABLE LEVEL1 VARCHAR2