JDeveloper BPEL-INF/lib. How to add libraries to a bpel project.

Hi.
Include libraries in BPEL-INF/lib in a Jdev 10.1.3.3 bpel project is not so trivial. Does anybody know how to make that the same ant task provided by JDeveloper for deploy bpel process include the libraries needed in the BPEL-INF/lib?? or is there a better option than modify the ant task? how can a i do it?? My actual solution is include the BPEL-INF/lib by hand in the jar generated by the jdev ant task, but this approach is so tedious.
Thanks
Javier Murcia
Heinsohn software house S.A.
Ingeniero de desarrollo
Bogotá, Colombia

If you use code for someone elses distributed jar file, you will have to ship their jar file with yours and include it in your classpath when launching you program.

Similar Messages

  • How to add a class in a project?

    Hello!
    i'm a beginner in developing and i don't know how to add a class in a project in Sun Java Wireless toolkit 2.5.2...
    The name of my project is essai2 and i already put a class, LogoMIDlet and now i want to put my new class ComBasique, how can i do that?
    and do you know if there is a program for bluetooth in order to connect my Nokia 6680 to another device that have a bluetooth?
    thanks a lot for your answer!
    Sophie

    how to change the class name after the project is created.In NetBeans, right click the class name either in the declaration or constructor, select Refactor --> Rename... and follow the dialog.
    You can refactor --> rename anything that is not in a guarded block. For those, there are options via the properties window.
    db

  • How to add new Attachment category in Projects master creation form

    Hi Dudes,
    I would like to know that how to add new Attachment category in Projects master creation form.
    It defaults as Miscellaneous.
    I created new category by navigated Application developer - attachment - category
    but i dont know how to assign the above created category for Project master creation form
    Can you pls throw some lights into this little dark room?

    See http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458262.htm
    Scrool down to the "Category Assignments Window".
    This is where you assign an attachment category to your form/function.
    See http://erpschools.com/articles/oracle-attachment-functionality-adding-an-attachment-to-a-form for step-by-step screenshots.
    Sandeep Gandhi

  • I need to know how to add closed captioning to a project Captivate 6

    I need to know how to add closed captioning in a project in Adobe Captivate 6.  It is a software demo single recording.  I don't see where to go to create closed captions or change accessilbity preferences.

    Hi there,
    First thing that you need to do is go to Project > Skin editor > and check the box for Closed Captioning button in playbar.
    A slide must have a slide audio or Slide Video to add CC notes in it.
    Go to Windows > Slide notes, to view the slide notes panel, and click on + sign to add Closed captioning notes.
    Please check this article to add CC in project: http://helpx.adobe.com/captivate/using/slide-notes.html
    Check this article for accessibility in Captivate : http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd101-157ec7f211c7ef6052c-7fff .html
    Thanks.

  • Applet not finding oracle.jdeveloper.layout.XYLayout. How to add to jar?

    hey guys, i have created an applet and it is unable to find oracle.jdeveloper.layout.XYLayout. How might I add this to my jar to be able to deploy it?

    not.
    Figure out what jar it's in, and add that jar to the classpath for the applet (and thus to the webserver in a location where the applet can load it from).
    See the documentation to figure out how to set an applet classpath.

  • How to add class file to the project in netbean

    Hi,
    I am not sure if it is the right place to put the question. I just cannot find the way to add my existing java class file into the project in net bean.
    Anyone can help?
    Thanks a lot

    Look at the "classpath" entry on the Index tab in NB's Help. There are entries there that explain how to add existing classes and libraries to a project.

  • How to add jar files to a project?

    What is the correct way to add jar files to a project?
    Jdev Help has an entry "Adding Files to a Project Using the Add Files or Directories Dialog", but when I goto File->Open as it says, there is no "Add Files or Directories" dialog.
    Using JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660 on Linux.

    That's not quite what I need, as it does not copy the files into the project, but just creates references to their original location in the filesystem. We want local copies so we can check the whole project into Subversion and not have external dependencies.
    Should I just copy the files manually (outside of Jdeveloper)? And what directory should I copy to?
    Thanks.

  • How to add favicon to webcenter portal project

    Hi All,
    I am using jdeveloper version 11.1.1.6.0.
    We have developed webcenter portal application .
    I want to set favicon(browser icon) for all pages in my application .
    I put favicon in Web Content folder and run in local jdeveloper (integrated weblogic )but I am not able to see favicon in all the pages.
    Any help is appreciated.

    Hi Daniel Merchán ,
    I put following code in Page template because of which it is showing icon to all the pages.
              <f:verbatim>
              <link rel="shortcut icon"  href="/contextName/favicon.ico" type="image/x-icon"/>
            </f:verbatim>       Is it right way to add icon in webcenter portal project.
    Thank you for help.
    Edited by: Wecenter Guru on Mar 6, 2013 7:40 PM

  • How to add rdlc reports to winform project with out throwing any error

    Hi,
    I have been trying to resolve this problem in all ways.I am working on win forms in VS 2010 using C#.I have designed 4 rdlc reports in a copy of same projects, and now I have been trying to add those rdlc reports to main project(same name of 2 projects).
    They are adding but throwing an error as "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.Verify that the instance name is correct and that
    SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) "
    at 
    private void report10th_Load(object sender, EventArgs e)
    // TODO: This line of code loads data into the 'dataset10th.attendance' table. You can move, or remove it, as needed.
    this.attendanceTableAdapter.Fill(this.dataset10th.attendance);//throws an error here
    // TODO: This line of code loads data into the 'dataset10th.regestration' table. You can move, or remove it, as needed.
    this.regestrationTableAdapter.Fill(this.dataset10th.regestration);
    // TODO: This line of code loads data into the 'dataset10th.tenthclass_marks' table. You can move, or remove it, as needed.
    this.tenthclass_marksTableAdapter.Fill(this.dataset10th.tenthclass_marks);
    //this.reportViewer1.RefreshReport();
    please Help me out how to add these RDLC reports to win forms 

    Thank you for replaying me sir,
    Finally i got to know the answer through your instructions.
    I have a look into app.config file and replaced the server name as 
    <add name="f2.Properties.Settings.smssmsConnectionString" connectionString="Data Source=User-pc\sqlexpress;Initial Catalog=smssms;Integrated Security=True"
    providerName="System.Data.SqlClient" />
    //to
    <add name="f2.Properties.Settings.smssmsConnectionString" connectionString="Data Source=.;Initial Catalog=smssms;Integrated Security=True"
    providerName="System.Data.SqlClient" />

  • How to add dll file to EAR project

    hi,
    i am working with JNI . how to add .dll files to EAR for deployment in NetWeaver.
    regards
    Guru

    HI
    GOOD
    GO THROUGH THESE LINKS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2583bbf9-0701-0010-8db5-a558e0c6f1fe
    http://support.businessobjects.com/documentation/product_guides/boexir2/en/xir2_bip_install_en.pdf
    THANKS
    MRUTYUN

  • How to add .jar files in my project

    Hi all,
    i am designing a application where i want to translate some words of my web page to different language
    say, i want "search" word to be translated to french language
    i have got some .jar files google-api-translate-java-0.4.jar to do this work...
    can anyone tell in which folder to put .jar files ,so that it works in my project..
    i am using Eclipse SDK 3.3
    Thanks

    how to add .jar files in my project In your eclipse goto,
    Project --> Properties --> Java Buil Path --> Add External Jar
    By that u can select your JAR and click OK..........

  • How to add libraries

    Hello,
    I am developing a web application on JDeveloper 10.1.3, using a Lotus database. I have in my Java code:
    NotesThread.sinitThread();
    Session as = NotesFactory.createSession(host, name, password);
    and I know the NotesThread class is in lotus.domino.NotesThread.
    I know this class is in Notes.jar, which I have.
    But where shall I put it, and how do I tell JDeveloper where it is? I tried "Manage Libraries" but I didn't understand much...
    Thanks,
    Romain

    it's ok, I found it, it's in Project Properties

  • How to add libraries to AdminServer in WLS

    Hi, I'm using JDev12c and WLS12C.
    I have this error when I try to deploy a WAR file:
    Error: Unresolved Webapp Library references for "WebAppModule(myapp:myapp.war)", defined in weblogic.xml [Extension-Name: adf.oracle.businesseditor, exact-match: false], [Extension-Name: oracle.adf.desktopintegration, exact-match: false], [Extension-Name: adf.oracle.domain.webapp, exact-match: false], [Extension-Name: jstl, Specification-Version: 1.2, exact-match: false], [Extension-Name: jsf, Specification-Version: 2.1, exact-match: false]
    I read that I have to include those libraries to the server that I'm using (in my case AdminServer), how can I do it?
    Edit: Now I know that libraries have to be listed is "deployments". My WLS console shows me 27 deployments, but none is "adf.oracle.XXX" or "jstl", "jsf".
    Where can I find those libraries?
    Thanks.

    Thanks Timo and dvorah21.
    I think the problem was that I didn't selected "Oracle JRF - 12.1.2.0 [oracle_common]" when I create/modify a domain. Now I have another question.
    When I select that option, it selects automaticly "Weblogic Coherence Cluster Extention", and this one, adds three more steps for create/modify the domain in the Configuration Wizard: "Database configuration type", "Component datasource" and "JDBC test".
    I used to use 10g and 11g versions of WLS, and I don't remember to have to add some database configuration in the wizard, because I didn't needed "Weblogic Coherence Cluster Extention". Now it seems like it's obligatory for create a domain with JRF.
    I'm using a MySQL database, so I entered RCU data (as required in "Database configuration type") to configure my domain, and it gives me an error because I don't have "component_schema_info" table in my DB, then Wizard ask me to entered info for some "OPSS" component schemas (I don't know what this are).
    So, my question is, where can I find info for enter that DB data correctly?
    Thanks.

  • How to add ANY class to my project?

    Greetings.
    I am begining my adventure with java. Now I am wasting 2 days because i can't add class to my program. I would like to use floating-point numbers so I've found MathFP.class on the Internet. But I've no idea how to
    link this class with my program. I've experimented a lot and found the midpapi20.jar archive in J2ME_SDK\PC_Emulation\WTK2\lib folder. I added the MathFP.class there. Now my program is compiling. But when I am running it, I get Such error:
    java.lang.NoClassDefFoundError: net/jscience/math/MathFP
         at SimpleGameCanvas.SmoothNoise(+3)
         at SimpleGameCanvas.<init>(+142)
         at RGBToImage2.startApp(+15)
         at javax.microedition.midlet.MIDletProxy.startApp(+7)
         at com.sun.midp.midlet.Scheduler.schedule(+270)
         at com.sun.midp.main.Main.runLocalClass(+28)
         at com.sun.midp.main.Main.main(+116)What am I doing wrong? Why adding simple class is so damn hard? :(
    Best regards and thanks for Your time.

    I found an answer in another topic here.
    add your jar to verified/lib folder and it should work. What a god damn waste of time to look for a solution for problems like this...

  • How to add modules to my Customer Project?

    Hello,
    I've created a new Customer Project on an existing track for the ICSS_B2B application. After the creation, I want to add modules to my CP but this aint
    working. When I right click on my CP in the J2EE DC Explorer and press 'Add
    Modules', I can't specify any Web- and EJB-Modules. It's an empty list.
    What did I do wrong? Can anyone help me?
    thank you in advance,
    kind regards...

    how to change the class name after the project is created.In NetBeans, right click the class name either in the declaration or constructor, select Refactor --> Rename... and follow the dialog.
    You can refactor --> rename anything that is not in a guarded block. For those, there are options via the properties window.
    db

Maybe you are looking for

  • Photoshop Elements "Invalid Serial Number"

    I recently did a Windows 8 refresh, which uninstalled my Photoshop and Premiere Elements. Now, when I download using the Adobe Download Assisstant and try to enter the serial number displayed in my account under products, it says Invalid Serial Numbe

  • How to create PO with reference to Pr through BAPI

    Hi everybody I wanted to create PO with reference to PR through BAPI_PO_CREATE (4.6c), but i found there is no field to set PR info in the parameter. Is the bapi right for this case, or there are other functions? THANKS FOR ANY ADVICE! Best regards,

  • Strategy for working on BI7 web on EP6

    Hi, Currently I'm working on EP6 and we want to use BI7 on our portal. What is the strategy for using the full capabilities of BEx web on this portal. Thanks, Tomer.

  • WRT54GS V7 can't get my wep key

    When I log into the router using 192.168.1.1 select  the wireless tab it tries to load and stops at 98%. I can not retrieve my wep key to add other devises. Will resetting to factory defaults let me get the info? I can't upgrade the firmware either.

  • Need to verify i phone 5s from EMI number whether is it original or not?

    NEED TO CHECK I PHONE 5S FROM EMI NUMBER WHEATHER IS IT ORIGINAL OR NOT? MY EMI NUMBER IS: DNPM79ALFFGC