Extension Jar deployment option is disabeled on JDev11

Hi,
Why "Extension Jar" is disabeled on Jdev11, i could not create deployment descriptor with this option ?
I f i go back to Jdev10, i could use my old .jar file ?
Regards
Philippe

Hi Nasir,
It looks like that Admin url is not set correctly can you take look on your configuration again.
Regards,
Kal

Similar Messages

  • ADF application unable to reference external jar deployed as library

    I am using jdeveloper 11.1.1.3.
    My problem is as folows : I have a JAR deployed in weblogic 11g as a library and i want my ADF application to refer it as this inhouse developed library has some utility methods in it.
    In my ADF application i have referenced the library in weblogic-application.xml as below..
    <library-ref>
    <library-name>beansCBB</library-name>
    </library-ref>
    But still my my jsps are failing to compile
    Please guide me on how to provide library reference while deployment.
    Zeeshan

    Hi Zee,
    Try to select the "Deployed by Default" option on the Library.
    Just to see if the application is working on the server.
    If It is working, it seems that the application can't find the library.... on the weblogic server.
    Then unselect the "Deployed by Default" option on the Library.
    And try to add
    <library-ref>
    <library-name>beansCBB</library-name>
    <exact-match>false</exact-match>
    </library-ref>
    in the "weblogic.xml" file
    Please confirm that the name of the Library (on the server\Deployments) is "beansCBB".
    When you have deployed the library on the weblogic server, did you select the same "server" (when asking to Select deployment targets) ???
    Regards
    Nicolas

  • How to add library to JAR deployment in jdev 10.1.3.0.3

    I would like to add libraries to the JAR file that I deploy. But, I can not find a way to do this. I can add libraries in the older version: 9.0.5.2.
    Any idea on how I can do this in 10.1.3.0.3?
    Thanks.

    Hello?
    Is there someone to help me? I did this here:
    1. Step: Created the .deploy File and got the "JAR Deployment Profile Properties"
    2. Step: I chose the Main Class "works fine"
    3. Step: I marked the "File Groups" option and clicked "new"
    4. Step: I got the "Create File Group" Window and wrote in the "File Group Name" --> "jbcl.jar" and chose "Packaging"
    5. Step: I left the "Target Directory in Archive" empty and clicked "OK"
    6. Step: Depoly to JAR File --> everything's fine
    7. Step: Start the Command File and get the Error Message: ClassDefNotFound: com/borland/jbcl/layout/XYLayout
    So please tell me, what am I doing wrong in this steps???
    Regards
    Mirsad

  • Problem with JAR Deployment

    Hi,
    I knew there are many threads about the deployment to a jar file and problems of missing additional jars used in the project. But I'm facing a problem, which I couldn't solve by reading the threads. Also I've read in Oracle JDeveloper 10g Handbook of OraclePress howto "Create a Java Application JAR File" and hopefully done all necessary steps.
    at the moment I've done the following
    1. create a new Deployment to JAR
    2. enter a name for JAR File: C:\test.jar
    3. checked "Include Manifest File"
    4. set the Main Class to main.MainFrame
    5. create a new File Group "libs" with type Libraries
    6. I've selected all jars available in "Filters" (later I will try to minimize the added jars, but for a first try all jars should guarantee that nothing is missing)
    7. deployed ma project to jar-file
    8. running java.exe -jar C:\test.jar
    I get always NoClassDefFoundError ...
    Opening the test.jar in JDEveloper I can see all the jars inside it, opening the manifest.MF I see the following:
    Manifest-Version: 1.0
    Created-by: Oracle Jdeveloper 10.1.3.0.4
    Main-Class: main.MainFrame
    What else do I have to do to get it running without error???
    Thanks for any help - You're helping a despairing person near at the end of all nerves :)
    chrissy

    There is an option in Jar deployment profile properties, Additional manifest files to merge...
    Add a file such that the contents define your classpath. I have one that looks like this:
    Class-Path: lib\frmjdapi.jar lib\support.jar
    Make sure the Class-Path is on one line and append a new line to the end. So your final file will contain two lines. first is the classpath and second is just the line feed.
    When you opn the Manifest file now, you should see the Class-Path contents added.
    Good luck.

  • Applet loading Failed .... for diagnostics-console-extension.jar

    Hi everybody,
    i downloaded diagnostics-console-extension.jar from bea site. i copied this file to D:\bea9.0\user_projects\domains\mydomain\console-ext. i started weblogic server . in administration console when i clicking WLDF console extension tab it gives the Applet loading failed....and also in server console it gives an exaception as follows ""
    java.lang.ClassNotFoundException: jsp_servlet._com._bea._diagnostics._dashboard.
    __chartpanelapplet_class.
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:512)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:224)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(Servlet
    StubImpl.java:383)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:298)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:165)
    Truncated. see log file for complete stacktrace
    >
    in Java console output Exception
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\mselvan
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.ClassFormatError: Truncated class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-5" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.bea.diagnostics.dashboard.ChartPanelApplet.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    so kindly any one help for the same.please help me
    Thanks & regards
    Selvan.M

    Several issues with the diagnostic console extension have been fixed in WLS 9.2. Can you try the extension from 9.2? WLS 9.2 is now ready for download from the BEA site.
    Thanks

  • Extension in Select-Options is not working

    Hi,
    The extension of select-options is not working for the following statement........
    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_tp_no FOR e070-trkorr.
    SELECTION-SCREEN: END OF BLOCK sel.
    Please Help.......
    Thanks,
    Sheel

    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN: END OF BLOCK sel.
    Remove the colan ':' from ur code after SELECTION-SCREEN
    write it as
    SELECTION-SCREEN BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN END OF BLOCK sel.

  • Dicussions configuration - issue with deploy-jive-portlet.jar deployment

    Hi,
    I'm setting up discussions on 10.1.3.2 webcenter out of the box install. After running this command on linux: java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar
    I do not have updated jiveforums-5.1.0.jar file in $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib, instead only the old backup file jiveforums-5.1.0.jar_backup exists in that directory.
    I found out that during the time I run the comman a tmp (e.g. called jiveforums-5.1.0.jar30019.tmp) gets created in the /tmp directory of my linux server. I extracted xwork-community.xml from the tmp file and noticed differences (e.g. added SSO classes) compared to the xwork-community.xml from the backup jiveforums-5.1.0.jar_backup file.
    I've now manually copied the temporary file to $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib and discussions login seems to work fine (through sso).
    I've followed these two instructions with the setup but with both I got same result (i.e. updated jiveforums-5.1.0.jar missing and changed jiveforums-5.1.0.jarxxxtmp created in /tmp)
    http://download-west.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_jive.htm#CBBHFIIA
    and
    Note: 458616.1
    I would like to ask is there some known bug with the discussions configuration (I have not managed to find anything from webiv) which causes this? And is the work-a-round which I've done (using tmp file) possibly valid one or is it likely something will break later on because of this?
    Thanks!

    Hi - just wanted to also update the output of the deployment command as that did not have any errors which would have shown why the file was not created in the expected directory. Here is the output:
    $ java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar <
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/web.xml" modified successfully
    Extracting "xwork-community.xml"...
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/xwork-community.xml" modified successfully
    File "jiveforums-5.1.0.jar" modified successfully
    Extracting "WEB-INF/WSRP_v1_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/WSRP_v2_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/classes/DataBindings.cpx"...
    Extracting "WEB-INF/jive-portlet-for-web.xml"...
    Extracting "WEB-INF/jsso-action-classes.xml"...
    Extracting "WEB-INF/lib/oracle-jive-portlet-10.1.3.2.jar"...
    Extracting "WEB-INF/lib/oracle-portlet-tags.jar"...
    Extracting "WEB-INF/oracle-portlet.xml"...
    Extracting "WEB-INF/oracle-webservices.xml"...
    Extracting "WEB-INF/orion-application.xml.default"...
    Extracting "WEB-INF/portlet.xml"...
    Extracting "WEB-INF/webservices.xml"...
    Extracting "WEB-INF/wsdl/WSRP_v1_Service.wsdl"...
    Extracting "WEB-INF/wsdl/WSRP_v2_Service.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_types.xsd"...
    Extracting "WEB-INF/wsdl/wsrp_v2_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_types.xsd"...
    Extracting "WEB-INF/wsdl/xml.xsd"...
    Extracting "WEB-INF/wsrp_mime_cs_mappings.properties"...
    Extracting "oracle/jive/discussions/CategoryRenderer.jsp"...
    Extracting "oracle/jive/discussions/ThreadRenderer.jsp"...
    Extracting "oracle/jive/discussions/categoryview_qualifier.png"...
    Extracting "oracle/jive/discussions/createtopic_ena.png"...
    Extracting "oracle/jive/discussions/discussions_qualifier.png"...
    Extracting "oracle/jive/discussions/home_ena.png"...
    Extracting "oracle/jive/discussions/replytopic_ena.png"...
    File "../META-INF/orion-application.xml" generated successfully
    Enter the full path to your jiveHome directory:
    /u01/app/custom/discussions/jive_forums_silver_5_1_0/jiveHomeFile "/u01/app/oracle/stage/webcenter_101320/webcenter_additional_service/discussions/jive_forums_silver_5_1_0/jiveHome/jive_startup.xml" modified successfully
    Deployment Complete
    Thanks!
    Nina

  • Where to find diagnostics-console-extension.jar(WLDF) file

    Hi All,
    I am doing Load balancing / fail over testing using DB RAC11g and weblogic 9.2MP3, so I would like to know how many requests are going to each node in the RAC data base. For this I would like configure the diagnostics-console-extension.jar to my weblogic server. I tried to download this jar file internet, but I didnot get it. Can anyone help me in getting this jar file.
    I also see "diagnostics-agent.jar" file at WL_HOME/server/lib location, is this same as diagnostics-console-extension.jar file or this is different.
    Help me in finding this jar file or some other alternative to achieve this requirement.
    thanks
    Venkat.

    Yes In 9.x/10.x you can enable it from the Admin Console or copy the file from WL_HOME/wlserver/server/lib and copy this to DOMAIN_NAME/lib and bounce the Admin Server to see the Extension

  • Jar deployment omits classes

    I am a mostly satisfied user of JDeveloper 9.0.3.1035. However I experience the following problem which seriously dampens my enthusiasm for working in the IDE.
    Sometimes generation of JAR files from a JAR deployment profile omits classes. It does so silently, and in spite of the classes being checked in the deployment profile properties, and no compilation problems being present. So I don't see the problem until runtime, and it's not necessarily very evident what the problem is.
    I noticed that it usually happens right after editing the java source of the class and then deploying the jar. The jar will be deployed as usual, but without the class in question. I have not been able to detect a pattern in which changes cause the problem to appear.
    The only succes I have had in remedying the problem has been to delete the class entirely and create it again in the workspace. But sometimes even this is not enough and I seem to be unable to get the class included in the jar, even after removing and recreating both the class and the deployment profile. Needless to say it gets old after a while.
    Has anyone else experienced the same problem, and possibly has a workaround for it? As it stands it is an unfortunate fly in the ointment in an otherwise very positive experience with JDeveloper.

    Indeed the preview function shows me what is going to be in the jar (missing classes and everything). It does not contain any red lines, but then it doesn't contain my classes either, even though they are selected in the deployment profile gui, and all paths seem to be correct (several other classes in the same path are included).
    I experience a complete mismatch between what is selected in the deployment profile interface, what goes in the *.deploy xml file and what actually gets included in the jar. After recreating the deployment profile everything is included. Then, if I go and uncheck some classes, the output is different, but not matching my changes (unchecked classes included and checked ones not included). Finally, in the *.deploy xml file, files are listed which are not checked and also don't get included in the jar (non-java files like jsps).
    The runtime exception depends on the context, but it tracks down to the classes missing in the build (ClassNotFound etc.).

  • "Deploy" Option Missing from VS

    We just finished installing SharePoint 2013 RTM and VS 2012 for development purposes. I also installed the Preview 2 of the Office and SharePoint Dev Tools. The "Deploy" option which was previously present in Visual Studio to deploy SharePoint projects seems
    to have disappeared. Oddly, I can however still tell the projects to Debug, which does the equivalent of Deploy + starts the debugger.
    This is an extremely annoying issue as it is much faster to Deploy without starting the debugger. If anyone has any solution I'd be very appreciative. Thanks.

    try these linsk:
    https://louisliang.wordpress.com/2013/07/02/deploy-option-missing-from-visual-studio-2012-for-sharepoint-project/
    https://social.msdn.microsoft.com/forums/sharepoint/en-US/c7b00231-680f-4fa1-b7ea-0008697c8122/visual-studio-2012-missing-deploy-option-on-build-menu
    http://stackoverflow.com/questions/22944015/deploy-option-missing-visual-studio-2012
    http://sharepoint.stackexchange.com/questions/49718/where-is-package-menu-item-in-visual-studio-2012
    http://sharepoint.stackexchange.com/questions/82878/missing-deploy-button-visual-studio-2012
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • Where do I find the Package and Deployment options in CF Admin 8 and 9?

    I've recently talked to a person at Adobe and found documentation on migrating using the Package and Deployment option to create CAR files. I just can't seem to find the menu options in my CF8 or CF9 Admin. I am running CF standard. I do have around 40+ datasources and a couple of dozen scheduled tasks that I need to move.
    I just need someone to point out to me how to get to the Package and Depoymeny section.
    Warmest regards,
    David Miller

    Standard doesn't have this feature.  You need to be running Enterprise or Developer (see http://www.adobe.com/products/coldfusion/editions/).
    You can revert to developer temporarily by removing your licence key, do the archive, put the key back in again ;-)
    Adam

  • [BUG][12.1.2.0.0]JAR deployment profiles deletes files in JAR destination directory

    Hi
    I just came across another nasty issue with the latest JDeveloper. I compile my project to a JAR file using the JAR deployment tool. When using this for the first time after upgrading, to my big surprise, somehow the deployment had managed to delete all other files in the destination directory. Luckily I had a backup, because this directory contained important files, which should definitely not be deleted. I have for now, as a workaround, moved my destination directory somewhere else, but I really hope, that this is a known issue and will be fixed - I can't see any good reason for doing this.
    Thanks in advance
    Jacob

    Hi,
    do you have a simple test case to reproduce this behavior (assuming you don't have a customer support contract to file a bug yourself) ? If so, please zip it up - rename the zip file to ".unzip" and sent it to me. My mail address is frank <dot> nimphius <at> oracle <dot> com (replace dot and at with the symbols)
    thanks
    Frank
    Ps.: issues can only be fxed if they are reported and reproduces ;-)

  • Deployment option under publish settings....

    ello.
    My problem has to do with under the DEPLOYMENT option in the
    publish settings when your trying to import a video file, Im
    wondering what the actionscript would perhaps look like if say I
    want to take multiple videos and load them into one player. Im
    trying to set up an empty flash player that when a user clicks on
    say a thumbnail image the video corresponding to that image gets
    loaded and autoplays in the player. Any ideas are
    GREEEAAATTTLLLYY appreciated, cause im stuck.
    Thanks, Joe.

    don't import it unless you want a low-quality video that
    takes a long time to load before it begins to display. use an flv
    playback component or the video class or the video player
    class.

  • Admin.jar deploy error

    I am using OC4J standalone version 9.0.3 on Windows 2000. I played around a little with the admin.jar deploy tools but I could not get it to work. The application runs fine if I edit the configuration files manually (but it seems like it would be nice to get the deploy tool to do the job for me).
    Here is my information (some names have been changed to protect the innocent):
    I am running the command:
    java -jar admin.jar ormi://localhost:23791 admin <pwd> -deploy -file D:\dist\MyApp.ear -deploymentName MyAppHere is the error I get:
    Fatal Error: Unable to find/read assembly info for C:\oracle\ora81\j2ee\home\applications\MyApp/log4j-1.2.7.jar (META-INF/ejb-jar.xml)
    Auto-unpacking C:\oracle\ora81\j2ee\home\applications\MyApp.ear... done.
    Auto-unpacking C:\oracle\ora81\j2ee\home\applications\MyApp\MyApp.war... done.
    Auto-deploying MyApp (Assembly had been updated)...
    com.evermind.server.ConfigFileNotFoundException: Unable to find/read assembly info for C:\oracle\ora81\j2ee\home\applications\MyApp/log4j-1.2.7.jar (META-INF/ejb-jar.xml)
    at com.evermind.server.ServerComponent.init(ServerComponent.java:238)
    at com.evermind.server.ejb.EJBPackageDeployment.getPackage(EJBPackageDeployment.java:672)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplicationInstallation.java:517)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:484)
    hmmmm...log4j-1.2.7.jar is not an ejb so of course it does not have an ejb-jar.xml file. I am definitely not a J2EE deployment guru, but I feel well read up on the topic.
    Here is the structure of my ear file:
    META-INF/application.xml
    META-INF/MANIFEST.MF
    commons-logging.jar
    log4j-1.2.7.jar
    MyApp.war
    MyAppEjb.jar
    MyAppUtil.jar
    tl_core.jar
    tl_tools.jar
    Here is the content of the ear's META-INF/application.xml file:
    <?xml version="1.0"?>
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
    <application>
    <display-name>MyApp</display-name>
    <module>
    <ejb>MyAppEjb.jar</ejb>
    </module>
    <module>
    <web>
    <web-uri>MyApp.war</web-uri>
    <context-root>/MyApp</context-root>
    </web>
    </module>
    </application>
    Here is the content of the MyAppEjb.jar's meta-inf/Manifest.mf (that is the case of the directory and file in the jar file, does that make a difference?):
    Manifest-Version: 1.0
    Created-By: Apache Ant 1.5
    Class-Path: MyAppUtil.jar commons-logging.jar log4j-1.2.7.jar tl_tools.jar tl_core.jar
    Any tips on getting this working would be greatly appreciated.
    Thanks,
    Brent

    I was just about to write and tell you that we make use of BCEL now, and given this line in the stacktrace:
    05/01/31 15:06:23 Caused by: java.lang.NoSuchMethodError: org.apache.bcel.generic.Type.getType(Ljava/lang/Class;)Lorg/apache/bcel/generic/Type;
    it appears as if there's a version mismatch somewhere along the line.
    But you've already sorted it out yourself, thanks for the repost!
    -steve-

  • Weblogic Eclipse JAR Deployment Issue

    Hi,
    We're deploying from Eclipse project directly to Oracle Weblogic Server v10.3 via WLS Adapter.
    Result*
    NoClassDefFound exceptions for JARs included via Maven Dependencies (in "Project > Properties > Java EE Module Dependencies") errors in Weblogic AdminServer.log.
    Cause*
    JARs that should be accessible under /WEB-INF/lib do not appear to be getting deployed properly.
    Environment*
    Oracle Weblogic Server Support 1.0.0.20080808135653 from OEPE 1.0 on Eclipse Web Tools Project (WTP) 3.0.2 & Eclipse J2EE Ganymede SR1.
    Temporary Workaround
    We have to copy all the generated jar files manually from the generated target lib directory (e.g. D:\xx\xx-src\xx-web\target\xx-web-0.0.1-A-SNAPSHOT\WEB-INF\lib) to the source WEB-INF/lib directory (e.g. D:\xx\xx-src\xx-web\src\main\webapp\WEB-INF\lib)
    There is this bug CR305233 appeared in Workshop for Weblogic, but we can't find any references to a resolution of bug CR305233 in later Workshop for Weblogic versions, and can't locate release notes for OEPE 1.0. (Unfortunately the BEA bugzilla site seems to have disappeared).
    Have you got any idea to solve this problem?
    Thanks

    Hi! I'm experiencing the same problem with both jars and dependent projects.
    My enviroment is composed of Weblogic Server Support 1.0.0.20080808135653 from OEPE 1.0 & Eclipse J2EE Ganymede SR2 & Weblogic 8.1.
    The contents of my project files are:
    .project
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
         <name>MetasSemanales</name>
         <comment></comment>
         <projects>
              <project>MarcoFVG</project>
         </projects>
         <buildSpec>
              <buildCommand>
                   <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.jdt.core.javabuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.common.project.facet.core.builder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.validation.validationbuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
         </buildSpec>
         <natures>
              <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
              <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
              <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
              <nature>org.eclipse.jdt.core.javanature</nature>
              <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
         </natures>
    </projectDescription>
    .classpath
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry combineaccessrules="false" exported="true" kind="src" path="/MarcoFVG"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jrockit81sp3_142_04"/>
         <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/BEA WebLogic Server v8.1"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/FiltroSeguridad">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/JasperReports">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/log4j">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="output" path="build/classes"/>
    </classpath>
    .settings/org.eclipse.wst.common.component
    <?xml version="1.0" encoding="UTF-8"?>
    <project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="MetasSemanales">
    <wb-resource deploy-path="/" source-path="/MetasSemanales"/>
    <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
    <dependent-module archiveName="MarcoFVG.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/MarcoFVG/MarcoFVG">
    <dependency-type>uses</dependency-type>
    </dependent-module>
    <property name="context-root" value="MetasSemanales"/>
    <property name="java-output-path"/>
    </wb-module>
    </project-modules>
    .settings/org.eclipse.wst.common.project.facet.core.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <faceted-project>
    <runtime name="BEA WebLogic Server v8.1"/>
    <fixed facet="jst.web"/>
    <fixed facet="jst.java"/>
    <installed facet="jst.java" version="1.4"/>
    <installed facet="jst.web" version="2.3"/>
    </faceted-project>
    Thanks
    Edited by: user5830067 on 13/04/2009 10:20 AM
    Edited by: user5830067 on 13/04/2009 10:21 AM

Maybe you are looking for

  • Calling forms from OAS10g on Linux

    We are deploying all forms and reports10g from Windows to Redhat Linux based OAS10g Server. Since directory structure / definition is changed in Linux environment and we use "/" in place of "\" <back slash), we have to change path of the call forms a

  • TS2755 Messaging displays contact phone numbers instead of contact names.

    My Messaging displays contact phone numbers instead of contact names.  This just started happening and I do not recall changing any settings. How do I restore to display contact names again?

  • Some information on my test site

    Yeah I've added a few howto's to my testpage click! and head over to Linux What needs to be done: give credit where credit is due and remove silly type-0's and some more information on Alsa (the devfs part for example) but it's a start

  • JQuery Dialog Box

    At the moment it seems that I can call a JQuery dialog box from clicking on a button, but that button has to be a html button and not a standard apex button. Is this correct ? If so, will this change in Apex 4.0, ie, can we call JQuery from clicking

  • Rogue Dialogue Boxes

    I don't know if this is a Verizon problem, a software problem, a security problem or whatever. On startup a very small dialogue box appears with the discriptive caption "VerizonServicepoint". Wihin the box it says "does not exist". There is a radio b