How to use JPublisher in Jdeveloper 11g?

Hi! I have question. How to use JPublisher in Jdeveloper 11g? Maybe someone can help?
Best regards!

Hi! I have question. How to use JPublisher in Jdeveloper 11g? Maybe someone can help?
Best regards!

Similar Messages

  • How to use ant with Jdeveloper 11g

    Hello, as we develop our app with ADF Faces & EJB 3.0 we are using tomcat 6.x + openEJB 3.0 as a sort of app server. So we need to build application archive 2 differrent methods (collapsed war for tomcat and ear for Jdev's integrated WLS). Besides, some xml files need to be modificated depending on target server. So we are going to use ant to build archives.
    My questions:
    - Where should I copy built archive for deployment on integrated WLS (should I copy it in ant's target or Jdev can do it for me)? Or there is another way to do the following: when one presses Run button on a page ant builds an archive for local WLS and then app is deployed and the page is opened in a new browser tab (just like default Jdev behaviour)?
    - Where can I find tutorial on integration of Jdev & ant?

    Here is a good example [http://biemond.blogspot.com/2009/04/weblogic-jdeveloper-ant-tasks.html]

  • How to use CVS with JDeveloper

    Hi all!
    I'm starting a new project and I would like to know how to use CVS with JDeveloper. This is my first project where I will have two more people working with me and I don't know what the better approach is. Should I use CVS that come with JDeveloper (option Internal to Oracle JDeveloper 10g) or should I configure an external repository? In both cases, I don't know what I have to do to have CVS working properly with JDeveloper. Actually I tried to create a new CVS connection in CVS navigator (using the access method Password Server), but when I test I receive the message: Could not open connection to CVS server: general socket failure, sure I must doing something wrong.
    I'm using JDeveloper 10.1.3.0.4
    Thanks in advance.

    Thanks for you help John!
    I installed cvsnt and when I try to create a new CVS connection inside JDeveloper I receive the message: authorization failed: server adminf29786.dixamico.com.br rejected access to /Diversos/DownLoad/CVS/usr/local/cvsroot for user JMartins
    I using pserver method and JMartins is my user in windows
    There is something that I'm curious about, when I was installing CVSNT I didn't configure any user and password, is there any default user/password?
    Thanks!

  • How to use JPublisher generated package in JSP

    I am finding difficulty in using JDeveloper genereted (Using JPublisher) package ( from PL?SQL packages of Oracle) using in JSP . can any body help
    Prashant

    Can you be more specific on what you are doing and what problem you are facing.
    You can refer JPublisher documentation here.
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/java.920/a96658/toc.htm
    JPub help with Jdeveloper
    http://otn.oracle.com/jdeveloper/help/
    Go to using SQL in Java Programs ->Accessing Oracle Objects and PL/SQL Packages using Java
    Also you can see how JPub generated classes can be used in SQLJandJPublisherSample at following url. You can apply similar concept for JSPs.
    http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/9i_sqlj/9i_sqlj.html
    Chandar

  • Send data to JMS queue using CQL in Jdeveloper 11g CEP application

    ALTER QUERY q_basic_event ADD DESTINATION
    “<EndPointReference><Address>_file:///home/cep/test.txt</Add
    ress></EndPointReference>" ---- CQL is being used to transfer data to an output file(test.txt).
    How do we change the destination so that the data is sent to a JMS queue in Jdeveloper 11g where we are using a CEP application?

    Hi Narayanan,
    Thank you for your prompt reply. I understand that we need to create an external delivery channel to post the message to a JMS Queue from TP2. Currently I am using default AQ's (b2b.IP_IN_QUEUE & b2b.IP_OUT_QUEUE) at TP2 end to receive the message.
    But, I want to post the message to JMS Queue. For this I need to create an external delivery channel and the corresponding end point should be the name of that JMS Queue. Is my assumption correct?
    I have already gone through the thread that you have mentioned and the pdf as well. But, I am not able to find an option on how & where to create that JMS Queue?
    Could you clarify on this?
    Regards,
    Satya.

  • How to use BC4J with JDeveloper 9i in a Team

    Hello
    I'm not sure if I'm to stupid, but to say the truth I didn't found the clue how to share a BC4J Application between several develeopers. Maybe someone can give me a hint.
    That's my situation:
    Our team is going to develop a web application using BC4J and BC4J-JSP, nothing special I think.
    But my problem is, that BC4J and especially the wizards refer to a lot of different files. Even simple changes often result in multiple files being changed in different parts of the project.
    Creating a view link between view objects in two packages for example changes the view objects in both packages. Also the project (.jpr) file or several "BC4J.xcfg" files are changed very often.
    So it is not easy to find parts of code from which I can say they are owned by one developer and others which are owned by another. Most often, if you have to merge the work of different developers, you have to edit the BC4J-XML-Files using an external editor. Or did someone find a better way? Please tell me!
    So, what is the best way to share code between developers?
    Should I partition the application by packages?
    - advantage:
    it allows a fine partitioning
    - disadvantages:
    it has the great danger that BC4J makes changes in other packages which will be overseen when merging.
    Should I create a projects for each developer and distribute code between the projects using libraries?
    - advantage: no unseen changes will happen, as the libraries are readonly.
    - disadvantages: no view links between view objects in different projects (Libraries) are possible! Also a lot of "load errors" can occure when updating a library, which have to be manually corrected in the dependent projects.
    Are source code management systems a real help in this problem or do they just "manage" the problem? I already tried SCM and PVCS but was not very happy with the way of working. As JDeveloper is not "really easy" to use with theese tools.
    So I would like to get any hints how other developers are dealing with this problem. Are you using BC4J with JDeveloper 9i in a team? Please tell me how do it and how you have partitioned your application.
    Thanks in advance
    Frank Brandstetter

    Hi,
    I'm not sure whether my answer is good enough for you, but it might help.
    First of all, you have to use JDev 9.0.3, because 9.0.2 has big problems with associations/view links between objects in different projects.
    Creating a view link between view objects in two packages for example changes the view objects in both packages. Also the project (.jpr) file or several "BC4J.xcfg" files are changed very often.This is not completely true in 9.0.3, as you may choose not to create an accessor in the imported object (and usually you don't need it neither!). As for bc4j.xcfg, there is a trick: define a "standard" database connection name to use all over your project! This will prevent modifying these files all the time!
    Should I create a projects for each developer and distribute code between the projects using libraries?
    - advantage: no unseen changes will happen, as the libraries are readonly.
    - disadvantages: no view links between view objects in different projects (Libraries) are possible! Also a lot of "load errors" can occure when updating a library, which have to be manually corrected in the dependent projects.I would say, projects for each application component, which by chance will be managed by a single developer at a time.
    As for the disadvantages, in 9.0.3 you are able to properly create associations and links using read-only objects. Hopefully, the release version will solve some generation inconsistencies...
    Concerning the errors that occur when modifying a library, this might be balanced by the relative independence of the components... If you are able to develop following the dependency tree, you will not meet the problem very often.
    Are source code management systems a real help in this problem or do they just "manage" the problem? I already tried SCM and PVCS but was not very happy with the way of working. As JDeveloper is not "really easy" to use with theese tools.Indeed, I do not have a SCMS really able to manage merges in the BC4J XML files... We rather try not to arrive there!
    So I would like to get any hints how other developers are dealing with this problem. Are you using BC4J with JDeveloper 9i in a team? Please tell me how do it and how you have partitioned your application.I really hope that my hints will help.
    Regards,
    Adrian

  • Tutorial on how to use BI Publisher in 11g

    We have not used BI Publisher before and want to evaluate if it helps with any of our business needs. Does anyone know of any good tutorial on how to use bi publisher in obiee 11g?
    Thanks.

    On the home page on the free to register technology network
    http://www.oracle.com/technetwork/middleware/bi-publisher/overview/index.html
    you will find resources such as
    * Oracle BI Publisher Datasheet - a 3 page overview document
    * Oracle BI Publisher Overview Presentation - (Recorded Presentation with Sound - 18 min)
    * Oracle BI Publisher - Benefits - Flash
    * Oracle BI Publisher - Quick Tour - Flash
    some sample reports
    http://www.oracle.com/technetwork/middleware/bi-publisher/xmlpsamples-099828.html
    and a tutorial with screen shots
    Getting Started with Oracle BI Publisher 11g
    http://st-curriculum.oracle.com/obe/fmw/bi/bip/bip11g/gettingstarted/gettingstarted.htm

  • How to use Query in JDeveloper

    Dear all,
    I use Oracle JDeveloper 10g,
    In the DesignerModel we can define Graph,Crosstab,Query,etc.
    In JSP page I can use the Presentation by drag&drop it.
    But I do not know how to use the Query that we have created by GUI through bibeans API.
    Any help is appreciated!
    thanks

    It seems that there is nobody meeting the same problem.
    I solved it by myself.
    An thanks.

  • Using Dojo in JDeveloper 11g

    I recently inherited a few projects that where first done using Eclpse with the Dojo toolkit.
    I was wondering if there is a Dojo release for JDeveloper 11g, if so where can i get it.
    If there is'nt a downloadable plugin is there a way to get the projects to run without it?

    You should be able to just pick up the project and import it into JDeveloper - no need for any plug-in or extension.
    Dojo is just a Javascript library that you can include in your project and run with it in JDeveloper.

  • HOw to use EL in JDeveloper 9.0.5

    Hello All,
    I am trying to use EL in JDeveloper 9.0.5 and it is not working. The problem I figured out is JDeveloper 9.0.5 doesn't have the jar files that support EL. Any idea how I can change the jar files to give support for EL in the JDeveloper 9.0.5???
    Any help would be highly appreciated.
    Thanks

    Thanks for the prompt answer. I can use the JSTL tags, but the problem is I am using struts tags to iterate and to render other HTML controls.
    The code is something like this
    <logic:iterate id="FrmBean" name="FormBean01" property="dataId">
    <logic:equal name="FormBean01" property="dataId" value="${dataObject.dataId}">
    <bean:write name="FrmBean" property="dataId"/>
    </logic:equal>
    </logic:iterate>
    I can not use a tag inside a tag. Yes, I can surely use a tag inside a HTML control, but that would not serve my purpose.
    Is there any way by which I can change the .jar file of JDeveloper 9.0.5 from jsp version 1.2 to jsp version 2.0 so it starts supporting EL....??
    Thanks

  • BPEL- How to make part of Jdeveloper 11g

    HI,
    In Jdeveloper 10g BPEL was part of it. But with new release Jdeveloper 11g it has been disabled(No more part of Jdeveloper).
    How can we get this. Should we purchase license or it is available for download.
    any one please guide in this regard
    M Niaz

    M. Niaz,
    It is reported to be in the next release (sometime this year).
    John

  • How to use ed in oracle 11g as we do in 10g

    Hi,
    Anyone can u tell me how to use text editor in oracle 11g as
    we do in 10g.
    thanks
    srinivas

    Well, that would be because notepad doesn't exist on *nix - isn't that obvious?                                                                                                                                                                                   

  • How to configure my oracle jdeveloper 11g preview 4 with oracle 8i database

    hi every one
    my requrirement is to configure my oracle jdeveloper 11g preview 4 with oracle 8i database with (thin driver)
    thanks in advance

    Prapan,
    JDev 11g TP4 comes with 11g JDBC drivers, which do not support connecting to any database v 9.0.1 or earlier.
    So, back to you... depends upon what you want to do. If you want to write your own code to connect to a database using 11g, get ahold of some JDBC drivers that support 8i and have away. If you're talking about getting the database development stuff (e.g. the embedded SQLDeveloper) to work, you're probably out of luck.
    So, please define "configure my oracle jdeveloper 11g preview 4 with oracle 8i database"
    John

  • How to use CLOB in OBIEE 11g (11115) Reporting

    Hello All,
    I have a CLOB object. I need to use that in the report.
    It just has text only. I defied it in RPD as LONGVARCHAR or OBJECT but it did not work out.
    I tried using evaluate with TO_CLOB but i am getting below error any time
    inconsistent datatypes: expected - got CLOB at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed.
    Please give me a clue how to use a CLOB column in report.
    I see a rittmen blog which is using as LOOKUP but i dont have that option either.
    Please let me know what wrong i am doing.
    Thanks in Advance.
    KN

    DBMS_LOB.substr(<table.columnname>,<length of characters>,<start position>)
    Check this
    http://shivabizint.wordpress.com/2010/04/20/varchar2-greater-than-4000-in-obiee/
    Mark if helps.
    Thanks,

  • How to use RowSetBrowser in Jdeveloper 3.2

    Hi friends,
    Please show me how to use the Webbean RowSetBrowser to view the
    content of a ViewObject which made by the jbo:CreateViewObject.
    Thanks,

    Hi,
    JQuery sample is in htmldbQuery_sample.zip.
    File apex_developer_tool_bar.user.js is Greasemonkey script.
    Go to Greasemonkey site and check document how import user scripts.
    http://userscripts.org/about/installing
    Read about htmltooltip.js from
    http://dbswh.webhop.net/apex/f?p=BLOG:READ:0::::ARTICLE:3000
    Read about other files
    http://dbswh.webhop.net/apex/f?p=BLOG:READCAT:0::::CATEGORY:11100346066619
    Regards,
    Jari
    Edited by: jarola on Dec 7, 2010 9:40 AM

Maybe you are looking for

  • IBooks library vanished after update

    After updating my iOS to the latest version recently, I was dismayed to find everything gone from my iBooks library. Does anyone know if Apple is going to bother to remedy this unpleasant surprise for future updates? I recommend backing up your pdf b

  • Regarding reading a function group

    Hi, I have a functionlaity like this:    I have a selection screen whcih accepts the function group name...    based on this i have to select all the function modules, includes, text elements if any, etc...in that group...   is there any read stateme

  • Hyperion System 9.2.0.3 Installation files

    Hi, I am lookig for these installation file. 1.     Hyperion Shared Services 9.2.0.3 2.     Hyperion Essbase server 9.2.0.3 3.     Hyperion Essabse Client 9.2.0.3 4.     Hyperion Administration Console 9.2.0.3 5.     Hyperion Reporting and Analysis 9

  • BUG - Omniportlet 10.1.4 with HTML layout ??

    Steps to reproduce: 1. Create an OmniPortlet instance which is based on a SQL statement 2. Use the following SQL select :BIND1 as MY_BIND1 from dual 3. Define the bind variable BIND1 as tied to ##Param1## 4. Give Param1 a default value= "MY_PARAM" 5.

  • How do you overwrite System.out.print()

    I am sure there is a way to over write the last entry to System.out.print ? I think it is by using an escape sequence (eg \t or \n), but cant work out which letter to use. can any one help? Simon